diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-22 05:24:43 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-22 05:24:43 +0800 |
commit | 5e6a53c222d60df6caa0943f0fc20758fbf12b24 (patch) | |
tree | 0cf97fbd4ec3190a0d55c7a85a0ef4a2f4773f15 /editors | |
parent | d5f61f25f54123875e7b01466376af3ad383c66d (diff) | |
download | freebsd-ports-gnome-5e6a53c222d60df6caa0943f0fc20758fbf12b24.tar.gz freebsd-ports-gnome-5e6a53c222d60df6caa0943f0fc20758fbf12b24.tar.zst freebsd-ports-gnome-5e6a53c222d60df6caa0943f0fc20758fbf12b24.zip |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index dffa50cd52ca..6e3bff7c82c3 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 6.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index a419d415b108..072b2f61d61d 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/sources \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 1f1586d34f16..b14832cae7d3 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ |