Date: Sun, 5 Aug 2012 20:21:17 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302131 - head/games/adonthell Message-ID: <201208052021.q75KLHnP022595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun Aug 5 20:21:16 2012 New Revision: 302131 URL: http://svn.freebsd.org/changeset/ports/302131 Log: - 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) Modified: head/games/adonthell/Makefile head/games/adonthell/distinfo head/games/adonthell/pkg-descr head/games/adonthell/pkg-plist Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Sun Aug 5 19:37:05 2012 (r302130) +++ head/games/adonthell/Makefile Sun Aug 5 20:21:16 2012 (r302131) @@ -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> Modified: head/games/adonthell/distinfo ============================================================================== --- head/games/adonthell/distinfo Sun Aug 5 19:37:05 2012 (r302130) +++ head/games/adonthell/distinfo Sun Aug 5 20:21:16 2012 (r302131) @@ -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 Modified: head/games/adonthell/pkg-descr ============================================================================== --- head/games/adonthell/pkg-descr Sun Aug 5 19:37:05 2012 (r302130) +++ head/games/adonthell/pkg-descr Sun Aug 5 20:21:16 2012 (r302131) @@ -5,4 +5,4 @@ The project's goals are the creation of 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/ Modified: head/games/adonthell/pkg-plist ============================================================================== --- head/games/adonthell/pkg-plist Sun Aug 5 19:37:05 2012 (r302130) +++ head/games/adonthell/pkg-plist Sun Aug 5 20:21:16 2012 (r302131) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208052021.q75KLHnP022595>