diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-12 17:17:32 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-12 17:17:32 +0800 |
commit | c361dcac3be4278cddcebfa5e1962245e49b3b21 (patch) | |
tree | 9bdf2af04c86775c0cd3fb5dedbb92da3b37aa02 /editors | |
parent | 5eee4cc8017fb0115a423bb0f1a9b5097e80fc04 (diff) | |
download | freebsd-ports-gnome-c361dcac3be4278cddcebfa5e1962245e49b3b21.tar.gz freebsd-ports-gnome-c361dcac3be4278cddcebfa5e1962245e49b3b21.tar.zst freebsd-ports-gnome-c361dcac3be4278cddcebfa5e1962245e49b3b21.zip |
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index d810121d23d2..0764a8a0991a 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors java MASTER_SITES= http://www.apache.org/dist/openoffice/${PORTVERSION}/source/ \ ftp://ftp.riken.jp/net/apache/openoffice/${PORTVERSION}/source/ \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index e71b27b0c49f..290af5e50170 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.1.${SVNREVISION} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} |