diff options
author | truckman <truckman@FreeBSD.org> | 2016-07-22 02:13:46 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-07-22 02:13:46 +0800 |
commit | 0260e3ba790ca15cd8a14cfa4ee71fdd628e3f01 (patch) | |
tree | 70102132e1d2ed9cc75ea4e2ce6662b9250f8d05 /editors/openoffice-devel/Makefile | |
parent | ef1dbf957b7d471006eedff47388cece564bb34d (diff) | |
download | freebsd-ports-gnome-0260e3ba790ca15cd8a14cfa4ee71fdd628e3f01.tar.gz freebsd-ports-gnome-0260e3ba790ca15cd8a14cfa4ee71fdd628e3f01.tar.zst freebsd-ports-gnome-0260e3ba790ca15cd8a14cfa4ee71fdd628e3f01.zip |
Upgrade to upstream svn revision r1753426, which includes the fix for
CVE-2016-1513.
Regenerate distinfo to add TIMESTAMP.
MFH: 2016Q3
Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af
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 a09269f37e8f..3068c05d704b 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= 1749607 +SVNREVISION= 1753426 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz |