diff options
author | erwin <erwin@FreeBSD.org> | 2008-07-07 02:00:00 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-07-07 02:00:00 +0800 |
commit | 04da8aaa520e9c9d7909e7c00b97e31c756126a7 (patch) | |
tree | 6bd123c16b7a3ab6a99d69d7a3c28a4cca02fcf3 /net-p2p | |
parent | 358ac6d54830bb4689185846061c1e9ea0c0c137 (diff) | |
download | freebsd-ports-gnome-04da8aaa520e9c9d7909e7c00b97e31c756126a7.tar.gz freebsd-ports-gnome-04da8aaa520e9c9d7909e7c00b97e31c756126a7.tar.zst freebsd-ports-gnome-04da8aaa520e9c9d7909e7c00b97e31c756126a7.zip |
Update to 0.0.25
PR: 125189
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/pkg-plist | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index b0c1beb3349c..cb2c56e781e3 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-BitTorrent -PORTVERSION= 0.022 +PORTVERSION= 0.025 CATEGORIES= net-p2p perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SANKO @@ -19,13 +19,15 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Dig ${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}/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::DHT.3 \ + Net::BitTorrent::DHT::Node::Azureus.3 \ + Net::BitTorrent::DHT::Node::Mainline.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 0baaaa23e3de..526b789fa20c 100644 --- a/net-p2p/p5-Net-BitTorrent/distinfo +++ b/net-p2p/p5-Net-BitTorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-BitTorrent-0.022.tar.gz) = 33efdfacf1fcde3f7cefd1240c403a26 -SHA256 (Net-BitTorrent-0.022.tar.gz) = a9c13ffa37b5e0beeb50f45d124b2a8b1ab1488db6a7b64fc18a4bb6d4f7971e -SIZE (Net-BitTorrent-0.022.tar.gz) = 125514 +MD5 (Net-BitTorrent-0.025.tar.gz) = da936021dbedaed0e8d37b39d2fea79c +SHA256 (Net-BitTorrent-0.025.tar.gz) = 81f90175e69263ab1df333b795083b602441289ca9facdd427d2b5510070d86f +SIZE (Net-BitTorrent-0.025.tar.gz) = 142010 diff --git a/net-p2p/p5-Net-BitTorrent/pkg-plist b/net-p2p/p5-Net-BitTorrent/pkg-plist index 722f54b3429b..be84c0d10896 100644 --- a/net-p2p/p5-Net-BitTorrent/pkg-plist +++ b/net-p2p/p5-Net-BitTorrent/pkg-plist @@ -1,5 +1,8 @@ @comment $FreeBSD$ %%SITE_PERL%%/Net/BitTorrent.pm +%%SITE_PERL%%/Net/BitTorrent/DHT.pm +%%SITE_PERL%%/Net/BitTorrent/DHT/Node/Mainline.pm +%%SITE_PERL%%/Net/BitTorrent/DHT/Node/Azureus.pm %%SITE_PERL%%/Net/BitTorrent/Session.pm %%SITE_PERL%%/Net/BitTorrent/Session/File.pm %%SITE_PERL%%/Net/BitTorrent/Session/Peer.pm @@ -9,6 +12,8 @@ %%SITE_PERL%%/Net/BitTorrent/Session/Tracker.pm %%SITE_PERL%%/Net/BitTorrent/Util.pm bin/client.pl +@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT/Node +@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT @dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session/Piece @dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session/Peer @dirrmtry %%SITE_PERL%%/Net/BitTorrent/Session |