mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
graphics/barbecue: remove support for EOL tomcat6, bump PORTREVISION
This commit is contained in:
parent
b2fa500c5d
commit
689bc1c207
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508677
1 changed files with 2 additions and 13 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue