aboutsummaryrefslogtreecommitdiff
path: root/games/manaplus
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-03-21 20:33:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-03-21 20:33:34 +0000
commit646b89f056d3de5971b25fea4faf5a0e2bff6d88 (patch)
treec737738e9ba286af8f7aac6b260db03218ceab17 /games/manaplus
parentf57e1a4a1ec12e8fa22080784e5d4aa7f7304481 (diff)
downloadports-646b89f056d3de5971b25fea4faf5a0e2bff6d88.tar.gz
ports-646b89f056d3de5971b25fea4faf5a0e2bff6d88.zip
Notes
Diffstat (limited to 'games/manaplus')
-rw-r--r--games/manaplus/Makefile5
-rw-r--r--games/manaplus/distinfo6
-rw-r--r--games/manaplus/files/patch-src_fs_paths.cpp10
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