diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
commit | 89bc7fbdd158a0088a6b13b2a20a73226483d9b9 (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /editors/poedit | |
parent | 18072cdaa39cee1565d5301cf124186c25ec7c70 (diff) | |
download | freebsd-ports-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.zip |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |