svn commit: r323439 - head/games/iceicepenguin
John Marino
marino at FreeBSD.org
Mon Jul 22 11:35:58 UTC 2013
Author: marino
Date: Mon Jul 22 11:35:56 2013
New Revision: 323439
URL: http://svnweb.freebsd.org/changeset/ports/323439
Log:
games/iceicepenguin: Fix fetching due to frequent rerolls
The maintainer has proposed the following changes:
1) Unique name for iceicepenguins_icons
2) Trimmed desktop entry
3) Updated the pkg-plist
4) general cleanup
PR: ports/178501
Submitted by: marino
Approved by: bapt (mentor)
Modified:
head/games/iceicepenguin/Makefile
head/games/iceicepenguin/distinfo
head/games/iceicepenguin/pkg-plist
Modified: head/games/iceicepenguin/Makefile
==============================================================================
--- head/games/iceicepenguin/Makefile Mon Jul 22 09:24:01 2013 (r323438)
+++ head/games/iceicepenguin/Makefile Mon Jul 22 11:35:56 2013 (r323439)
@@ -3,12 +3,12 @@
PORTNAME= iceicepenguin
PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \
SF/nemysisfreebsdp/:icons
DISTFILES= iip.${DISTVERSION}-final${EXTRACT_SUFX} \
- ${PORTNAME}_icons${EXTRACT_SUFX}:icons
+ ${PORTNAME}_icons_1${EXTRACT_SUFX}:icons
DIST_SUBDIR= python
MAINTAINER= nemysis at gmx.ch
@@ -31,22 +31,18 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x9
SUB_FILES= ${PORTNAME}
-DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" \
- "${PREFIX}/share/pixmaps/${PORTNAME}" \
+DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" false
.include <bsd.port.options.mk>
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
-
- ${MKDIR} ${DATADIR}
.for d in fonts gfx lvls menu sfx
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
.endfor
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
post-install:
.for s in ${ICON_SIZES}
@@ -54,10 +50,10 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \
${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png
.endfor
- ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/
+ ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
Modified: head/games/iceicepenguin/distinfo
==============================================================================
--- head/games/iceicepenguin/distinfo Mon Jul 22 09:24:01 2013 (r323438)
+++ head/games/iceicepenguin/distinfo Mon Jul 22 11:35:56 2013 (r323439)
@@ -1,4 +1,4 @@
SHA256 (python/iip.1.5.1-final.zip) = 6fde1fc6b432951ed73c0f75c769d4550e5b4a014783bf49aaef24e904b7910e
SIZE (python/iip.1.5.1-final.zip) = 17948605
-SHA256 (python/iceicepenguin_icons.zip) = 219aa78dec602446931d08c0461c65f18fa37526667713e58601741179d7123f
-SIZE (python/iceicepenguin_icons.zip) = 50315
+SHA256 (python/iceicepenguin_icons_1.zip) = 219aa78dec602446931d08c0461c65f18fa37526667713e58601741179d7123f
+SIZE (python/iceicepenguin_icons_1.zip) = 50315
Modified: head/games/iceicepenguin/pkg-plist
==============================================================================
--- head/games/iceicepenguin/pkg-plist Mon Jul 22 09:24:01 2013 (r323438)
+++ head/games/iceicepenguin/pkg-plist Mon Jul 22 11:35:56 2013 (r323439)
@@ -150,18 +150,6 @@ share/icons/hicolor/64x64/apps/iceicepen
share/icons/hicolor/72x72/apps/iceicepenguin.png
share/icons/hicolor/96x96/apps/iceicepenguin.png
share/pixmaps/iceicepenguin.png
- at dirrmtry share/icons/hicolor/96x96/apps
- at dirrmtry share/icons/hicolor/96x96
- at dirrmtry share/icons/hicolor/72x72/apps
- at dirrmtry share/icons/hicolor/72x72
- at dirrmtry share/icons/hicolor/64x64/apps
- at dirrmtry share/icons/hicolor/64x64
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
@dirrm %%DATADIR%%/sfx/music
@dirrm %%DATADIR%%/sfx
@dirrm %%DATADIR%%/menu/fr
More information about the svn-ports-head
mailing list