diff options
author | lme <lme@FreeBSD.org> | 2009-03-30 04:26:09 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-03-30 04:26:09 +0800 |
commit | 98a3ef3652989f7c07322b16e0d3bcf80cc9cea1 (patch) | |
tree | cfd422d7ec53e5ac0d28a5c1874dd2015f8d757e | |
parent | 663142a1db8a17da3f55d5787c9f93b9fd46faa0 (diff) | |
download | freebsd-ports-gnome-98a3ef3652989f7c07322b16e0d3bcf80cc9cea1.tar.gz freebsd-ports-gnome-98a3ef3652989f7c07322b16e0d3bcf80cc9cea1.tar.zst freebsd-ports-gnome-98a3ef3652989f7c07322b16e0d3bcf80cc9cea1.zip |
- Update to 0.13.0 [1]
- Add MAKE_JOBS_SAFE
PR: ports/132950
Submitted by: Alex Kozlov
-rw-r--r-- | games/scummvm/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index a83bb7e0b91c..deecde7968a3 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scummvm -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= games emulators MASTER_SITES= SF @@ -18,6 +18,8 @@ USE_GMAKE= yes HAS_CONFIGURE= yes USE_SDL= sdl +MAKE_JOBS_SAFE= yes + CONFIGURE_ARGS=--with-sdl-prefix=${LOCALBASE} \ --disable-alsa \ --with-zlib-prefix=/usr \ diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 938c7c61952a..0223754f97c3 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -MD5 (scummvm-0.12.0.tar.bz2) = cd5620c57645948c8da0d4d9c9fcffb3 -SHA256 (scummvm-0.12.0.tar.bz2) = db9aa3bbb648d09639d9e16f1872558a105f222dac5e3d0a16370b4cf7c3e699 -SIZE (scummvm-0.12.0.tar.bz2) = 5984412 +MD5 (scummvm-0.13.0.tar.bz2) = 85225f7b7d6d2ce9147f76743ba7ca68 +SHA256 (scummvm-0.13.0.tar.bz2) = 3e5267fe75b1a2b9618a3866f5d70b5c04d54994ff8d96aa7def9b54ea7d022d +SIZE (scummvm-0.13.0.tar.bz2) = 7110600 |