ports/173882: [PATCH] games/xsc: Changed Comment, added Deskop entries, take maintainership
nemysis
nemysis at gmx.ch
Fri Nov 23 20:50:00 UTC 2012
>Number: 173882
>Category: ports
>Synopsis: [PATCH] games/xsc: Changed Comment, added Deskop entries, take maintainership
>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 Nov 23 20:50:00 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:
- Take maintainership
Makefile changed:
+MASTER_SITES=
+DISTFILES=
+COMMENT= Vector graphics space shoot'em up game
+DESKTOP_ENTRIES=
+post-install:
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
Can't give build log, because RedPorts not works at the time.
>Fix:
--- xsc-1.5_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/xsc/Makefile ./Makefile
--- /usr/ports/games/xsc/Makefile 2012-11-16 09:01:41.000000000 +0100
+++ ./Makefile 2012-11-23 21:43:19.000000000 +0100
@@ -7,15 +7,28 @@
PORTNAME= xsc
PORTVERSION= 1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
-MASTER_SITES= http://www.panix.com/~mbh/xsc/
+MASTER_SITES= http://www.panix.com/~mbh/xsc/ \
+ SF/nemysisfreebsdp/:icons
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}.png:icons
+DIST_SUBDIR= ${PORTNAME}
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= ports at FreeBSD.org
-COMMENT= A vector graphics space shoot'em up game
+MAINTAINER= nemysis at gmx.ch
+COMMENT= Vector graphics space shoot'em up game
USE_XORG= x11
GNU_CONFIGURE= yes
-PLIST_FILES= bin/xsc
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/pixmaps/${PORTNAME}.png
+
+DESKTOP_ENTRIES="Xce" "${COMMENT}" "${PORTNAME}" \
+ "${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
+
+post-install:
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/xsc/distinfo ./distinfo
--- /usr/ports/games/xsc/distinfo 2012-11-16 09:01:41.000000000 +0100
+++ ./distinfo 2012-11-14 22:49:09.000000000 +0100
@@ -1,2 +1,4 @@
-SHA256 (xsc-1.5.tar.gz) = 361f19b4b8d57baa0fb0c3698f4dc9b6b3e1a8f5a73ba2870ed6d00907c0d46c
-SIZE (xsc-1.5.tar.gz) = 86015
+SHA256 (xsc/xsc-1.5.tar.gz) = 361f19b4b8d57baa0fb0c3698f4dc9b6b3e1a8f5a73ba2870ed6d00907c0d46c
+SIZE (xsc/xsc-1.5.tar.gz) = 86015
+SHA256 (xsc/xsc.png) = 4ae93202eb1df542fa559a3d46f7f5e687e8816efad56cc6b32111a17cb26d2e
+SIZE (xsc/xsc.png) = 381
--- xsc-1.5_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list