aboutsummaryrefslogtreecommitdiff
path: root/graphics/deegree-igeoportal
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-08-11 21:20:26 +0000
committerRene Ladan <rene@FreeBSD.org>2019-08-11 21:20:26 +0000
commit6f98bc994aaf6237c2267eec937b4a43b19c727b (patch)
treeca38ff1fe38fb946b0fc2bf31bc52fdf19e3c1c2 /graphics/deegree-igeoportal
parent142fb31529497230e1af346b07303647be1aef30 (diff)
downloadports-6f98bc994aaf6237c2267eec937b4a43b19c727b.tar.gz
ports-6f98bc994aaf6237c2267eec937b4a43b19c727b.zip
graphics/deegree-igeoportal: remove option for EOL tomcat6, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=508675
Diffstat (limited to 'graphics/deegree-igeoportal')
-rw-r--r--graphics/deegree-igeoportal/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/deegree-igeoportal/Makefile b/graphics/deegree-igeoportal/Makefile
index b8c90c3fdede..08096b6a4bbf 100644
--- a/graphics/deegree-igeoportal/Makefile
+++ b/graphics/deegree-igeoportal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= igeoportal
PORTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics java
MASTER_SITES= http://download.deegree.org/deegree${PORTVERSION}/
PKGNAMEPREFIX= deegree-
@@ -27,26 +27,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}