diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-13 01:18:48 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-13 01:18:48 +0800 |
commit | de5b481bf3bd933f989789eae994d119be4ca06e (patch) | |
tree | 37b5f51ef05d2cf6d193f5f0ec76186dda82044a /net-p2p/amule2 | |
parent | e652b95ddd2fb4e053c0f06be46f4cb186392ce4 (diff) | |
download | freebsd-ports-gnome-de5b481bf3bd933f989789eae994d119be4ca06e.tar.gz freebsd-ports-gnome-de5b481bf3bd933f989789eae994d119be4ca06e.tar.zst freebsd-ports-gnome-de5b481bf3bd933f989789eae994d119be4ca06e.zip |
- Add offiical patch to allow use of new stable version of wxWidgets. This also
fixes "crash on search tab close" bug.
- bump PORTREVISION
PR: ports/107700
Submitted by: Boris Kovalenko (maintainer)
Diffstat (limited to 'net-p2p/amule2')
-rw-r--r-- | net-p2p/amule2/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/amule2/distinfo | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index 9d7ab155e209..548d7a3763b5 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -7,11 +7,14 @@ PORTNAME= aMule PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p #MASTER_SITES= http://download.berlios.de/amule/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule +PATCH_SITES= http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/ +PATCHFILES= aMule-wx.patch?rev=1.2 +PATCH_DIST_STRIP= -p1 MAINTAINER= boris@tagnet.ru COMMENT= The all-platform eMule p2p client @@ -24,7 +27,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes USE_GETTEXT= yes -USE_WX= 2.6 +USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/amule2/distinfo b/net-p2p/amule2/distinfo index b0dc5cace708..f4d9ebe17f39 100644 --- a/net-p2p/amule2/distinfo +++ b/net-p2p/amule2/distinfo @@ -1,3 +1,6 @@ MD5 (aMule-2.1.3.tar.bz2) = 0aafdd159edb8ad5f0064da87998b47d SHA256 (aMule-2.1.3.tar.bz2) = 6e97e947bb7ac231b75e3b21a509a2ec0239bcd7e9dbfc6062c520a6d13b0244 SIZE (aMule-2.1.3.tar.bz2) = 3248530 +MD5 (aMule-wx.patch?rev=1.2) = 7b61651b0abdee7dc577a03dad8025c1 +SHA256 (aMule-wx.patch?rev=1.2) = c0c0a55fb437fdf618137f2cb0c5ff59a1595aeddf5455a1bad2b2ab11b0a244 +SIZE (aMule-wx.patch?rev=1.2) = 4943 |