diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-09 03:38:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-09 03:38:58 +0800 |
commit | d41ce7397366d471e397dc60c97f49c8de1f7508 (patch) | |
tree | 015b37152858881aa4c5bbbd33ba6a622fb3da41 | |
parent | ef850bc21c9588208c7a0eb97b8a6d13c3ae4a67 (diff) | |
download | freebsd-ports-graphics-d41ce7397366d471e397dc60c97f49c8de1f7508.tar.gz freebsd-ports-graphics-d41ce7397366d471e397dc60c97f49c8de1f7508.tar.zst freebsd-ports-graphics-d41ce7397366d471e397dc60c97f49c8de1f7508.zip |
Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note that
it is only retained for 4.X compatibility.
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule1/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index dfec104eea2..767c2a89ba7 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule -MAINTAINER= ports@FreeBSD.org +MAINTAINER= boris@ntmk.ru COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index dfec104eea2..767c2a89ba7 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule -MAINTAINER= ports@FreeBSD.org +MAINTAINER= boris@ntmk.ru COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ diff --git a/net-p2p/amule1/Makefile b/net-p2p/amule1/Makefile index 39a23055989..b4b718d010a 100644 --- a/net-p2p/amule1/Makefile +++ b/net-p2p/amule1/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= amule MAINTAINER= ports@FreeBSD.org COMMENT= The all-platform eMule p2p client +DEPRECATED= use net-p2p/amule2 if you are running OSVERSION > 500000 + LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ curl.3:${PORTSDIR}/ftp/curl diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index dfec104eea2..767c2a89ba7 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule -MAINTAINER= ports@FreeBSD.org +MAINTAINER= boris@ntmk.ru COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ |