diff options
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | print/scribus/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 9d6baa27cb9f..d4d097c113a1 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Full integrated office productivity suite diff --git a/print/scribus/Makefile b/print/scribus/Makefile index c07bac3d5a85..465e3eb16281 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,6 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ |