Date: Sun, 11 Aug 2019 21:25:39 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508678 - head/graphics/deegree-wpvs Message-ID: <201908112125.x7BLPdbK090545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Aug 11 21:25:38 2019 New Revision: 508678 URL: https://svnweb.freebsd.org/changeset/ports/508678 Log: graphics/deegree-wpvs: drop support for EOL tomcat6, bump PORTREVISION Modified: head/graphics/deegree-wpvs/Makefile Modified: head/graphics/deegree-wpvs/Makefile ============================================================================== --- head/graphics/deegree-wpvs/Makefile Sun Aug 11 21:23:59 2019 (r508677) +++ head/graphics/deegree-wpvs/Makefile Sun Aug 11 21:25:38 2019 (r508678) @@ -3,7 +3,7 @@ PORTNAME= wpvs PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics java MASTER_SITES= http://download.deegree.org/deegree${PORTVERSION}/ PKGNAMEPREFIX= deegree- @@ -28,26 +28,14 @@ PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||} WWWO 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908112125.x7BLPdbK090545>