diff options
author | danilo <danilo@FreeBSD.org> | 2014-08-18 04:06:38 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-08-18 04:06:38 +0800 |
commit | 3dddfd6d5e424e56278c77e53fa9e91b04ca6e5c (patch) | |
tree | a980cecde6df92bc6f7a1548ab695d8386732ebd /games/solarus | |
parent | b0791359f449fbf71879240071429ad2471d1186 (diff) | |
download | freebsd-ports-gnome-3dddfd6d5e424e56278c77e53fa9e91b04ca6e5c.tar.gz freebsd-ports-gnome-3dddfd6d5e424e56278c77e53fa9e91b04ca6e5c.tar.zst freebsd-ports-gnome-3dddfd6d5e424e56278c77e53fa9e91b04ca6e5c.zip |
- Update from 1.1.1 to 1.2.1
- Take maintainership
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/Makefile | 7 | ||||
-rw-r--r-- | games/solarus/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 585c007c5bf5..f19dffd62ba2 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= solarus -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ DISTNAME= solarus-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Zelda-like 2D game engine LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ liblua-5.1.so:${PORTSDIR}/lang/lua51 \ + libluajit-5.1.so:${PORTSDIR}/lang/luajit \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg -USE_SDL= sdl ttf image +USE_SDL= sdl2 ttf2 image2 PLIST_FILES= bin/solarus diff --git a/games/solarus/distinfo b/games/solarus/distinfo index 7c6886245812..6ed14b388ffd 100644 --- a/games/solarus/distinfo +++ b/games/solarus/distinfo @@ -1,2 +1,2 @@ -SHA256 (solarus-1.1.1-src.tar.gz) = 5355e95edbd5234f57a8748d1417ca346468e5804e44293d2523b57367eb5615 -SIZE (solarus-1.1.1-src.tar.gz) = 2394595 +SHA256 (solarus-1.2.1-src.tar.gz) = 169e97f5d15e312bca043f5938bccade75924d5fdea8aff5572fd79c6f4c3af7 +SIZE (solarus-1.2.1-src.tar.gz) = 2421802 |