aboutsummaryrefslogtreecommitdiff
path: root/graphics/deegree-csw
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-08-11 21:35:01 +0000
committerRene Ladan <rene@FreeBSD.org>2019-08-11 21:35:01 +0000
commit9af2fdd212e2eb8b0c542c35402bb7458ef5437d (patch)
tree57c98ad35fab5faac01d2fffe6b7e506d97c4f93 /graphics/deegree-csw
parentdaab8c188444a5e4feb056bf3773e2620d20341e (diff)
downloadports-9af2fdd212e2eb8b0c542c35402bb7458ef5437d.tar.gz
ports-9af2fdd212e2eb8b0c542c35402bb7458ef5437d.zip
graphics/deegree-csw: remove support for EOL tomcat6, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=508681
Diffstat (limited to 'graphics/deegree-csw')
-rw-r--r--graphics/deegree-csw/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/deegree-csw/Makefile b/graphics/deegree-csw/Makefile
index 340f22adc5a1..96f148c83c8d 100644
--- a/graphics/deegree-csw/Makefile
+++ b/graphics/deegree-csw/Makefile
@@ -3,7 +3,7 @@
PORTNAME= csw
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics java
MASTER_SITES= http://download.deegree.org/deegree${PORTVERSION}/
PKGNAMEPREFIX= deegree-
@@ -29,26 +29,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}