Date: Fri, 11 Oct 2013 02:31:38 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330048 - head/games/solarus Message-ID: <201310110231.r9B2Vc2t037452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Fri Oct 11 02:31:38 2013 New Revision: 330048 URL: http://svnweb.freebsd.org/changeset/ports/330048 Log: Use a stable download link Use USE_OPENAL instead of an exact depends Modified: head/games/solarus/Makefile head/games/solarus/distinfo Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Fri Oct 11 02:22:24 2013 (r330047) +++ head/games/solarus/Makefile Fri Oct 11 02:31:38 2013 (r330048) @@ -3,9 +3,8 @@ PORTNAME= solarus PORTVERSION= 1.0.4 CATEGORIES= games -MASTER_SITES= http://www.zelda-solarus.com/zs/download/ -DISTNAME= solarus-src -EXTRACT_SUFX= +MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ +DISTNAME= solarus-${PORTVERSION}-src MAINTAINER= eadler@FreeBSD.org COMMENT= Zelda-like 2D game engine @@ -14,10 +13,10 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de libmodplug.so:${PORTSDIR}/audio/libmodplug \ liblua-5.1.so:${PORTSDIR}/lang/lua \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libopenal.so:${PORTSDIR}/audio/openal \ libogg.so:${PORTSDIR}/audio/libogg USE_SDL= sdl ttf image +USE_OPENAL= yes PLIST_FILES= bin/solarus Modified: head/games/solarus/distinfo ============================================================================== --- head/games/solarus/distinfo Fri Oct 11 02:22:24 2013 (r330047) +++ head/games/solarus/distinfo Fri Oct 11 02:31:38 2013 (r330048) @@ -1,2 +1,2 @@ -SHA256 (solarus-src) = 03cabfd6f13210c5c96227442a19b3157054ba5700f7749f43696fa8d8dbf6f5 -SIZE (solarus-src) = 702674 +SHA256 (solarus-1.0.4-src.tar.gz) = 03cabfd6f13210c5c96227442a19b3157054ba5700f7749f43696fa8d8dbf6f5 +SIZE (solarus-1.0.4-src.tar.gz) = 702674
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310110231.r9B2Vc2t037452>