diff options
author | rene <rene@FreeBSD.org> | 2019-08-12 05:21:52 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-08-12 05:21:52 +0800 |
commit | 4e6c673f06aa3486b91df4c7762acc93b025ced7 (patch) | |
tree | f8855f0868a1f614326f500d11936cedb6e9bf36 | |
parent | b63694dee28e950cff59a6a48a6b97571dbf3517 (diff) | |
download | freebsd-ports-gnome-4e6c673f06aa3486b91df4c7762acc93b025ced7.tar.gz freebsd-ports-gnome-4e6c673f06aa3486b91df4c7762acc93b025ced7.tar.zst freebsd-ports-gnome-4e6c673f06aa3486b91df4c7762acc93b025ced7.zip |
graphics/deegree-wps: remove support for EOL tomcat6, bump PORTREVISION
-rw-r--r-- | graphics/deegree-wps/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/deegree-wps/Makefile b/graphics/deegree-wps/Makefile index 7af41df8a7b0..2bc660ae939f 100644 --- a/graphics/deegree-wps/Makefile +++ b/graphics/deegree-wps/Makefile @@ -3,7 +3,7 @@ PORTNAME= wps 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} |