From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 6 22:50:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7338E1E9 for ; Tue, 6 Nov 2012 22:50: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 460D38FC0A for ; Tue, 6 Nov 2012 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6Mo1So064357 for ; Tue, 6 Nov 2012 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA6Mo1Aa064355; Tue, 6 Nov 2012 22:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 6 Nov 2012 22:50:01 GMT Resent-Message-Id: <201211062250.qA6Mo1Aa064355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5388D8C for ; Tue, 6 Nov 2012 22:45:11 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 4E9398FC14 for ; Tue, 6 Nov 2012 22:45:10 +0000 (UTC) Received: (qmail invoked by alias); 06 Nov 2012 22:45:08 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 06 Nov 2012 23:45:08 +0100 Received: by something.email.com (sSMTP sendmail emulation); Tue, 06 Nov 2012 23:45:08 +0100 Message-Id: <20121106224511.D5388D8C@hub.freebsd.org> Date: Tue, 06 Nov 2012 23:45:08 +0100 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173431: [MAINTAINER] games/madbomber: Makefile changed, added pkg-plist, Desktop entries, removed all notes Cc: swills@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 22:50:01 -0000 >Number: 173431 >Category: ports >Synopsis: [MAINTAINER] games/madbomber: Makefile changed, added pkg-plist, 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: Tue Nov 06 22: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: Added file(s): - pkg-plist When a user define not PORTDATA then is Port unusable with PORTDATA= * Makefile changed: +COMMENT= -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png -PORTDATA= * +DESKTOP_ENTRIES= Changed and refined: do-install: Removed all notes 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: --- madbomber-0.2.5_13.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/madbomber/Makefile ./Makefile --- /usr/ports/games/madbomber/Makefile 2012-09-10 05:08:16.000000000 +0200 +++ ./Makefile 2012-11-06 23:39:43.000000000 +0100 @@ -7,13 +7,13 @@ PORTNAME= madbomber PORTVERSION= 0.2.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/ \ ftp://ftp.billsgames.com/unix/x/madbomber/src/ MAINTAINER= nemysis@gmx.ch -COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!" +COMMENT= Clone of Activision's classic Atari 2600 console game "Kaboom!" LICENSE= GPLv2 @@ -22,12 +22,11 @@ CPPFLAGS+= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\" LDFLAGS+= `${SDL_CONFIG} --libs` -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - -PORTDATA= * PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt +DESKTOP_ENTRIES="Mad Bomber" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} + .include do-build: @@ -35,24 +34,18 @@ ${PORTNAME}.c ${LDFLAGS} -lSDL_mixer -lSDL_image do-install: -# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -# Data ${MKDIR} ${DATADIR} .for d in images music sounds @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${DATADIR}) .endfor -# Pixmaps ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include diff -ruN --exclude=CVS /usr/ports/games/madbomber/pkg-plist ./pkg-plist --- /usr/ports/games/madbomber/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ ./pkg-plist 2012-11-06 23:38:46.000000000 +0100 @@ -0,0 +1,141 @@ +bin/madbomber +%%DATADIR%%/images/bar.png +%%DATADIR%%/images/game/background.png +%%DATADIR%%/images/game/bomb/bomb0.png +%%DATADIR%%/images/game/bomb/bomb1.png +%%DATADIR%%/images/game/bomb/bomb2.png +%%DATADIR%%/images/game/bomb/bomb3.png +%%DATADIR%%/images/game/bomb/explosion1.png +%%DATADIR%%/images/game/bomb/explosion2.png +%%DATADIR%%/images/game/bomber/bomber-amazed.png +%%DATADIR%%/images/game/bomber/bomber-happy.png +%%DATADIR%%/images/game/bomber/bomber-sad.png +%%DATADIR%%/images/game/bucket/bucket1.png +%%DATADIR%%/images/game/bucket/bucket1red.png +%%DATADIR%%/images/game/bucket/bucket2.png +%%DATADIR%%/images/game/bucket/bucket2red.png +%%DATADIR%%/images/game/bucket/bucket3.png +%%DATADIR%%/images/game/bucket/bucket3red.png +%%DATADIR%%/images/game/bucket/small-bucket1.png +%%DATADIR%%/images/game/bucket/small-bucket1red.png +%%DATADIR%%/images/game/bucket/small-bucket2.png +%%DATADIR%%/images/game/bucket/small-bucket2red.png +%%DATADIR%%/images/game/bucket/small-bucket3.png +%%DATADIR%%/images/game/bucket/small-bucket3red.png +%%DATADIR%%/images/game/drop/drop-down.png +%%DATADIR%%/images/game/drop/drop-left-down.png +%%DATADIR%%/images/game/drop/drop-left-up.png +%%DATADIR%%/images/game/drop/drop-left.png +%%DATADIR%%/images/game/drop/drop-right-down.png +%%DATADIR%%/images/game/drop/drop-right-up.png +%%DATADIR%%/images/game/drop/drop-right.png +%%DATADIR%%/images/game/drop/drop-up.png +%%DATADIR%%/images/game/game-over.png +%%DATADIR%%/images/game/highscore.png +%%DATADIR%%/images/game/numbers/0.png +%%DATADIR%%/images/game/numbers/0red.png +%%DATADIR%%/images/game/numbers/1.png +%%DATADIR%%/images/game/numbers/1red.png +%%DATADIR%%/images/game/numbers/2.png +%%DATADIR%%/images/game/numbers/2red.png +%%DATADIR%%/images/game/numbers/3.png +%%DATADIR%%/images/game/numbers/3red.png +%%DATADIR%%/images/game/numbers/4.png +%%DATADIR%%/images/game/numbers/4red.png +%%DATADIR%%/images/game/numbers/5.png +%%DATADIR%%/images/game/numbers/5red.png +%%DATADIR%%/images/game/numbers/6.png +%%DATADIR%%/images/game/numbers/6red.png +%%DATADIR%%/images/game/numbers/7.png +%%DATADIR%%/images/game/numbers/7red.png +%%DATADIR%%/images/game/numbers/8.png +%%DATADIR%%/images/game/numbers/8red.png +%%DATADIR%%/images/game/numbers/9.png +%%DATADIR%%/images/game/numbers/9red.png +%%DATADIR%%/images/game/paused.png +%%DATADIR%%/images/game/press-escape.png +%%DATADIR%%/images/game/press-fire.png +%%DATADIR%%/images/highscore/highscore.png +%%DATADIR%%/images/highscore/letters.png +%%DATADIR%%/images/icon.png +%%DATADIR%%/images/loading.png +%%DATADIR%%/images/make-offs.sh +%%DATADIR%%/images/options/0percent-off.png +%%DATADIR%%/images/options/0percent.png +%%DATADIR%%/images/options/100percent-off.png +%%DATADIR%%/images/options/100percent.png +%%DATADIR%%/images/options/25percent-off.png +%%DATADIR%%/images/options/25percent.png +%%DATADIR%%/images/options/50percent-off.png +%%DATADIR%%/images/options/50percent.png +%%DATADIR%%/images/options/75percent-off.png +%%DATADIR%%/images/options/75percent.png +%%DATADIR%%/images/options/detail.png +%%DATADIR%%/images/options/difficulty.png +%%DATADIR%%/images/options/effects.png +%%DATADIR%%/images/options/hard-off.png +%%DATADIR%%/images/options/hard.png +%%DATADIR%%/images/options/music.png +%%DATADIR%%/images/options/normal-off.png +%%DATADIR%%/images/options/normal.png +%%DATADIR%%/images/options/ok-off.png +%%DATADIR%%/images/options/ok.png +%%DATADIR%%/images/options/options.png +%%DATADIR%%/images/options/player-one.png +%%DATADIR%%/images/options/player-two.png +%%DATADIR%%/images/options/volume.png +%%DATADIR%%/images/options/zen-off.png +%%DATADIR%%/images/options/zen.png +%%DATADIR%%/images/spray-black.png +%%DATADIR%%/images/spray-blue.png +%%DATADIR%%/images/spray-cyan.png +%%DATADIR%%/images/title/exit-off.png +%%DATADIR%%/images/title/exit.png +%%DATADIR%%/images/title/highscore-off.png +%%DATADIR%%/images/title/highscore.png +%%DATADIR%%/images/title/one-player-off.png +%%DATADIR%%/images/title/one-player.png +%%DATADIR%%/images/title/options-off.png +%%DATADIR%%/images/title/options.png +%%DATADIR%%/images/title/title.png +%%DATADIR%%/images/title/two-player-vs-off.png +%%DATADIR%%/images/title/two-player-vs.png +%%DATADIR%%/images/title/two-players-off.png +%%DATADIR%%/images/title/two-players.png +%%DATADIR%%/music/astraltr.mod +%%DATADIR%%/music/bizjung.it +%%DATADIR%%/music/fdn-arab.s3m +%%DATADIR%%/music/gluppobe.mod +%%DATADIR%%/music/waterfal.mod +%%DATADIR%%/sounds/bigexplosion.wav +%%DATADIR%%/sounds/can-shake.wav +%%DATADIR%%/sounds/confirm.wav +%%DATADIR%%/sounds/explosion.wav +%%DATADIR%%/sounds/fuse.wav +%%DATADIR%%/sounds/highscore.wav +%%DATADIR%%/sounds/level8.wav +%%DATADIR%%/sounds/oneup.wav +%%DATADIR%%/sounds/select.wav +%%DATADIR%%/sounds/splash1.wav +%%DATADIR%%/sounds/splash2.wav +%%DATADIR%%/sounds/splash3.wav +%%DATADIR%%/sounds/splash4.wav +%%DATADIR%%/sounds/splash5.wav +%%DATADIR%%/sounds/splash6.wav +%%DATADIR%%/sounds/splash7.wav +%%DATADIR%%/sounds/splash8.wav +%%DATADIR%%/sounds/spray.wav +share/pixmaps/madbomber.png +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/images/title +@dirrm %%DATADIR%%/images/options +@dirrm %%DATADIR%%/images/highscore +@dirrm %%DATADIR%%/images/game/numbers +@dirrm %%DATADIR%%/images/game/drop +@dirrm %%DATADIR%%/images/game/bucket +@dirrm %%DATADIR%%/images/game/bomber +@dirrm %%DATADIR%%/images/game/bomb +@dirrm %%DATADIR%%/images/game +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% --- madbomber-0.2.5_13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: