Skip to content

Commit

Permalink
deskutils/showdown: update webkit2gtk3 API version to 4.1
Browse files Browse the repository at this point in the history
Pull Request:	freebsd#266
  • Loading branch information
clausecker committed May 24, 2024
1 parent bcb99a6 commit 1e43ac6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deskutils/showdown/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= showdown
DISTVERSION= 0.6
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= deskutils

MAINTAINER= [email protected]
Expand All @@ -10,8 +10,8 @@ WWW= https://github.com/craigbarnes/showdown
LICENSE= GPLv3

BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \
libwebkit2gtk-4.1.so:www/webkit2-gtk3

USES= compiler:c++11-lang desktop-file-utils gmake gnome \
pkgconfig vala:build xorg
Expand Down
2 changes: 1 addition & 1 deletion deskutils/showdown/files/extra-patch-GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -41,7 +41,7 @@ INSTALL_DIR = $(INSTALL) -d -m755
RM = rm -f

VALAPKGS = --pkg gtk+-3.0 --pkg webkit2gtk-4.0 --vapidir src --pkg libmarkdown
VALAPKGS = --pkg gtk+-3.0 --pkg webkit2gtk-4.1 --vapidir src --pkg libmarkdown
-CWARNFLAGS = -Wno-incompatible-pointer-types -Wno-discarded-qualifiers
+CWARNFLAGS = -Wno-discarded-qualifiers

Expand Down
11 changes: 11 additions & 0 deletions deskutils/showdown/files/patch-GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- GNUmakefile.orig 2024-05-24 21:05:08 UTC
+++ GNUmakefile
@@ -40,7 +40,7 @@ RM = rm -f
INSTALL_DIR = $(INSTALL) -d -m755
RM = rm -f

-VALAPKGS = --pkg gtk+-3.0 --pkg webkit2gtk-4.0 --vapidir src --pkg libmarkdown
+VALAPKGS = --pkg gtk+-3.0 --pkg webkit2gtk-4.1 --vapidir src --pkg libmarkdown
CWARNFLAGS = -Wno-incompatible-pointer-types -Wno-discarded-qualifiers

VALAFLAGS = \

0 comments on commit 1e43ac6

Please sign in to comment.