Date: Fri, 7 Dec 2012 12:09:04 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/174258: [PATCH] games/pysolfc OptionsNG, added license, cardsets Message-ID: <201212071209.qB7C94uc092625@red.freebsd.org> Resent-Message-ID: <201212071210.qB7CA0j3025277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071209.qB7C94uc092625>