diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-08-28 10:18:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-08-28 10:18:26 +0800 |
commit | e297146fc3974659c29b22658df8eb2aa4e172cd (patch) | |
tree | fbe627835449958cb299d4a5f43b5dc3a2a3fe6b /net-p2p | |
parent | 98a25c3642bb752438069c44526bba735006085a (diff) | |
download | freebsd-ports-gnome-e297146fc3974659c29b22658df8eb2aa4e172cd.tar.gz freebsd-ports-gnome-e297146fc3974659c29b22658df8eb2aa4e172cd.tar.zst freebsd-ports-gnome-e297146fc3974659c29b22658df8eb2aa4e172cd.zip |
Upgrade to 0.14, remove BROKEN, fix pkg-plist.
PR: ports/193068
Submitted by: maintainer
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-plist | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index 37fc2996b8fc..1094d23db01b 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DirectConnect -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= net-p2p net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client -BROKEN= not staged LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -18,7 +17,7 @@ BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-DirectConnect-TigerHash>=0:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash \ + p5-Crypt-RHash>=0:${PORTSDIR}/security/p5-Crypt-RHash \ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs \ p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo index 5f07a16a5b69..b7f8d9421306 100644 --- a/net-p2p/p5-Net-DirectConnect/distinfo +++ b/net-p2p/p5-Net-DirectConnect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DirectConnect-0.13.tar.gz) = a0ec193497931ae6a754c2d24373ed4e0225b2a1e11320244fd3813be539ce02 -SIZE (Net-DirectConnect-0.13.tar.gz) = 158484 +SHA256 (Net-DirectConnect-0.14.tar.gz) = 770a176680f71db628fd4de9ea4baa9bff9de035b992d14a57b6023a9afc36f4 +SIZE (Net-DirectConnect-0.14.tar.gz) = 165577 diff --git a/net-p2p/p5-Net-DirectConnect/pkg-plist b/net-p2p/p5-Net-DirectConnect/pkg-plist index 335630543f2f..d95788a0965a 100644 --- a/net-p2p/p5-Net-DirectConnect/pkg-plist +++ b/net-p2p/p5-Net-DirectConnect/pkg-plist @@ -18,9 +18,11 @@ bin/dcshare %%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm %%SITE_PERL%%/Net/DirectConnect/sctp.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist +%%PERL5_MAN3%%/Net::DirectConnect.3.gz +%%PERL5_MAN3%%/Net::DirectConnect::filelist.3.gz +man/man1/dcget.1.gz +man/man1/dcshare.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto @dirrm %%SITE_PERL%%/Net/DirectConnect/pslib @dirrmtry %%SITE_PERL%%/Net/DirectConnect @dirrmtry %%SITE_PERL%%/Net |