aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/p5-Net-BitTorrent
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-07-06 18:00:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-07-06 18:00:00 +0000
commit1b46e4ed059fb1bc25033a462c1b2cb2a36c6e3d (patch)
treedd3e2acd2b5c4e0c15f570ee966cd563866d3a2b /net-p2p/p5-Net-BitTorrent
parentdff799298a40d5399a000089a58f6a13cac32883 (diff)
downloadports-1b46e4ed059fb1bc25033a462c1b2cb2a36c6e3d.tar.gz
ports-1b46e4ed059fb1bc25033a462c1b2cb2a36c6e3d.zip
Update to 0.0.25
PR: 125189 Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes: svn path=/head/; revision=216403
Diffstat (limited to 'net-p2p/p5-Net-BitTorrent')
-rw-r--r--net-p2p/p5-Net-BitTorrent/Makefile6
-rw-r--r--net-p2p/p5-Net-BitTorrent/distinfo6
-rw-r--r--net-p2p/p5-Net-BitTorrent/pkg-plist5
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