- Update to 1.5-beta1 Added file(s): - pkg-plist +%%TOMCAT6%%apache-tomcat-6.0/webapps/barbecue Makefile changed: +COMMENT= Java barcode generator +JARFILES= ${PORTNAME}-${DISTVERSION}.jar +OPTIONS_DEFINE= TOMCAT6 +OPTIONS_DEFAULT= TOMCAT6 +.include <bsd.port.options.mk> +.if defined(WITH_TOMCAT6) Changed post-extract: do-install: +.if ${PORT_OPTIONS:MTOMCAT6} +.if ${PORT_OPTIONS:MEXAMPLES} Port maintainer (thierry@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found. port test: clean Build log https://redports.org/buildarchive/20121023171844-36560/
Responsible Changed From-To: freebsd-ports-bugs->thierry Over to maintainer (via the GNATS Auto Assign Tool)
Added %%TOMCATDIR%%
State Changed From-To: open->closed Committed, thanks! Remark: I touched an empty file and added the line %%TOMCATDIR%%/webapps/barbecue/WEB-INF/classes/net/sourceforge/barbecue/postnet/.empty to fix packaging. Not sure if this directory is ever used, but just in case...