Bug 173292 - [PATCH] graphics/cbrpager: Makefile changed, OptionsNG, Desktop entries, take maintainership
Summary: [PATCH] graphics/cbrpager: Makefile changed, OptionsNG, Desktop entries, take...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 10:20 UTC by nemysis
Modified: 2012-12-03 16:57 UTC (History)
1 user (show)

See Also:


Attachments
cbrpager-0.9.22_3.patch (2.73 KB, patch)
2012-11-02 10:20 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-11-02 10:20:00 UTC
- Take maintainership

Makefile changed:
+		http://jcoppens.com/soft/cbrpager/img/:icons
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+		snap.jpeg:icons
+BUILD_DEPENDS=	jpegtopnm:${PORTSDIR}/graphics/netpbm
+PLIST_FILES=
+DESKTOP_ENTRIES=
+OPTIONS_DEFINE=	NLS
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MNLS}
+post-configure:
+post-build:

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
looks fine.

port test: clean

Build log

https://redports.org/buildarchive/20121101234940-61752/
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-12-03 16:57:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!