mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.051.
Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes
This commit is contained in:
parent
321184d4b2
commit
72420a6fb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241267
3 changed files with 10 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-BitTorrent
|
||||
PORTVERSION= 0.050
|
||||
PORTVERSION= 0.051
|
||||
CATEGORIES= net-p2p perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SANKO
|
||||
|
@ -24,7 +24,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
|||
CONFIGURE_ARGS= </dev/null
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN1= net-bittorrent.pl.1
|
||||
MAN3= Net::BitTorrent.3 \
|
||||
Net::BitTorrent::Notes.3 \
|
||||
Net::BitTorrent::ConfigData.3 \
|
||||
Net::BitTorrent::DHT.3 \
|
||||
Net::BitTorrent::Peer.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Net-BitTorrent-0.050.tar.gz) = 0305afc6a8c23de2c39dd991535e7847
|
||||
SHA256 (Net-BitTorrent-0.050.tar.gz) = 45aec3f6876edcdae31d7176a7ab1286d0146ea76ed8d6be6577eb065eaf522e
|
||||
SIZE (Net-BitTorrent-0.050.tar.gz) = 197957
|
||||
MD5 (Net-BitTorrent-0.051.tar.gz) = 71b3b49a69fffd398c07b795b75efe32
|
||||
SHA256 (Net-BitTorrent-0.051.tar.gz) = 0a27ec29ca6c4a39db05ea54c48933ae442012fd7d5bf7b54201801098bf90f2
|
||||
SIZE (Net-BitTorrent-0.051.tar.gz) = 198787
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
@comment $FreeBSD$
|
||||
bin/net-bittorrent.pl
|
||||
%%SITE_PERL%%/Net/BitTorrent.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/ConfigData.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/DHT.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/Notes.pod
|
||||
%%SITE_PERL%%/Net/BitTorrent/Peer.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/Protocol.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/Torrent.pm
|
||||
|
@ -11,8 +13,8 @@
|
|||
%%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker/UDP.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/Util.pm
|
||||
%%SITE_PERL%%/Net/BitTorrent/Version.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT
|
||||
@dirrm %%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker
|
||||
@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Torrent/Tracker
|
||||
@dirrmtry %%SITE_PERL%%/Net/BitTorrent/Torrent
|
||||
@dirrmtry %%SITE_PERL%%/Net/BitTorrent/DHT
|
||||
@dirrmtry %%SITE_PERL%%/Net/BitTorrent
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
|
Loading…
Add table
Reference in a new issue