Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 03:06:57 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/170724: [MAINTAINER] games/connectagram: Makefile changed, Port require always DATA
Message-ID:  <20120818010701.4EB901065673@hub.freebsd.org>
Resent-Message-ID: <201208180110.q7I1A7II037939@freefall.freebsd.org>

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

>Number:         170724
>Category:       ports
>Synopsis:       [MAINTAINER] games/connectagram: Makefile changed, Port require always DATA
>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 Aug 18 01:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:

Makefile changed:

Deleted why Port require always DATA

-OPTIONS_DEFINE= DATA
-OPTIONS_DEFAULT= DATA


Not install this file, why isn't needed for installed Port

INSTALL


Changed all to ${PORTNAME}

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- connectagram-1.0.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/connectagram/Makefile ./Makefile
--- /usr/ports/games/connectagram/Makefile	2012-08-14 07:51:07.000000000 +0200
+++ ./Makefile	2012-08-18 02:58:56.000000000 +0200
@@ -16,9 +16,6 @@
 
 LICENSE=	GPLv3
 
-OPTIONS_DEFINE=	DATA
-OPTIONS_DEFAULT=	DATA
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_BZIP2=	yes
@@ -29,11 +26,11 @@
 MAKE_JOBS_SAFE=	yes
 
 PORTDATA=	*
-PORTDOCS=	ChangeLog INSTALL
+PORTDOCS=	ChangeLog
 
-PLIST_FILES=	bin/connectagram \
-	share/applications/connectagram.desktop \
-	share/icons/hicolor/48x48/apps/connectagram.png
+PLIST_FILES=	bin/${PORTNAME} \
+	share/applications/${PORTNAME}.desktop \
+	share/icons/hicolor/48x48/apps/${PORTNAME}.png
 
 PLIST_DIRSTRY=	share/icons/hicolor/48x48/apps \
 	share/icons/hicolor/48x48 \
--- connectagram-1.0.1.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?20120818010701.4EB901065673>