aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbara Guida <bar@FreeBSD.org>2017-06-03 21:46:36 +0000
committerBarbara Guida <bar@FreeBSD.org>2017-06-03 21:46:36 +0000
commit7b4e221f99bd666b9dcbdffa530938d2a76cd394 (patch)
tree3416ae40126033ab9915bfc900bd026b5d304e58
parent77566f88c54c5cfb15508bc433a6b191fda90615 (diff)
downloadports-7b4e221f99bd666b9dcbdffa530938d2a76cd394.tar.gz
ports-7b4e221f99bd666b9dcbdffa530938d2a76cd394.zip
Notes
-rw-r--r--net-p2p/amule-devel/Makefile2
-rw-r--r--net-p2p/amule-devel/distinfo6
-rw-r--r--net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp11
3 files changed, 15 insertions, 4 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index d15fcd430483..7be71f719d99 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= amule
-PORTVERSION= 10983
+PORTVERSION= 10989
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://amule.sourceforge.net/tarballs/
diff --git a/net-p2p/amule-devel/distinfo b/net-p2p/amule-devel/distinfo
index fc21fd163592..eaaea0d4c080 100644
--- a/net-p2p/amule-devel/distinfo
+++ b/net-p2p/amule-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487634574
-SHA256 (aMule-SVN-r10983.tar.bz2) = 484d8d0ae4c3f7b3b696d5e5f96b7d7d10025aa36f6c5fc919593268224cd29f
-SIZE (aMule-SVN-r10983.tar.bz2) = 4740871
+TIMESTAMP = 1496524353
+SHA256 (aMule-SVN-r10989.tar.bz2) = cc503846198108e420bc0f11124699c81971ec3b39df4ded23881e360b489db6
+SIZE (aMule-SVN-r10989.tar.bz2) = 4740127
diff --git a/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp b/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
new file mode 100644
index 000000000000..e801431b7a8c
--- /dev/null
+++ b/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
@@ -0,0 +1,11 @@
+--- src/OtherFunctions.cpp.orig 2017-06-02 17:07:14.000000000 +0200
++++ src/OtherFunctions.cpp 2017-06-03 23:19:52.518208000 +0200
+@@ -1107,7 +1107,7 @@
+ #if defined(__WXMAC__) || defined(__WINDOWS__)
+ locale.AddCatalogLookupPathPrefix(JoinPaths(wxStandardPaths::Get().GetDataDir(), wxT("locale")));
+ #else
+-#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1))
++#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERSION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1))
+ // Add correct place to look for catalog files if we're using a wxWidgets version where it's broken
+ // See also http://trac.wxwidgets.org/ticket/17740
+ locale.AddCatalogLookupPathPrefix(JoinPaths(JoinPaths(wxStandardPaths::Get().GetInstallPrefix(), wxT("share")), wxT("locale")));