View | Details | Raw Unified | Return to bug 217925
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	manaplus
4
PORTNAME=	manaplus
5
PORTVERSION=	1.7.3.4
5
PORTVERSION=	1.7.3.18
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
7
MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
8
8
Lines 14-21 Link Here
14
14
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
16
		libpng.so:graphics/png \
16
		libpng.so:graphics/png \
17
		libcurl.so:ftp/curl \
17
		libcurl.so:ftp/curl
18
		libphysfs.so:devel/physfs
19
18
20
USES=		autoreconf pkgconfig:build tar:xz
19
USES=		autoreconf pkgconfig:build tar:xz
21
USE_XORG=	x11
20
USE_XORG=	x11
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488653063
1
TIMESTAMP = 1489945667
2
SHA256 (manaplus-1.7.3.4.tar.xz) = 20d8ccd4d91edc0f9de4db9d5c0ae99906be393f6d762b87c2d784279ffe7d55
2
SHA256 (manaplus-1.7.3.18.tar.xz) = 053908c2f42b9db637536adbcb84b31c3cf203af4d954cda26d78afa798cb5a6
3
SIZE (manaplus-1.7.3.4.tar.xz) = 14794704
3
SIZE (manaplus-1.7.3.18.tar.xz) = 14793708
(-)files/patch-src_fs_paths.cpp (-13 lines)
Lines 1-10 Link Here
1
--- src/fs/paths.cpp.orig	2017-02-27 21:31:48 UTC
2
+++ src/fs/paths.cpp
3
@@ -51,6 +51,7 @@
4
 #ifndef WIN32
5
 #include <sys/types.h>
6
 #include <pwd.h>
7
+#include <unistd.h>
8
 #endif  // WIN32
9
 
10
 #ifdef ANDROID
11
yes
12
native
13
text/plain

Return to bug 217925