Bug 173015

Summary: [PATCH] graphics/barbecue: Update to 1.5-beta1, Tomcat 6.0, OptionsNG
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Thierry Thomas <thierry>
Status: Closed FIXED    
Severity: Affects Only Me CC: thierry
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
barbecue-1.5.b1.patch
none
barbecue.diff none

Description nemysis 2012-10-24 09:40:00 UTC
- 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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-24 09:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 nemysis 2012-10-26 14:38:41 UTC
Added %%TOMCATDIR%%
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2012-10-28 16:04:37 UTC
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...