Bug 173091 - [PATCH] graphics/deegree-igeoportal: Changed to use Tomcat6 and Tomcat7, OptionsNG
Summary: [PATCH] graphics/deegree-igeoportal: Changed to use Tomcat6 and Tomcat7, Opti...
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 01:10 UTC by nemysis
Modified: 2012-10-30 22:11 UTC (History)
1 user (show)

See Also:


Attachments
deegree-igeoportal-2.5_1.patch (315.36 KB, patch)
2012-10-26 01:10 UTC, nemysis
no flags Details | Diff
deegree-igeoportal.diff (2.40 KB, patch)
2012-10-26 14:45 UTC, nemysis
no flags Details | Diff
deegree-igeoportal.diff (2.40 KB, patch)
2012-10-26 14:45 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-26 01:10:01 UTC
Makefile changed:

+PORTDOCS=	README.txt README_owswatch.txt deegree_igeoportal_documentation_en.pdf
+OPTIONS_SINGLE=	AS
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MTOMCAT6}
+.if ${PORT_OPTIONS:MTOMCAT7}


pkg-plist changed to use
+%%WEBAPPS%%/deegree-igeoportal
%%TOMCAT%%

Port maintainer (wenheping@gmail.com) 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.
WARN: Makefile: new ports should not set PORTREVISION.
WARN: Makefile: only one MASTER_SITE configured.  Consider adding additional mirrors.
0 fatal errors and 3 warnings found.

port test: clean


Build log

https://redports.org/buildarchive/20121025192656-44299/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-26 01:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-26 01:10:26 UTC
Maintainer of graphics/deegree-igeoportal,

Please note that PR ports/173091 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173091

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-26 01:10:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-10-27 07:12:33 UTC
Responsible Changed
From-To: wen->jgh

based on my patch, i'll take it
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-10-30 22:11:57 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!