Date: Sat, 3 Jun 2017 21:46:37 +0000 (UTC) From: Barbara Guida <bar@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442521 - in head/net-p2p/amule-devel: . files Message-ID: <201706032146.v53LkbQl040239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bar Date: Sat Jun 3 21:46:36 2017 New Revision: 442521 URL: https://svnweb.freebsd.org/changeset/ports/442521 Log: Update to SVN-r10989. Added: head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp (contents, props changed) Modified: head/net-p2p/amule-devel/Makefile head/net-p2p/amule-devel/distinfo Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Sat Jun 3 21:00:52 2017 (r442520) +++ head/net-p2p/amule-devel/Makefile Sat Jun 3 21:46:36 2017 (r442521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amule -PORTVERSION= 10983 +PORTVERSION= 10989 PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ Modified: head/net-p2p/amule-devel/distinfo ============================================================================== --- head/net-p2p/amule-devel/distinfo Sat Jun 3 21:00:52 2017 (r442520) +++ head/net-p2p/amule-devel/distinfo Sat Jun 3 21:46:36 2017 (r442521) @@ -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 Added: head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp Sat Jun 3 21:46:36 2017 (r442521) @@ -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")));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706032146.v53LkbQl040239>