diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-05-30 23:02:19 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-05-30 23:02:19 +0800 |
commit | f3a20f6283d465905a3333a483a6710b4780b10f (patch) | |
tree | 6ea9290fd0fd862ae7b0b6ef1e79f53675dde17e /net-p2p | |
parent | 038b11a8ee99cf79d46a93d8ba974bb5b7b58be7 (diff) | |
download | freebsd-ports-gnome-f3a20f6283d465905a3333a483a6710b4780b10f.tar.gz freebsd-ports-gnome-f3a20f6283d465905a3333a483a6710b4780b10f.tar.zst freebsd-ports-gnome-f3a20f6283d465905a3333a483a6710b4780b10f.zip |
- Update to 0.022
- Drop maintainership
PR: ports/123988
Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer)
Approved by: tabthorpe (mentor)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/pkg-plist | 2 |
3 files changed, 9 insertions, 11 deletions
diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index f6a2722606bb..b0c1beb3349c 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -6,26 +6,26 @@ # PORTNAME= Net-BitTorrent -PORTVERSION= 0.015 +PORTVERSION= 0.022 CATEGORIES= net-p2p perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net +MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SANKO PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= BitTorrent peer-to-peer protocol class RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version + ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + BUILD_DEPENDS= ${RUN_DEPENDS} CONFIGURE_ARGS= </dev/null PERL_MODBUILD= yes MAN3= Net::BitTorrent.3 \ - Net::BitTorrent::FAQ.3 \ - Net::BitTorrent::PeerID.3 \ Net::BitTorrent::Session.3 \ Net::BitTorrent::Session::File.3 \ Net::BitTorrent::Session::Peer.3 \ diff --git a/net-p2p/p5-Net-BitTorrent/distinfo b/net-p2p/p5-Net-BitTorrent/distinfo index 31ac1cae3a26..0baaaa23e3de 100644 --- a/net-p2p/p5-Net-BitTorrent/distinfo +++ b/net-p2p/p5-Net-BitTorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-BitTorrent-0.015.tar.gz) = 43daf7213a8657bb144a26a6d7129d85 -SHA256 (Net-BitTorrent-0.015.tar.gz) = 67cddae9552bb4b0966d461aa61b475ba57f0598934dfddb1e132e1846a63db6 -SIZE (Net-BitTorrent-0.015.tar.gz) = 121909 +MD5 (Net-BitTorrent-0.022.tar.gz) = 33efdfacf1fcde3f7cefd1240c403a26 +SHA256 (Net-BitTorrent-0.022.tar.gz) = a9c13ffa37b5e0beeb50f45d124b2a8b1ab1488db6a7b64fc18a4bb6d4f7971e +SIZE (Net-BitTorrent-0.022.tar.gz) = 125514 diff --git a/net-p2p/p5-Net-BitTorrent/pkg-plist b/net-p2p/p5-Net-BitTorrent/pkg-plist index 29506c054c51..722f54b3429b 100644 --- a/net-p2p/p5-Net-BitTorrent/pkg-plist +++ b/net-p2p/p5-Net-BitTorrent/pkg-plist @@ -1,7 +1,5 @@ @comment $FreeBSD$ %%SITE_PERL%%/Net/BitTorrent.pm -%%SITE_PERL%%/Net/BitTorrent/FAQ.pod -%%SITE_PERL%%/Net/BitTorrent/PeerID.pod %%SITE_PERL%%/Net/BitTorrent/Session.pm %%SITE_PERL%%/Net/BitTorrent/Session/File.pm %%SITE_PERL%%/Net/BitTorrent/Session/Peer.pm |