diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-05 20:21:16 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-05 20:21:16 +0000 |
commit | 8e9324cbd49ee24f6888680fdaf89777f4e5b110 (patch) | |
tree | 3b50de262f3d81679a705da4976e0ea46acde28e /games/adonthell | |
parent | 9653c4b68de806c4aed0d6e86e81e8906a2ed1a3 (diff) | |
download | ports-8e9324cbd49ee24f6888680fdaf89777f4e5b110.tar.gz ports-8e9324cbd49ee24f6888680fdaf89777f4e5b110.zip |
- Pass maintainership to submitter
- Use non-versioned LIB_DEPENDS
- Fix all distfiles to use the 0.3.5 version
- Update WWW
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net>
PR: ports/170370
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=302131
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 10 | ||||
-rw-r--r-- | games/adonthell/distinfo | 4 | ||||
-rw-r--r-- | games/adonthell/pkg-descr | 2 | ||||
-rw-r--r-- | games/adonthell/pkg-plist | 3 |
4 files changed, 11 insertions, 8 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 337dfa089a14..00c81fdddac8 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -7,20 +7,20 @@ PORTNAME= adonthell PORTVERSION= 0.3.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@bebik.net COMMENT= A free role playing game LICENSE= GPLv2 LICENSE_DISTFILES= ${DISTFILES} -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ + freetype:${PORTSDIR}/print/freetype2 USE_SDL= mixer ttf sdl USE_PYTHON= yes @@ -35,7 +35,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -WEDGE_VERSION= 0.3.4 +WEDGE_VERSION= 0.3.5 .include <bsd.port.pre.mk> diff --git a/games/adonthell/distinfo b/games/adonthell/distinfo index b5cb958a88bd..04dd3fdb603c 100644 --- a/games/adonthell/distinfo +++ b/games/adonthell/distinfo @@ -1,4 +1,4 @@ SHA256 (adonthell-src-0.3.5.tar.gz) = b1b24f26b9f32782793b222c687943442be83fc0d7f5dbb4928a61074be36dd7 SIZE (adonthell-src-0.3.5.tar.gz) = 877439 -SHA256 (wastesedge-src-0.3.4.tar.gz) = 0d461fc43141cec5f1f08fc912bf17effbf2b496fa9e4def1739c76d71359071 -SIZE (wastesedge-src-0.3.4.tar.gz) = 10711953 +SHA256 (wastesedge-src-0.3.5.tar.gz) = f872a2dc89ca454523f5b55c7fc8b29986dae8bc72f52647a6e1dab3f2a30674 +SIZE (wastesedge-src-0.3.5.tar.gz) = 10749912 diff --git a/games/adonthell/pkg-descr b/games/adonthell/pkg-descr index 73e4e97ef560..d1f2909dfbfb 100644 --- a/games/adonthell/pkg-descr +++ b/games/adonthell/pkg-descr @@ -5,4 +5,4 @@ The project's goals are the creation of an engine (currently going by the codename adonthell), a set of tools and an actual, playable game driven by that engine and built with those tools. -WWW: http://adonthell.linuxgames.com/ +WWW: http://adonthell.nongnu.org/ diff --git a/games/adonthell/pkg-plist b/games/adonthell/pkg-plist index b81256c87625..c6efa67cffa1 100644 --- a/games/adonthell/pkg-plist +++ b/games/adonthell/pkg-plist @@ -336,6 +336,7 @@ bin/adonthell-wastesedge %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm %%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES/wastesedge.mo %%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES/wastesedge.mo +%%DATADIR%%/games/wastesedge/locale/fr/LC_MESSAGES/wastesedge.mo %%DATADIR%%/games/wastesedge/mapengine.data %%DATADIR%%/games/wastesedge/maps/test.map %%DATADIR%%/games/wastesedge/quest.data @@ -425,6 +426,8 @@ share/pixmaps/wastesedge_32x32.xpm @dirrm %%DATADIR%%/games/wastesedge/locale/nl @dirrm %%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES @dirrm %%DATADIR%%/games/wastesedge/locale/it +@dirrm %%DATADIR%%/games/wastesedge/locale/fr/LC_MESSAGES +@dirrm %%DATADIR%%/games/wastesedge/locale/fr @dirrm %%DATADIR%%/games/wastesedge/locale @dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf @dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original |