svn commit: r312567 - head/games/asteroid
Martin Wilke
miwi at FreeBSD.org
Tue Feb 19 14:27:09 UTC 2013
Author: miwi
Date: Tue Feb 19 14:27:07 2013
New Revision: 312567
URL: http://svnweb.freebsd.org/changeset/ports/312567
Log:
- Update to 1.2.1
- Switch to github
PR: 176258
Submitted by: maintainer
Modified:
head/games/asteroid/Makefile (contents, props changed)
head/games/asteroid/distinfo (contents, props changed)
head/games/asteroid/pkg-descr (contents, props changed)
head/games/asteroid/pkg-plist (contents, props changed)
Modified: head/games/asteroid/Makefile
==============================================================================
--- head/games/asteroid/Makefile Tue Feb 19 14:04:06 2013 (r312566)
+++ head/games/asteroid/Makefile Tue Feb 19 14:27:07 2013 (r312567)
@@ -2,15 +2,20 @@
# $FreeBSD$
PORTNAME= asteroid
-PORTVERSION= 1.2
+PORTVERSION= 1.2.1
CATEGORIES= games
-MASTER_SITES= SF/chaoslizard/Asteroid/v1.2%20%282012%20Apr.%2022%29/
MAINTAINER= nemysis at gmx.ch
COMMENT= Modern version of the arcade classic Asteroid
LICENSE= GPLv3
+USE_GITHUB= yes
+GH_ACCOUNT= chazomaticus
+GH_PROJECT= asteroid
+GH_TAGNAME= master
+GH_COMMIT= 6d23595
+
USE_GL= glut
USE_SDL= mixer sdl
USE_GNOME= gtk20
@@ -19,8 +24,7 @@ INSTALLS_ICONS= yes
USE_CMAKE= yes
CMAKE_VERBOSE= yes
-PORTDATA= *
-PORTDOCS= AUTHORS NEWS README
+PORTDOCS= AUTHORS NEWS README.md
.include <bsd.port.options.mk>
@@ -29,5 +33,6 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
+ @-update-desktop-database -q
.include <bsd.port.mk>
Modified: head/games/asteroid/distinfo
==============================================================================
--- head/games/asteroid/distinfo Tue Feb 19 14:04:06 2013 (r312566)
+++ head/games/asteroid/distinfo Tue Feb 19 14:27:07 2013 (r312567)
@@ -1,2 +1,2 @@
-SHA256 (asteroid-1.2.tar.gz) = e268985efd23e65ad0e96d93bcc711d48f9a58da419645eb20a24a6a0ceaabe1
-SIZE (asteroid-1.2.tar.gz) = 310346
+SHA256 (asteroid-1.2.1.tar.gz) = 83c22a15bce77b4d040cbdae3c19f8fe87197a3202a1c70415deb2744b5f1c0e
+SIZE (asteroid-1.2.1.tar.gz) = 307691
Modified: head/games/asteroid/pkg-descr
==============================================================================
--- head/games/asteroid/pkg-descr Tue Feb 19 14:04:06 2013 (r312566)
+++ head/games/asteroid/pkg-descr Tue Feb 19 14:27:07 2013 (r312567)
@@ -18,4 +18,4 @@ collect the powerups, run over them; or
to figure out the different powerup types.
-WWW: http://chaoslizard.sourceforge.net/asteroid/
+WWW: http://chazomaticus.github.com/asteroid/
Modified: head/games/asteroid/pkg-plist
==============================================================================
--- head/games/asteroid/pkg-plist Tue Feb 19 14:04:06 2013 (r312566)
+++ head/games/asteroid/pkg-plist Tue Feb 19 14:27:07 2013 (r312567)
@@ -1,8 +1,20 @@
bin/asteroid
share/applications/asteroid.desktop
+%%DATADIR%%/gfx/asteroid.bmp
+%%DATADIR%%/sfx/exp_asteroid.wav
+%%DATADIR%%/sfx/exp_other.wav
+%%DATADIR%%/sfx/exp_ship.wav
+%%DATADIR%%/sfx/get_powerup.wav
+%%DATADIR%%/sfx/newlevel.wav
+%%DATADIR%%/sfx/spawn_alien.wav
+%%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
+ at dirrm %%DATADIR%%/sfx
+ at dirrm %%DATADIR%%/gfx
+ at dirrm %%DATADIR%%
@dirrmtry share/applications
More information about the svn-ports-head
mailing list