diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-06-24 19:33:10 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-06-24 19:33:10 +0000 |
commit | 28469c3c938e703eb1d6b5c6affa7e7fcace5b1d (patch) | |
tree | 04455af3fba720ba1158a90c26616f90f2477611 /games | |
parent | bc03549735abf3ad15805585393e8446dfdfef37 (diff) | |
download | ports-28469c3c938e703eb1d6b5c6affa7e7fcace5b1d.tar.gz ports-28469c3c938e703eb1d6b5c6affa7e7fcace5b1d.zip |
- Update to 0.5.0
PR: 157882
Submitted by: Rusty Nejdl <rnejdl .at. ringofsaturn.com>
Notes
Notes:
svn path=/head/; revision=276219
Diffstat (limited to 'games')
-rw-r--r-- | games/naev-data/Makefile | 5 | ||||
-rw-r--r-- | games/naev-data/distinfo | 5 | ||||
-rw-r--r-- | games/naev/Makefile | 16 | ||||
-rw-r--r-- | games/naev/distinfo | 5 | ||||
-rw-r--r-- | games/naev/files/pkg-message.in | 4 |
5 files changed, 11 insertions, 24 deletions
diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile index 16f051da37c4..2d7da42227ad 100644 --- a/games/naev-data/Makefile +++ b/games/naev-data/Makefile @@ -6,9 +6,10 @@ # PORTNAME= data -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= SF/${PKGNAMEPREFIX:S/-//}/${PKGNAMEPREFIX}${PORTVERSION} \ + ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= naev- DISTNAME= ${PORTNAME:S/^/n/}-${PORTVERSION} EXTRACT_SUFX= # diff --git a/games/naev-data/distinfo b/games/naev-data/distinfo index d28cfe95b20b..45a1d91dfb52 100644 --- a/games/naev-data/distinfo +++ b/games/naev-data/distinfo @@ -1,3 +1,2 @@ -MD5 (naev/ndata-0.4.2) = 12a5490ef0957f36b5baf91daaa87439 -SHA256 (naev/ndata-0.4.2) = 3e1f4dc1c7f99fd3fb42c3a966f1fc3f4ac9fcdcedf25326d12c25200414dbf8 -SIZE (naev/ndata-0.4.2) = 140366052 +SHA256 (naev/ndata-0.5.0) = 269be8d7ba0e39a79a57ecf26fbb85e642eab7b0566dab0c2c7268bf56ef0550 +SIZE (naev/ndata-0.5.0) = 227724242 diff --git a/games/naev/Makefile b/games/naev/Makefile index e3aeeaed83ad..aef3c856a1bd 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -6,10 +6,10 @@ # PORTNAME= naev -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ + ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org @@ -21,7 +21,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/gam USE_AUTOTOOLS= automake:env aclocal:env autoconf:env USE_BZIP2= yes -USE_DOS2UNIX= conf.example GNU_CONFIGURE= yes USE_GL= gl USE_GMAKE= yes @@ -44,11 +43,6 @@ OPTIONS= OPENAL "Use the OpenAL sound backend" on \ BROKEN= does not configure on 6.X .endif -.if !defined(NOPORTDOCS) -PLIST_FILES+= %%DOCSDIR%%/conf.example -PLIST_DIRS= %%DOCSDIR%% -.endif - .if defined(WITH_OPENAL) USE_OPENAL= yes CONFIGURE_ARGS+= --with-openal=yes @@ -66,10 +60,6 @@ CONFIGURE_ARGS+= --with-sdlmixer=no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${PREFIX}/man/man6 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/conf.example ${DOCSDIR} -.endif post-install: @${CAT} ${PKGMESSAGE} diff --git a/games/naev/distinfo b/games/naev/distinfo index 7ceca928ec3b..ba98e025eea3 100644 --- a/games/naev/distinfo +++ b/games/naev/distinfo @@ -1,3 +1,2 @@ -MD5 (naev/naev-0.4.2.tar.bz2) = 307bec2704e98f0af6f13e50f2737b0c -SHA256 (naev/naev-0.4.2.tar.bz2) = 91724f57591198a5bc1bc47518779b10bfb58251ed8dd2de63d7ece18deff1b2 -SIZE (naev/naev-0.4.2.tar.bz2) = 633072 +SHA256 (naev/naev-0.5.0.tar.bz2) = cbaa09d036188a22c0c9c70f1db6e00923b138ff897cdd37072adf4a438a503d +SIZE (naev/naev-0.5.0.tar.bz2) = 905700 diff --git a/games/naev/files/pkg-message.in b/games/naev/files/pkg-message.in index c39502c02138..054f9197814e 100644 --- a/games/naev/files/pkg-message.in +++ b/games/naev/files/pkg-message.in @@ -4,8 +4,6 @@ The NAEV space game was installed 1) You can find the conf.lua config file into your ~/.naev/ directory -2) See the example of config file at %%DOCSDIR%%/conf.example - -3) Enjoy it :) +2) Enjoy it :) ############################################################################### |