aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBarbara Guida <bar@FreeBSD.org>2017-06-04 10:05:01 +0000
committerBarbara Guida <bar@FreeBSD.org>2017-06-04 10:05:01 +0000
commitc523225c039249347d6d8e03ebee95f6919ceb11 (patch)
treee8b55e84f11894537def3b67f182d34dc651acd8 /net-p2p
parent8273e6ebc296b4575c69107cac9d78fd56523cb1 (diff)
downloadports-c523225c039249347d6d8e03ebee95f6919ceb11.tar.gz
ports-c523225c039249347d6d8e03ebee95f6919ceb11.zip
Notes
Diffstat (limited to 'net-p2p')
-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, 4 insertions, 15 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 7be71f719d99..de06bdee669b 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= amule
-PORTVERSION= 10989
+PORTVERSION= 10990
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 eaaea0d4c080..de8b6220c5f8 100644
--- a/net-p2p/amule-devel/distinfo
+++ b/net-p2p/amule-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496524353
-SHA256 (aMule-SVN-r10989.tar.bz2) = cc503846198108e420bc0f11124699c81971ec3b39df4ded23881e360b489db6
-SIZE (aMule-SVN-r10989.tar.bz2) = 4740127
+TIMESTAMP = 1496569742
+SHA256 (aMule-SVN-r10990.tar.bz2) = 215d65df096ecdd3f420d9b0e7b0f180c9345e7f386a8aaa45c9205f820f7c63
+SIZE (aMule-SVN-r10990.tar.bz2) = 4741700
diff --git a/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp b/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
deleted file mode 100644
index e801431b7a8c..000000000000
--- a/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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")));