diff options
author | rene <rene@FreeBSD.org> | 2019-08-12 05:17:37 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-12 05:17:37 +0800 |
commit | c631c79d9acdd70f2b497f218f4b8fd5c0bf62c6 (patch) | |
tree | 4fb4e8c6d0f53cdda08e151d61b6e283ff0af1a4 | |
parent | 5ccfbee5f964907ed0feefba0ff24de72aa0b28b (diff) | |
download | freebsd-ports-gnome-c631c79d9acdd70f2b497f218f4b8fd5c0bf62c6.tar.gz freebsd-ports-gnome-c631c79d9acdd70f2b497f218f4b8fd5c0bf62c6.tar.zst freebsd-ports-gnome-c631c79d9acdd70f2b497f218f4b8fd5c0bf62c6.zip |
graphics/deegree-wfs: drop support for EOL Tomcat6, bump PORTREVISION
-rw-r--r-- | graphics/deegree-wfs/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/deegree-wfs/Makefile b/graphics/deegree-wfs/Makefile index c14046ba24cb..e89735e70926 100644 --- a/graphics/deegree-wfs/Makefile +++ b/graphics/deegree-wfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= wfs 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} |