ports/170724: [MAINTAINER] games/connectagram: Makefile changed, Port require always DATA
nemysis
nemysis at gmx.ch
Sat Aug 18 01:10:08 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list