diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-06-29 14:22:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-06-29 14:22:11 +0000 |
commit | 3beb732dad3e5e47fb7b738b8b012a8bba15db80 (patch) | |
tree | 4c15a604327dbbd90123d63573081e4b362bda9b /editors | |
parent | 5201fa279fb7ba15a2f78213159349354b8136e1 (diff) | |
download | ports-3beb732dad3e5e47fb7b738b8b012a8bba15db80.tar.gz ports-3beb732dad3e5e47fb7b738b8b012a8bba15db80.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 1 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 5844f8ce3a40..229e8cbe09da 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,6 +2,7 @@ .include "${.CURDIR}/Makefile.common" +PORTREVISION= 1 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ https://dev-www.libreoffice.org/extern/:ext diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index efe120d4fe91..3e697d0ccf58 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |