diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-05-30 15:02:19 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-05-30 15:02:19 +0000 |
commit | 2eb197ca612c8c93113854b4fc7473810d6b50ce (patch) | |
tree | dc2f7b913c3d049a27d7c74050ec7f8c7a67983c /net-p2p/p5-Net-BitTorrent | |
parent | fde102ba5f5a5dda38c64f6da7817bbb2c9286c4 (diff) | |
download | ports-2eb197ca612c8c93113854b4fc7473810d6b50ce.tar.gz ports-2eb197ca612c8c93113854b4fc7473810d6b50ce.zip |
Notes
Diffstat (limited to 'net-p2p/p5-Net-BitTorrent')
-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 |