From 33314615f99116abb946589a1b54e36c60755ca2 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 3 Sep 2010 14:10:01 +0000 Subject: - Update to r10275 PR: ports/149988 Submitted by: Anonymous (maintainer) --- net-p2p/amule-devel/Makefile | 32 +++++++++++++------------------- net-p2p/amule-devel/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 22 deletions(-) (limited to 'net-p2p/amule-devel') diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 294fd785801d..14cfc4b89078 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= aMule -PORTVERSION= 10266 +PORTNAME= amule +PORTVERSION= 10275 CATEGORIES= net-p2p -MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ \ - http://repo.or.cz/w/${PORTNAME:L}.git/snapshot/ -DISTNAME= ${PORTNAME:L}-svn-r${PORTVERSION} +MASTER_SITES= http://repo.or.cz/w/${PORTNAME}.git/snapshot/ +DISTNAME= ${PORTNAME}-svn-r${PORTVERSION} MAINTAINER= swell.k@gmail.com COMMENT= The all-platform eMule p2p client @@ -18,10 +17,10 @@ COMMENT= The all-platform eMule p2p client BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* ed2k-hash-1.* +LATEST_LINK= amule2 +CONFLICTS= aMule-[0-9]* aMule-devel-[0-9]* ed2k-hash-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME:L} +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= pkgconfig USE_GMAKE= yes @@ -30,16 +29,15 @@ USE_QT_VER= 4 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-crypto-prefix=${LOCALBASE} \ - --with-denoise-level=0 +CONFIGURE_ARGS= --with-denoise-level=0 CONFIGURE_ENV= LEX="${FLEX}" PKG_CONFIG="${PKG_CONFIG}" \ docdir='$${prefix}/${DOCSDIR_REL}' \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib OPTIONS= ALC "Compile aMule Link Creator (+GUI)" on \ AMULECMD "Compile aMule command line client" on \ @@ -55,8 +53,6 @@ OPTIONS= ALC "Compile aMule Link Creator (+GUI)" on \ WXUNICODE "Enable Unicode support" on \ XAS "Install XChat2 plugin" on -DATADIR_REL= share/${PORTNAME:L} -DOCSDIR_REL= share/doc/${PORTNAME:L} PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ ED2K-Links.HOWTO INSTALL README TODO \ amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol @@ -106,7 +102,6 @@ PLIST_SUB+= AMULEDAEMON="@comment " .if !defined(WITHOUT_AMULEGUI) CONFIGURE_ARGS+= --enable-amule-gui PLIST_SUB+= AMULEGUI="" -USE_RC_SUBR= amuled.sh .else CONFIGURE_ARGS+= --disable-amule-gui PLIST_SUB+= AMULEGUI="@comment " @@ -154,7 +149,6 @@ PLIST_SUB+= PLASMAMULE="@comment " .endif .if !defined(WITHOUT_UPNP) -CONFIGURE_ARGS+= --with-libupnp-prefix=${LOCALBASE} LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp .else CONFIGURE_ARGS+= --disable-upnp diff --git a/net-p2p/amule-devel/distinfo b/net-p2p/amule-devel/distinfo index 76abe70a827e..b0cf410dcf9d 100644 --- a/net-p2p/amule-devel/distinfo +++ b/net-p2p/amule-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (amule-svn-r10266.tar.gz) = 2a83be92ab349bbf9a61568feebf624d -SHA256 (amule-svn-r10266.tar.gz) = ed55a47241a680a8606fee412792f1f3c765d585babd7fc0209d758dcbc81278 -SIZE (amule-svn-r10266.tar.gz) = 5952465 +MD5 (amule-svn-r10275.tar.gz) = 892753e2ce41c0be0c47c2168fc2415d +SHA256 (amule-svn-r10275.tar.gz) = 24807b9ce7cfdd311a96feb988a8580b93570746ba957035dba8112532f7119b +SIZE (amule-svn-r10275.tar.gz) = 5950845 -- cgit