aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-09-11 18:34:27 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-09-11 18:34:27 +0000
commit0fae2e9e0e506b74d2648d9581e939154814c599 (patch)
treefde4faddc8b6422d8c776308219c1df37c4df4aa /editors
parent393a7ac29fa9726f7fbd9d25fd8d1e689e251c24 (diff)
downloadports-0fae2e9e0e506b74d2648d9581e939154814c599.tar.gz
ports-0fae2e9e0e506b74d2648d9581e939154814c599.zip
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
Notes
Notes: svn path=/head/; revision=479538
Diffstat (limited to 'editors')
-rw-r--r--editors/encryptpad/Makefile2
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--editors/openoffice-4/Makefile2
-rw-r--r--editors/openoffice-devel/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile
index 7157d1bf9fdd..0f78438ebbbd 100644
--- a/editors/encryptpad/Makefile
+++ b/editors/encryptpad/Makefile
@@ -4,7 +4,7 @@
PORTNAME= encryptpad
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors security
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 200677cbba61..fc89b3dede59 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -2,7 +2,7 @@
.include "${.CURDIR}/Makefile.common"
-PORTREVISION= 4
+PORTREVISION= 5
MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
https://dev-www.libreoffice.org/src/:src \
https://dev-www.libreoffice.org/extern/:ext
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index bd969235545b..8d195f698bcf 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
-PORTREVISION= 8
+PORTREVISION= 9
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 1ef1e9748237..ab8feb156df9 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= 1
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \