diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-22 04:33:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-22 04:33:34 +0800 |
commit | c87eb6c286acaf8dcfd1fcaf6df1fe0e32142aa0 (patch) | |
tree | c737738e9ba286af8f7aac6b260db03218ceab17 /games | |
parent | df3cd4e10f2d6bd0dd06688b492b3f6fa55d8e96 (diff) | |
download | freebsd-ports-gnome-c87eb6c286acaf8dcfd1fcaf6df1fe0e32142aa0.tar.gz freebsd-ports-gnome-c87eb6c286acaf8dcfd1fcaf6df1fe0e32142aa0.tar.zst freebsd-ports-gnome-c87eb6c286acaf8dcfd1fcaf6df1fe0e32142aa0.zip |
- Update `games/manaplus' to version 1.7.3.18
- Upstream had removed PhysicsFS dependency and applied our local patch
- TIMESTAMP (manaplus-1.7.3.18.tar.xz) = 1489855191
PR: 217925
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/manaplus/Makefile | 5 | ||||
-rw-r--r-- | games/manaplus/distinfo | 6 | ||||
-rw-r--r-- | games/manaplus/files/patch-src_fs_paths.cpp | 10 |
3 files changed, 5 insertions, 16 deletions
diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile index f0f4ea64630e..b2a4e3d4817f 100644 --- a/games/manaplus/Makefile +++ b/games/manaplus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.3.4 +PORTVERSION= 1.7.3.18 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpng.so:graphics/png \ - libcurl.so:ftp/curl \ - libphysfs.so:devel/physfs + libcurl.so:ftp/curl USES= autoreconf pkgconfig:build tar:xz USE_XORG= x11 diff --git a/games/manaplus/distinfo b/games/manaplus/distinfo index c9d3c652359b..667c33ce5d39 100644 --- a/games/manaplus/distinfo +++ b/games/manaplus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488653063 -SHA256 (manaplus-1.7.3.4.tar.xz) = 20d8ccd4d91edc0f9de4db9d5c0ae99906be393f6d762b87c2d784279ffe7d55 -SIZE (manaplus-1.7.3.4.tar.xz) = 14794704 +TIMESTAMP = 1489855191 +SHA256 (manaplus-1.7.3.18.tar.xz) = 053908c2f42b9db637536adbcb84b31c3cf203af4d954cda26d78afa798cb5a6 +SIZE (manaplus-1.7.3.18.tar.xz) = 14793708 diff --git a/games/manaplus/files/patch-src_fs_paths.cpp b/games/manaplus/files/patch-src_fs_paths.cpp deleted file mode 100644 index cd2728c7710a..000000000000 --- a/games/manaplus/files/patch-src_fs_paths.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fs/paths.cpp.orig 2017-02-27 21:31:48 UTC -+++ src/fs/paths.cpp -@@ -51,6 +51,7 @@ - #ifndef WIN32 - #include <sys/types.h> - #include <pwd.h> -+#include <unistd.h> - #endif // WIN32 - - #ifdef ANDROID |