Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 20:13:57 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331185 - head/games/asteroid
Message-ID:  <201310212013.r9LKDv3S027473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Oct 21 20:13:56 2013
New Revision: 331185
URL: http://svnweb.freebsd.org/changeset/ports/331185

Log:
  - Change maintainer email to @FreeBSD.org
  - Recreate tarball, new GH_COMMIT
  - Remove dependency for desktopfileutils
  - Support STAGEDIR
  - Update WWW
  - Change pkg-plist
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/games/asteroid/Makefile
  head/games/asteroid/distinfo
  head/games/asteroid/pkg-descr
  head/games/asteroid/pkg-plist

Modified: head/games/asteroid/Makefile
==============================================================================
--- head/games/asteroid/Makefile	Mon Oct 21 20:09:43 2013	(r331184)
+++ head/games/asteroid/Makefile	Mon Oct 21 20:13:56 2013	(r331185)
@@ -5,7 +5,7 @@ PORTNAME=	asteroid
 PORTVERSION=	1.2.1
 CATEGORIES=	games
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Modern version of the arcade classic Asteroid
 
 LICENSE=	GPLv3
@@ -14,25 +14,19 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	chazomaticus
 GH_PROJECT=	asteroid
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	6d23595
+GH_COMMIT=	ffeb0fd
 
+USES=		cmake
 USE_GL=		glut
 USE_SDL=	mixer sdl
-USE_GNOME=	desktopfileutils gtk20
+USE_GNOME=	gtk20
 USE_XORG=	xmu
 INSTALLS_ICONS=	yes
-USES=		cmake
 
 PORTDOCS=	AUTHORS NEWS README.md
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-	@-update-desktop-database -q
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/games/asteroid/distinfo
==============================================================================
--- head/games/asteroid/distinfo	Mon Oct 21 20:09:43 2013	(r331184)
+++ head/games/asteroid/distinfo	Mon Oct 21 20:13:56 2013	(r331185)
@@ -1,2 +1,2 @@
-SHA256 (asteroid-1.2.1.tar.gz) = 83c22a15bce77b4d040cbdae3c19f8fe87197a3202a1c70415deb2744b5f1c0e
-SIZE (asteroid-1.2.1.tar.gz) = 307691
+SHA256 (asteroid-1.2.1.tar.gz) = e6cc3617428b686293b0972d8808e07e8c8f07e8b7ecfe1168f108a3987a4b04
+SIZE (asteroid-1.2.1.tar.gz) = 307676

Modified: head/games/asteroid/pkg-descr
==============================================================================
--- head/games/asteroid/pkg-descr	Mon Oct 21 20:09:43 2013	(r331184)
+++ head/games/asteroid/pkg-descr	Mon Oct 21 20:13:56 2013	(r331185)
@@ -18,4 +18,4 @@ collect the powerups, run over them; or 
 to figure out the different powerup types.
 
 
-WWW: http://chazomaticus.github.com/asteroid/
+WWW: http://chazomaticus.github.io/asteroid/

Modified: head/games/asteroid/pkg-plist
==============================================================================
--- head/games/asteroid/pkg-plist	Mon Oct 21 20:09:43 2013	(r331184)
+++ head/games/asteroid/pkg-plist	Mon Oct 21 20:13:56 2013	(r331185)
@@ -10,13 +10,7 @@ share/applications/asteroid.desktop
 %%DATADIR%%/sfx/spawn_powerup.wav
 %%DATADIR%%/sfx/spawn_shot.wav
 share/icons/hicolor/scalable/apps/asteroid.svg
-@dirrmtry share/icons/hicolor/scalable/apps
-@dirrmtry share/icons/hicolor/scalable
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
 @dirrm %%DATADIR%%/sfx
 @dirrm %%DATADIR%%/gfx
 @dirrm %%DATADIR%%
 @dirrmtry share/applications
-@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true



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