ports/173272: [MAINTAINER] games/asteroids3d: Fixed distfiles for Distilator, Desktop entries, Removed all Notes

nemysis nemysis at gmx.ch
Thu Nov 1 20:50:01 UTC 2012


>Number:         173272
>Category:       ports
>Synopsis:       [MAINTAINER] games/asteroids3d: Fixed distfiles for Distilator, Desktop entries, Removed all Notes
>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:   Thu Nov 01 20:50:01 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:
+		SF/nemysisfreebsdp/:icons
+DESKTOP_ENTRIES=

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:

--- asteroids3d-0.5.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/asteroids3d/Makefile ./Makefile
--- /usr/ports/games/asteroids3d/Makefile	2012-08-21 10:45:50.000000000 +0200
+++ ./Makefile	2012-10-08 13:06:46.000000000 +0200
@@ -10,7 +10,7 @@
 PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/a3d/${PORTVERSION}/ \
-		LOCAL/madpilot/asteroids3d/:icons
+		SF/nemysisfreebsdp/:icons
 DISTNAME=	${PORTNAME:S/3d/3D/}-${DISTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		asteroids3d_icons.tbz:icons
@@ -39,6 +39,9 @@
 PORTDATA=	*
 PORTDOCS=	README.html
 
+DESKTOP_ENTRIES="Asteroids3D" "${COMMENT}" "${PORTNAME}_48.png" \
+		"${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
+
 pre-configure:
 	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
 
@@ -50,17 +53,14 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/3d/3D/} ${PREFIX}/bin/${PORTNAME}
 
-# Data
 	${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC}/src && ${COPYTREE_SHARE}  "*.ub *.ppm" ${DATADIR})
 
-# Pixmaps
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps
 
-# Documentation
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- asteroids3d-0.5.1_1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list