diff options
author | acm <acm@FreeBSD.org> | 2011-06-25 03:33:10 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2011-06-25 03:33:10 +0800 |
commit | b6bcb86b0b77ad144cc0394d5b1c4a5cc6eea9be (patch) | |
tree | e20278778fedb0ca0194ff43fc35b963b848cf5b /games/naev | |
parent | f25647ac1e5991026d6eaae328ae944a17f56e55 (diff) | |
download | freebsd-ports-gnome-b6bcb86b0b77ad144cc0394d5b1c4a5cc6eea9be.tar.gz freebsd-ports-gnome-b6bcb86b0b77ad144cc0394d5b1c4a5cc6eea9be.tar.zst freebsd-ports-gnome-b6bcb86b0b77ad144cc0394d5b1c4a5cc6eea9be.zip |
- Update to 0.5.0
PR: 157882
Submitted by: Rusty Nejdl <rnejdl .at. ringofsaturn.com>
Diffstat (limited to 'games/naev')
-rw-r--r-- | games/naev/Makefile | 16 | ||||
-rw-r--r-- | games/naev/distinfo | 5 | ||||
-rw-r--r-- | games/naev/files/pkg-message.in | 4 |
3 files changed, 6 insertions, 19 deletions
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 :) ############################################################################### |