ports/174258: [PATCH] games/pysolfc OptionsNG, added license, cardsets

nemysis nemysis at gmx.ch
Fri Dec 7 12:10:00 UTC 2012


>Number:         174258
>Category:       ports
>Synopsis:       [PATCH] games/pysolfc OptionsNG, added license, cardsets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 07 12:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
Generated and tested manually, tested with port test

Makefile changed:
+CATEGORIES=    games python
+DISTFILES=
+DIST_SUBDIR=   ${PORTNAME}
+LICENSE=       GPLv3
+WRKSRC=                ${WRKDIR}/PySolFC-${PORTVERSION}
+PORTDOCS=      AUTHORS README
+OPTIONS_DEFINE=
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MNLS}
+.if ${PORT_OPTIONS:MCARDSETS}

Changed and refined:
 post-install:
 pkg-plist
>How-To-Repeat:
portlint -A
WARN: Makefile: [67]: possible use of "${FIND} ... ${XARGS} ${RM}" when "${FIND} ... -delete" will work.
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: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX.
WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them.
0 fatal errors and 5 warnings found.

WARN: Makefile: [67]: because is used
        @${FIND} ${WRKDIR} -name .thumbnails -or -name .xvpics | ${XARGS} ${RM} -rf
other combinations not works, but are there in Makefile with #

WARN: Makefile: use of DISTFILES
WARN: Makefile: DISTFILES/DISTNAME
are because is used
DISTFILES=      PySolFC-${DISTVERSION}${EXTRACT_SUFX}
.if ${PORT_OPTIONS:MCARDSETS}
DISTFILES+=             PySolFC-Cardsets-${DISTVERSION}${EXTRACT_SUFX}:cardsets

port test: clean
>Fix:
Because large pkg-plist, pysolfc.diff is very big 838k

You can find it on

http://patches.cpetservices.com/users/nemysis/pysolfc.diff

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list