diff options
author | bapt <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
commit | ba7095cf71831d7a0c9b6644b77728981cf3873d (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /editors | |
parent | d73ad115838033d066e627d84d48169b65b150c2 (diff) | |
download | freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.tar.gz freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.tar.zst freebsd-ports-gnome-ba7095cf71831d7a0c9b6644b77728981cf3873d.zip |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 2 | ||||
-rw-r--r-- | editors/p5-Padre/Makefile | 2 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 | ||||
-rw-r--r-- | editors/wxhexeditor/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index b9e3eacf63e7..8723f49ad846 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors devel MAINTAINER= mmokhi@FreeBSD.org diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 4d38bb26331e..77b51ff3002c 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -3,7 +3,7 @@ PORTNAME= Padre PORTVERSION= 1.00 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 3240ad469e6e..0822b5424ef3 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ diff --git a/editors/wxhexeditor/Makefile b/editors/wxhexeditor/Makefile index 0c0f57872f7c..43274a7901fd 100644 --- a/editors/wxhexeditor/Makefile +++ b/editors/wxhexeditor/Makefile @@ -3,6 +3,7 @@ PORTNAME= wxhexeditor PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/wxHexEditor/v${PORTVERSION}%20Beta/ DISTNAME= wxHexEditor-v${PORTVERSION}-src |