diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-04-02 19:47:51 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-04-02 19:47:51 +0800 |
commit | e4e304e548f2605adb7e2717c697fb787fe9d3af (patch) | |
tree | 051d0b834ca6ee93eddc87bd02e4fd3cd11413be | |
parent | 2684a48b599caaf18d4263f00c21ca492433d7f3 (diff) | |
download | freebsd-ports-gnome-e4e304e548f2605adb7e2717c697fb787fe9d3af.tar.gz freebsd-ports-gnome-e4e304e548f2605adb7e2717c697fb787fe9d3af.tar.zst freebsd-ports-gnome-e4e304e548f2605adb7e2717c697fb787fe9d3af.zip |
- Update to 0.0.20 (alpha 20)
- Remove SDL 1.2 support option, support removed upstream
- Added project home page to MASTER_SITES
-rw-r--r-- | games/0ad/Makefile | 18 | ||||
-rw-r--r-- | games/0ad/distinfo | 8 |
2 files changed, 8 insertions, 18 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 095eb8e7326f..a02e6e502f95 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= 0ad -PORTVERSION= 0.0.19 +PORTVERSION= 0.0.20 CATEGORIES= games -MASTER_SITES= SF/zero-ad/releases +MASTER_SITES= SF/zero-ad/releases \ + http://releases.wildfiregames.com/ DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz @@ -29,6 +30,7 @@ USES= compiler:c++11-lib dos2unix execinfo gmake iconv openal:al \ pkgconfig tar:xz USE_GNOME= libxml2 gtk20 USE_GL= gl +USE_SDL= sdl2 BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) @@ -36,18 +38,6 @@ USE_WX= 2.8+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} -OPTIONS_SINGLE= SDL_VERSION -OPTIONS_SINGLE_SDL_VERSION= SDL SDL2 -OPTIONS_DEFAULT= SDL2 - -SDL_VERSION_DESC= SDL version -SDL_DESC= Use SDL 1.2 (deprecated) -SDL2_DESC= Use SDL 2.0 - -SDL_USE= SDL=sdl -SDL_VARS= 0ADSDLARG=--sdl1 -SDL2_USE= SDL=sdl2 - MANUAL_PACKAGE_BUILD= huge PORTDATA= * diff --git a/games/0ad/distinfo b/games/0ad/distinfo index 8753e1fc6602..d5cb25c560a1 100644 --- a/games/0ad/distinfo +++ b/games/0ad/distinfo @@ -1,4 +1,4 @@ -SHA256 (0ad-0.0.19-alpha-unix-build.tar.xz) = 2d43262bbcedbfa19eee23b0e78ae20fc9e0b8f4589855fca95d9908c6839bb3 -SIZE (0ad-0.0.19-alpha-unix-build.tar.xz) = 26192128 -SHA256 (0ad-0.0.19-alpha-unix-data.tar.xz) = 9353f554e94adf66d69e33950f7f2515cfe308eca2c0ad381c6f39f1ad378038 -SIZE (0ad-0.0.19-alpha-unix-data.tar.xz) = 573111260 +SHA256 (0ad-0.0.20-alpha-unix-build.tar.xz) = a396d5cb37057ddd3cd523434f70c56be21588a2228443e7508d2b2d610fc68e +SIZE (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932 +SHA256 (0ad-0.0.20-alpha-unix-data.tar.xz) = db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 +SIZE (0ad-0.0.20-alpha-unix-data.tar.xz) = 575064564 |