Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 00:08:45 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177035: [MAINTAINER] games/bubble-chains: Cleaned PORTDOCS
Message-ID:  <20130316230847.D9B0CBBA@hub.freebsd.org>
Resent-Message-ID: <201303162310.r2GNA0YR030674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177035
>Category:       ports
>Synopsis:       [MAINTAINER] games/bubble-chains: Cleaned PORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 16 23:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

Makefile changed:
-OPTIONS_DEFINE=	DOCS

-.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+=	PORTDOCS=""
-.else
-PLIST_SUB+=	PORTDOCS="@comment "
-.endif

Changed and refined:
 pkg-plist  <-- clean, not more PORTDOCS

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- bubble-chains-0.1.1_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/bubble-chains/Makefile ./Makefile
--- /usr/ports/games/bubble-chains/Makefile	2013-03-13 12:33:23.000000000 +0100
+++ ./Makefile	2013-03-16 23:47:52.000000000 +0100
@@ -27,8 +27,6 @@
 
 MAKE_JOBS_SAFE=	yes
 
-OPTIONS_DEFINE=	DOCS
-
 PORTDOCS=	README
 
 DESKTOP_ENTRIES="Bubble Chains" "${COMMENT}" \
@@ -37,12 +35,6 @@
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+=	PORTDOCS=""
-.else
-PLIST_SUB+=	PORTDOCS="@comment "
-.endif
-
 P7ZIP_CMD=	${LOCALBASE}/bin/7z
 P7ZIP_ARGS=	x -o${WRKDIR}
 
diff -ruN --exclude=CVS /usr/ports/games/bubble-chains/pkg-plist ./pkg-plist
--- /usr/ports/games/bubble-chains/pkg-plist	2013-03-13 12:33:23.000000000 +0100
+++ ./pkg-plist	2013-03-16 23:46:59.000000000 +0100
@@ -67,10 +67,8 @@
 %%DATADIR%%/data/tools/random.png
 %%DATADIR%%/data/tools/star.png
 %%DATADIR%%/data/tools/twins.png
-%%PORTDOCS%%%%DOCSDIR%%/README
 share/pixmaps/bubble-chains.ico
 share/pixmaps/bubble-chains.png
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/data/tools
 @dirrm %%DATADIR%%/data/sounds
 @dirrm %%DATADIR%%/data/schemes/default
--- bubble-chains-0.1.1_5.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130316230847.D9B0CBBA>