From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 11 11:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BBD6A6F5 for ; Sat, 11 May 2013 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AD69D341 for ; Sat, 11 May 2013 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4BBe1ET093471 for ; Sat, 11 May 2013 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4BBe16u093451; Sat, 11 May 2013 11:40:01 GMT (envelope-from gnats) Date: Sat, 11 May 2013 11:40:01 GMT Message-Id: <201305111140.r4BBe16u093451@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/178501: games/iceicepenguin: Needs different distfile subdir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 11:40:01 -0000 The following reply was made to PR ports/178501; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: approval@freebsdnorth.com, miwi@FreeBSD.org, draco@marino.st Subject: Re: ports/178501: games/iceicepenguin: Needs different distfile subdir Date: Sat, 11 May 2013 13:34:40 +0200 --MP_/PDo.Ry3S=AO0B0vHvA=GfRp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline games/iceicepenguin https://redports.org/buildarchive/20130511101100-65232/ - Bump portrevision - Fix download - Trim desktop entry - Cleanup Makefile - Trim pkg-plist --MP_/PDo.Ry3S=AO0B0vHvA=GfRp Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=iceicepenguin.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/games/iceicepenguin/Makefile ./Makefile --- /usr/ports/games/iceicepenguin/Makefile 2013-03-15 15:37:40.000000000 +0100 +++ ./Makefile 2013-05-11 12:06:19.000000000 +0200 @@ -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@gmx.ch @@ -31,22 +31,18 @@ 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 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 @@ ${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 diff -ruN --exclude=CVS /usr/ports/games/iceicepenguin/distinfo ./distinfo --- /usr/ports/games/iceicepenguin/distinfo 2013-03-15 15:37:40.000000000 +0100 +++ ./distinfo 2013-05-11 12:08:55.000000000 +0200 @@ -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 diff -ruN --exclude=CVS /usr/ports/games/iceicepenguin/pkg-plist ./pkg-plist --- /usr/ports/games/iceicepenguin/pkg-plist 2013-03-15 15:37:40.000000000 +0100 +++ ./pkg-plist 2013-03-27 01:11:58.000000000 +0100 @@ -150,18 +150,6 @@ share/icons/hicolor/72x72/apps/iceicepenguin.png share/icons/hicolor/96x96/apps/iceicepenguin.png share/pixmaps/iceicepenguin.png -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor/72x72/apps -@dirrmtry share/icons/hicolor/72x72 -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons @dirrm %%DATADIR%%/sfx/music @dirrm %%DATADIR%%/sfx @dirrm %%DATADIR%%/menu/fr ===> Done --MP_/PDo.Ry3S=AO0B0vHvA=GfRp--