From owner-svn-ports-all@FreeBSD.ORG Mon May 5 22:02:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFC2D3A2; Mon, 5 May 2014 22:02:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA65AEB; Mon, 5 May 2014 22:02:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45M2EqP092920; Mon, 5 May 2014 22:02:14 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45M2AnC092883; Mon, 5 May 2014 22:02:10 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201405052202.s45M2AnC092883@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 5 May 2014 22:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353051 - in head/games: bombherman connectagram cretan-hubris fbg2 gottet gtkatlantic kye madbomber megamario nelly oneisenough patapizza-tetris puckman pycadia pyspacewar simsu smashb... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 22:02:14 -0000 Author: nemysis Date: Mon May 5 22:02:09 2014 New Revision: 353051 URL: http://svnweb.freebsd.org/changeset/ports/353051 QAT: https://qat.redports.org/buildarchive/r353051/ Log: games/bombherman - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/connectagram - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Break lines around 80 characters games/cretan-hubris - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/fbg2 - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/gottet - Transfer maintainership to games@ team games/gtkatlantic - Simplify master site - Use tar.gz instead of tar.bz2 - Transfer maintainership to games@ team - Don't silence warnings - Set PORTSCOUT, Upstream use GTK3 in newer Versions games/kye - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/madbomber - Transfer maintainership to games@ team games/megamario - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Add fixes_v1.7.txt to DOCS games/nelly - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Cosmetical changes games/oneisenough - Transfer maintainership to games@ team - USES shebangfix and SHEBANG_FILES instead of REINPLACE - Simplify installation handling games/patapizza-tetris - Transfer maintainership to games@ team games/puckman - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/pycadia - Transfer maintainership to games@ team games/pyspacewar - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/simsu - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/smashbattle - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/syobon - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/tanglet - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/thegrind - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team Modified: head/games/bombherman/Makefile head/games/connectagram/Makefile head/games/cretan-hubris/Makefile head/games/fbg2/Makefile head/games/gottet/Makefile head/games/gtkatlantic/Makefile head/games/gtkatlantic/distinfo head/games/kye/Makefile head/games/madbomber/Makefile head/games/megamario/Makefile head/games/nelly/Makefile head/games/oneisenough/Makefile head/games/patapizza-tetris/Makefile head/games/puckman/Makefile head/games/pycadia/Makefile head/games/pyspacewar/Makefile head/games/simsu/Makefile head/games/smashbattle/Makefile head/games/syobon/Makefile head/games/tanglet/Makefile head/games/thegrind/Makefile Modified: head/games/bombherman/Makefile ============================================================================== --- head/games/bombherman/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/bombherman/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= bomb-her-man @@ -9,7 +9,7 @@ MASTER_SITES= SF/nemysisfreebsdp/${CATEG DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Bomberman clone written in C++ LICENSE= GPLv3 Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/connectagram/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= connectagram @@ -7,13 +7,12 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Word unscrambling game LICENSE= GPLv3 -USE_BZIP2= yes -USES= qmake +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build gui network iconengines_run \ imageformats_run INSTALLS_ICONS= yes @@ -37,7 +36,8 @@ post-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR}) - @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/) + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor \ + ${STAGEDIR}${PREFIX}/share/icons/) ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ Modified: head/games/cretan-hubris/Makefile ============================================================================== --- head/games/cretan-hubris/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/cretan-hubris/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,13 +1,13 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= cretan-hubris PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/radius-engine/egp/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Maze on the Isle of Crete LICENSE= GPLv2 CCbyNCSA3 Modified: head/games/fbg2/Makefile ============================================================================== --- head/games/fbg2/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/fbg2/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,13 +1,13 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= fbg2 PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/fbg/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Classic block-stacking arcade game LICENSE= GPLv2 CCbyNCSA3 @@ -36,7 +36,6 @@ PLIST_FILES= bin/${PORTNAME} \ PLIST_DIRS= %%DATADIR%% PORTDOCS= ChangeLog - OPTIONS_DEFINE= DOCS post-install: Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/gottet/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Tetris clone LICENSE= GPLv3 Modified: head/games/gtkatlantic/Makefile ============================================================================== --- head/games/gtkatlantic/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/gtkatlantic/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -4,26 +4,24 @@ PORTNAME= gtkatlantic PORTVERSION= 0.4.4 CATEGORIES= games -MASTER_SITES= http://download.tuxfamily.org/gtkatlantic/downloads/v0.4/ \ +MASTER_SITES= http://download.tuxfamily.org/gtkatlantic/downloads/v${PORTVERSION:R}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Game like Monopoly(tm) LICENSE= GPLv2 -USE_BZIP2= yes USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -w +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS ChangeLog NEWS README - OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes @@ -32,6 +30,9 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x9 DESKTOP_ENTRIES="GtkAtlantic" "" "${PORTNAME}" \ "${PORTNAME}" "Game;BoardGame;" "" +# Wrong versioning upstream, Upstream use GTK3 in newer Versions +PORTSCOUT= ignore:1 + post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/s|-ggdb|$$CFLAGS|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mkdir |$$(mkdir_p) |g' ${WRKSRC}/Makefile.in Modified: head/games/gtkatlantic/distinfo ============================================================================== --- head/games/gtkatlantic/distinfo Mon May 5 21:54:32 2014 (r353050) +++ head/games/gtkatlantic/distinfo Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -SHA256 (gtkatlantic-0.4.4.tar.bz2) = 1f1676f74325807e3e405bd668b41764c76a67897f51290aaaf711db5e699c37 -SIZE (gtkatlantic-0.4.4.tar.bz2) = 778679 -SHA256 (gtkatlantic_icons.tar.bz2) = 73eaec5f7ef2014832ba2b4c5f610f007a7a98f109a5b1fb5c086c68bb57d440 -SIZE (gtkatlantic_icons.tar.bz2) = 41628 +SHA256 (gtkatlantic-0.4.4.tar.gz) = 188e6502438948cb46246b50d761f7e3588cdd2f6fc45fa7fada996d116073ae +SIZE (gtkatlantic-0.4.4.tar.gz) = 962568 +SHA256 (gtkatlantic_icons.tar.gz) = 0686beae348ef8835190731ebe45af594da3db8ec7f9c38220bcb3138ef74a08 +SIZE (gtkatlantic_icons.tar.gz) = 41163 Modified: head/games/kye/Makefile ============================================================================== --- head/games/kye/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/kye/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= kye @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E kye-data_extra_levels.20120818.tar.gz:levels DIST_SUBDIR= kye -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Puzzle game with arcade game elements RESTRICTED= kye-data_nuke_levels is charityware @@ -27,7 +27,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PORTDOCS= NEWS README - OPTIONS_DEFINE= DOCS SUB_FILES= pkg-message Modified: head/games/madbomber/Makefile ============================================================================== --- head/games/madbomber/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/madbomber/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -7,7 +7,7 @@ PORTREVISION= 13 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Clone of Activision's classic Atari 2600 console game "Kaboom!" LICENSE= GPLv2 Modified: head/games/megamario/Makefile ============================================================================== --- head/games/megamario/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/megamario/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= megamario @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= SF/mmario/Mega%20Mario%20Full%20Game/Mega%20Mario%20v${PORTVERSION}%20%28Full%20Game%2C%20high%20Quality%20music%29/ DISTNAME= MegaMario_v${PORTVERSION}_full -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Super Mario Bros 1 clone LICENSE= LGPL21 @@ -24,7 +24,7 @@ ALL_TARGET= ${PORTNAME} pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} -PORTDOCS= CONTROLS.txt readme.txt +PORTDOCS= CONTROLS.txt fixes_v1.7.txt readme.txt OPTIONS_DEFINE= DOCS post-patch: Modified: head/games/nelly/Makefile ============================================================================== --- head/games/nelly/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/nelly/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= nelly @@ -13,16 +13,15 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Nelly's Rooftop Garden, physics-based puzzle game RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl -USE_PYTHON= yes +USE_PYTHON= 2 PORTDOCS= README - OPTIONS_DEFINE= DOCS SUB_FILES= ${PORTNAME} @@ -47,9 +46,8 @@ do-install: .for d in fonts levels textures @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor - -.for d in *.py *.pyc *.pyo - @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR}) +.for f in *.py *.pyc *.pyo + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ Modified: head/games/oneisenough/Makefile ============================================================================== --- head/games/oneisenough/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/oneisenough/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_a${DISTVERSION:S/ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Economic development in the land of the balls LICENSE= GPLv2 @@ -20,13 +20,15 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/"one is enough" -USES= dos2unix zip -DOS2UNIX_FILES= README.txt bin/*.py +USES= dos2unix shebangfix zip +DOS2UNIX_FILES= *.txt bin/*.py DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] +SHEBANG_FILES= run_game.py bin/mainmenu.py +python_OLD_CMD?= /usr/bin/env python +python_CMD?= ${PYTHON_CMD} USE_PYTHON= 2 PORTDOCS= README.txt - OPTIONS_DEFINE= DOCS SUB_FILES= ${PORTNAME} @@ -38,23 +40,16 @@ post-extract: @${FIND} ${WRKSRC} \ -name "Thumbs.db" -delete -or -name "pack.bat" -delete -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ - ${WRKSRC}/run_game.py - do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - - @${MKDIR} ${STAGEDIR}${DATADIR} -.for d in *.py *.pyc *.pyo - @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR}) -.endfor - @(cd ${WRKSRC}/bin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin) +.for f in *.py *.pyc *.pyo + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} +.endfor ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ Modified: head/games/patapizza-tetris/Makefile ============================================================================== --- head/games/patapizza-tetris/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/patapizza-tetris/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSIO ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Unofficial clone of the original Tetris game LICENSE= GPLv3 Modified: head/games/puckman/Makefile ============================================================================== --- head/games/puckman/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/puckman/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= puckman @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Unofficial clone of the original Pac-Man game LICENSE= GPLv3 @@ -25,7 +25,6 @@ USES= gmake USE_SDL= sdl image gfx PORTDOCS= README.md - OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Puck-Man" "" "${PORTNAME}" \ Modified: head/games/pycadia/Makefile ============================================================================== --- head/games/pycadia/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/pycadia/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -9,7 +9,7 @@ MASTER_SITES= GENTOO/distfiles \ SF/nemysisfreebsdp/games/ DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Home to vector gaming, Python style LICENSE= GPLv2 Modified: head/games/pyspacewar/Makefile ============================================================================== --- head/games/pyspacewar/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/pyspacewar/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= pyspacewar @@ -9,7 +9,7 @@ MASTER_SITES= http://mg.pov.lt/${PORTNAM LOCAL/beech DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Two ships duel in a gravity field LICENSE= GPLv2 @@ -26,8 +26,7 @@ PLIST_FILES= share/icons/hicolor/16x16/a share/icons/hicolor/48x48/apps/pyspacewar.png \ share/pixmaps/${PORTNAME}.png -PORTDOCS= NEWS.txt README.txt TODO.txt performance-notes.txt - +PORTDOCS= NEWS.txt README.txt performance-notes.txt OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes Modified: head/games/simsu/Makefile ============================================================================== --- head/games/simsu/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/simsu/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= simsu @@ -8,13 +8,12 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Basic Sudoku game LICENSE= GPLv3 -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ gui INSTALLS_ICONS= yes Modified: head/games/smashbattle/Makefile ============================================================================== --- head/games/smashbattle/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/smashbattle/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= smashbattle @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/beta-${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= 8-bit style platform battle game WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle Modified: head/games/syobon/Makefile ============================================================================== --- head/games/syobon/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/syobon/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,9 +1,9 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= syobon PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_${DISTVERSION}_sr ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Platform game as Super Mario Bros WRKSRC= ${WRKDIR}/${PORTNAME} @@ -25,7 +25,6 @@ ALL_TARGET= ${PORTNAME} MAKE_ENV= GAMEDATA="${DATADIR}" PORTDOCS= README.txt - OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Syobon Action" "" "${PORTNAME}" \ Modified: head/games/tanglet/Makefile ============================================================================== --- head/games/tanglet/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/tanglet/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= tanglet @@ -7,14 +7,13 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Single player word finding game based on Boggle LICENSE= GPLv3 -USE_BZIP2= yes -USES= qmake +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build gui iconengines_run imageformats_run LDFLAGS+= -lz INSTALLS_ICONS= yes Modified: head/games/thegrind/Makefile ============================================================================== --- head/games/thegrind/Makefile Mon May 5 21:54:32 2014 (r353050) +++ head/games/thegrind/Makefile Mon May 5 22:02:09 2014 (r353051) @@ -1,13 +1,13 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= thegrind PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/radius-engine/ld21/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Simple game about escaping from work LICENSE= GPLv2 @@ -24,7 +24,6 @@ USE_GL= glu GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} - PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png \ @@ -32,7 +31,6 @@ PLIST_FILES= bin/${PORTNAME} \ PLIST_DIRS= %%DATADIR%% PORTDOCS= ChangeLog - OPTIONS_DEFINE= DOCS post-install: