diff options
author | Barbara Guida <bar@FreeBSD.org> | 2012-11-28 00:49:12 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2012-11-28 00:49:12 +0000 |
commit | 0535e3c835f3a4d22c8c2ba95e734e1f5d3dacc8 (patch) | |
tree | d5b515651caff3573f6cd65e9c153a6ecf94ba25 /net-p2p/amule-devel/Makefile | |
parent | 7eabc60a2d5764a601906b65e9a68c27b28925da (diff) |
- Update amule-devel to r10802
- Remove obsolete patches from r1079[3-5]
- Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the
previous submission
- Change my email address to bar@FreeBSD.org
Approved by: rene (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307870
Diffstat (limited to 'net-p2p/amule-devel/Makefile')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index fa2abd04ec83..29b12775b7ed 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= amule -PORTVERSION= 10792 +PORTVERSION= 10802 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel DISTNAME= aMule-SVN-r${PORTVERSION} -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= The all-platform eMule p2p client LICENSE= GPLv2 GPLv3 @@ -58,8 +58,8 @@ WEBSERVER_DESC= Compile aMule WebServer WXCAS_DESC= Compile aMule Statistics for GUI WXUNICODE_DESC= Enable Unicode support XAS_DESC= Install XChat2 plugin -OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS DOCS ED2K \ - FILEVIEW MONOLITHIC NLS WEBSERVER WXCAS WXUNICODE XAS +OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS ED2K \ + FILEVIEW MONOLITHIC WEBSERVER WXCAS WXUNICODE XAS PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt INSTALL README TODO \ amulesig.txt license.txt |