diff options
author | truckman <truckman@FreeBSD.org> | 2016-01-31 05:26:57 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-01-31 05:26:57 +0800 |
commit | 18a3f6cfb7ac041a29c32d0b527ea8396d630820 (patch) | |
tree | 02aca6e670099986863677fbb1eb5477531c9cf7 /editors/openoffice-devel/Makefile | |
parent | f54e0aa82216b5383f5bb2ac40c07f7a7418a8f5 (diff) | |
download | freebsd-ports-gnome-18a3f6cfb7ac041a29c32d0b527ea8396d630820.tar.gz freebsd-ports-gnome-18a3f6cfb7ac041a29c32d0b527ea8396d630820.tar.zst freebsd-ports-gnome-18a3f6cfb7ac041a29c32d0b527ea8396d630820.zip |
Upgrade to upstream svn revision 1727463. This fixes the upstream
bug <https://bz.apache.org/ooo/show_bug.cgi?id=125431>,
"The Password is incorrect. The file cannot be opened."
PR: 206234
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index d551d487edc1..cc7bbc2d4211 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 2 +#PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -102,7 +102,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1712473 +SVNREVISION= 1727463 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz |