aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2019-08-12 05:29:28 +0800
committerrene <rene@FreeBSD.org>2019-08-12 05:29:28 +0800
commit37c3597b0de776c0615e395a89189779ceeadacd (patch)
treedeaa3120d6a122cdb9af59ed7fb97bd23f1cc330
parentadbf12c7123509b2bd9c34981ac64df02a6581e9 (diff)
downloadfreebsd-ports-gnome-37c3597b0de776c0615e395a89189779ceeadacd.tar.gz
freebsd-ports-gnome-37c3597b0de776c0615e395a89189779ceeadacd.tar.zst
freebsd-ports-gnome-37c3597b0de776c0615e395a89189779ceeadacd.zip
graphics/deegree-wms: remove support for EOL tomcat6, bump PORTREVISION
-rw-r--r--graphics/deegree-wms/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/deegree-wms/Makefile b/graphics/deegree-wms/Makefile
index 0c36bbd81c07..5428612c73be 100644
--- a/graphics/deegree-wms/Makefile
+++ b/graphics/deegree-wms/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wms
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics java
MASTER_SITES= http://download.deegree.org/deegree${PORTVERSION}/
PKGNAMEPREFIX= deegree-
@@ -25,26 +25,14 @@ PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||} WWWOWN="${WWWOWN}" WWWGRP="${W
SUB_FILES= pkg-message
SUB_LIST= TCPORT=${TCPORT}
-OPTIONS_SINGLE= AS
-OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7
-OPTIONS_DEFAULT= TOMCAT6
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MTOMCAT6}
-TOMCATVER= apache-tomcat-6.0
-TCPORT= 8180
-BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6
-RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6
-.endif
-
-.if ${PORT_OPTIONS:MTOMCAT7}
TOMCATVER= apache-tomcat-7.0
TCPORT= 8080
BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
-.endif
post-extract:
@${MKDIR} ${WRKDIR}/${PKGBASE}