forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deskutils/showdown: update webkit2gtk3 API version to 4.1
Pull Request: freebsd#266
- Loading branch information
1 parent
bcb99a6
commit 1e43ac6
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = \ |