Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2007 02:00:16 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117496: Update port: games/toppler to 1.1.3
Message-ID:  <20071026020016.340d1495.tkato432@yahoo.com>
Resent-Message-ID: <200710251710.l9PHA2lf048393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117496
>Category:       ports
>Synopsis:       Update port: games/toppler to 1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 17:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 1.1.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/toppler/Makefile games/toppler/Makefile
--- /usr/ports/games/toppler/Makefile	Thu Oct  4 12:44:32 2007
+++ games/toppler/Makefile	Thu Oct 25 02:59:41 2007
@@ -6,27 +6,35 @@
 #
 
 PORTNAME=	toppler
-PORTVERSION=	1.1.1
-PORTREVISION=	2
+PORTVERSION=	1.1.3
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	toppler
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A game where you have to climb the tower and avoid the monsters
 
-GNU_CONFIGURE=	yes
+USE_GNOME=	gnometarget
+USE_SDL=	mixer sdl
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_SDL=	mixer sdl
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"  \
-		LDFLAGS="-L${LOCALBASE}/lib" \
-		LIBS="-lintl"
-CONFIGURE_ARGS=	--program-transform-name= --localstatedir=/var/games
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--localstatedir=/var/games
 
 MAN6=		toppler.6
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|DATA install-dist_pkgdocDATA|DATA|g' ${WRKSRC}/Makefile.in
+
 post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for file in AUTHORS ChangeLog NEWS README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 	@${CHOWN} root:games ${PREFIX}/bin/toppler
 	@${CHMOD} g+s ${PREFIX}/bin/toppler
 	@${SETENV} "PKG_PREFIX=${PREFIX}" \
diff -urN /usr/ports/games/toppler/distinfo games/toppler/distinfo
--- /usr/ports/games/toppler/distinfo	Sun Jan 22 22:04:57 2006
+++ games/toppler/distinfo	Sat Oct 20 21:48:02 2007
@@ -1,3 +1,3 @@
-MD5 (toppler-1.1.1.tar.gz) = 913fe90fcb15f3d6a12d5194a0db2b7d
-SHA256 (toppler-1.1.1.tar.gz) = b970379b7c7cb43c935da96275dc46050523551b256cf8e188fad6898aaabaa7
-SIZE (toppler-1.1.1.tar.gz) = 1168116
+MD5 (toppler-1.1.3.tar.gz) = 15ee44094e6a4e2a4f5f9b661f3fb617
+SHA256 (toppler-1.1.3.tar.gz) = 5db9cff3fe39007e9a80c3b27acfb86692641f2b0de118ef1d5e24ebd35d438b
+SIZE (toppler-1.1.3.tar.gz) = 2085343
diff -urN /usr/ports/games/toppler/pkg-plist games/toppler/pkg-plist
--- /usr/ports/games/toppler/pkg-plist	Thu Mar 17 13:37:38 2005
+++ games/toppler/pkg-plist	Thu Oct 25 03:00:40 2007
@@ -1,14 +1,28 @@
 bin/toppler
+share/applications/toppler.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+share/locale/cz/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/toppler/abc.ttm
-share/toppler/ball1.ttm
-share/toppler/ball2.ttm
-share/toppler/ball3.ttm
-share/toppler/m1.ttm
-share/toppler/m2.ttm
-share/toppler/pasi2.ttm
-share/toppler/toppler.dat
-share/toppler/toppler.xpm
-@dirrm share/toppler
+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
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrmtry share/applications
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071026020016.340d1495.tkato432>