aboutsummaryrefslogtreecommitdiff
path: root/graphics/barbecue
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-08-11 21:23:59 +0000
committerRene Ladan <rene@FreeBSD.org>2019-08-11 21:23:59 +0000
commit689bc1c2076c1adc1830a22f6d81f3bd6f56a2db (patch)
tree497cae60ccf0cbb8c0d810c1fa9f8ea383bc6524 /graphics/barbecue
parentb2fa500c5d6fa12761b1494debdb7dcc8326ceb8 (diff)
downloadports-689bc1c2076c1adc1830a22f6d81f3bd6f56a2db.tar.gz
ports-689bc1c2076c1adc1830a22f6d81f3bd6f56a2db.zip
graphics/barbecue: remove support for EOL tomcat6, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=508677
Diffstat (limited to 'graphics/barbecue')
-rw-r--r--graphics/barbecue/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/graphics/barbecue/Makefile b/graphics/barbecue/Makefile
index 7c5d6b864378..173452bb5f40 100644
--- a/graphics/barbecue/Makefile
+++ b/graphics/barbecue/Makefile
@@ -3,6 +3,7 @@
PORTNAME= barbecue
DISTVERSION= 1.5-beta1
+PORTREVISION= 1
CATEGORIES= graphics print java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
DIST_SUBDIR= java
@@ -29,25 +30,13 @@ PORTEXAMPLES= *
PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||}
-OPTIONS_SINGLE= AS
-OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7
-OPTIONS_DEFAULT= TOMCAT6
-
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MTOMCAT6}
-TOMCATVER= apache-tomcat-6.0
-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
BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
-.endif
post-extract:
${MV} ${WRKSRC}/${JARFILES} ${WRKSRC}/${JARFILES:S|-${DISTVERSION}||}
@@ -58,7 +47,7 @@ do-install:
${INSTALL_DATA} ${JARFILES:S|-${DISTVERSION}||:S|^|${WRKSRC}/|} \
${STAGEDIR}${JAVAJARDIR}
-.if ${PORT_OPTIONS:MTOMCAT6} || ${PORT_OPTIONS:MTOMCAT7}
+.if ${PORT_OPTIONS:MTOMCAT7}
${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${STAGEDIR}${WEBAPPDIR}/${PORTNAME}
@(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . \
${STAGEDIR}${WEBAPPDIR}/${PORTNAME})