Index: head/games/toppler/Makefile =================================================================== --- head/games/toppler/Makefile (revision 432941) +++ head/games/toppler/Makefile (revision 432942) @@ -1,30 +1,27 @@ # Created by: Dom Mitchell # $FreeBSD$ PORTNAME= toppler -PORTVERSION= 1.1.5 -PORTREVISION= 5 +PORTVERSION= 1.1.6 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Climb a tower and avoid monsters -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING +USES= gettext gmake localbase USE_SDL= mixer sdl -USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/games -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DOCS SCOREFILE= /var/games/toppler/toppler.hsc post-install: - ${MV} ${STAGEDIR}${SCOREFILE} ${STAGEDIR}${SCOREFILE}.sample + @${MV} ${STAGEDIR}${SCOREFILE} ${STAGEDIR}${SCOREFILE}.sample .include Index: head/games/toppler/distinfo =================================================================== --- head/games/toppler/distinfo (revision 432941) +++ head/games/toppler/distinfo (revision 432942) @@ -1,2 +1,3 @@ -SHA256 (toppler-1.1.5.tar.gz) = 26cab477cfc427827fc4dc584271148ba4d14b5a5f12c1752e262b795d814167 -SIZE (toppler-1.1.5.tar.gz) = 2152897 +TIMESTAMP = 1485788372 +SHA256 (toppler-1.1.6.tar.gz) = 7dbc2905389c2adba0f8c459f3319cf04045ba53ed407e273a50a3a67564cc45 +SIZE (toppler-1.1.6.tar.gz) = 2117137 Index: head/games/toppler/files/patch-main.cc =================================================================== --- head/games/toppler/files/patch-main.cc (nonexistent) +++ head/games/toppler/files/patch-main.cc (revision 432942) @@ -0,0 +1,12 @@ +--- main.cc.orig 2012-12-22 11:02:06 UTC ++++ main.cc +@@ -96,7 +96,8 @@ int main(int argc, char *argv[]) { + + DIR *dir = opendir("locale"); + bindtextdomain("toppler", dir == NULL ? LOCALEDIR : "locale"); +- closedir(dir); ++ if (dir) ++ closedir(dir); + textdomain("toppler"); + #endif + Property changes on: head/games/toppler/files/patch-main.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/toppler/pkg-descr =================================================================== --- head/games/toppler/pkg-descr (revision 432941) +++ head/games/toppler/pkg-descr (revision 432942) @@ -1,15 +1,15 @@ The target of the game is to reach the target door of each of the 8 towers in currently 2 missions with this little green animal. This door is usually at the very top of the tower. But finding the way by using elevators and walking trough a maze of doors and platforms is not the only problem you have to solve. There is a bunch of other creatures living on the tower that will hinder you to reach your target by pushing you over the edge of the platforms. The only weapon of defence you have is to throw a little snowball. But most of the other creatures just don't care about this. So you must avoid them. -WWW: http://toppler.sf.net/ +WWW: http://toppler.sourceforge.net/ Index: head/games/toppler/pkg-plist =================================================================== --- head/games/toppler/pkg-plist (revision 432941) +++ head/games/toppler/pkg-plist (revision 432942) @@ -1,27 +1,19 @@ @(,games,2555) bin/toppler man/man6/toppler.6.gz share/applications/toppler.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README share/locale/cs/LC_MESSAGES/toppler.mo share/locale/de/LC_MESSAGES/toppler.mo share/locale/eu/LC_MESSAGES/toppler.mo share/locale/fi/LC_MESSAGES/toppler.mo share/locale/fr/LC_MESSAGES/toppler.mo share/locale/pt/LC_MESSAGES/toppler.mo share/locale/ro/LC_MESSAGES/toppler.mo share/locale/sv/LC_MESSAGES/toppler.mo share/pixmaps/toppler.xpm -%%DATADIR%%/abc.ttm -%%DATADIR%%/ball1.ttm -%%DATADIR%%/ball2.ttm -%%DATADIR%%/ball3.ttm -%%DATADIR%%/david1.ttm -%%DATADIR%%/m1.ttm -%%DATADIR%%/m2.ttm -%%DATADIR%%/pasi2.ttm %%DATADIR%%/toppler.dat %%DATADIR%%/toppler.ogg @sample(,games,664) /var/games/toppler/toppler.hsc.sample @dir(,games,775) /var/games/toppler