Bug 173015 - [PATCH] graphics/barbecue: Update to 1.5-beta1, Tomcat 6.0, OptionsNG
Summary: [PATCH] graphics/barbecue: Update to 1.5-beta1, Tomcat 6.0, OptionsNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 09:40 UTC by nemysis
Modified: 2012-10-28 16:06 UTC (History)
1 user (show)

See Also:


Attachments
barbecue-1.5.b1.patch (13.26 KB, patch)
2012-10-24 09:40 UTC, nemysis
no flags Details | Diff
barbecue.diff (12.14 KB, patch)
2012-10-26 14:38 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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...