diff options
author | culot <culot@FreeBSD.org> | 2012-05-28 17:14:34 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-05-28 17:14:34 +0800 |
commit | cc24e73909b9530ef4f4dd152547b0edfd047354 (patch) | |
tree | 7ececd1c518c0b989c61ad98941bee05b8d6b2c1 /net-p2p/p5-Net-DirectConnect | |
parent | 8cd73c0d4e5aa9e58b9e8a481ff8207c2bc9ab52 (diff) | |
download | freebsd-ports-gnome-cc24e73909b9530ef4f4dd152547b0edfd047354.tar.gz freebsd-ports-gnome-cc24e73909b9530ef4f4dd152547b0edfd047354.tar.zst freebsd-ports-gnome-cc24e73909b9530ef4f4dd152547b0edfd047354.zip |
- Update to 0.13 [1]
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/168395 [1]
Submitted by: Oleg Alexeenkov <proler@gmail.com> (maintainer)
Diffstat (limited to 'net-p2p/p5-Net-DirectConnect')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-plist | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index a2b311a66577..e17036a51672 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DirectConnect -PORTVERSION= 0.11 +PORTVERSION= 0.13 CATEGORIES= net-p2p net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + 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-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ - p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs + p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs \ + p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ + p5-Sys-Sendfile-FreeBSD>=0:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo index a06702e04561..5f07a16a5b69 100644 --- a/net-p2p/p5-Net-DirectConnect/distinfo +++ b/net-p2p/p5-Net-DirectConnect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DirectConnect-0.11.tar.gz) = 1f3cd78aacb4d8854c3b86008adf29690fad4ae0bb354bb223a3012d3813b60a -SIZE (Net-DirectConnect-0.11.tar.gz) = 132769 +SHA256 (Net-DirectConnect-0.13.tar.gz) = a0ec193497931ae6a754c2d24373ed4e0225b2a1e11320244fd3813be539ce02 +SIZE (Net-DirectConnect-0.13.tar.gz) = 158484 diff --git a/net-p2p/p5-Net-DirectConnect/pkg-plist b/net-p2p/p5-Net-DirectConnect/pkg-plist index 1ebc2a057184..335630543f2f 100644 --- a/net-p2p/p5-Net-DirectConnect/pkg-plist +++ b/net-p2p/p5-Net-DirectConnect/pkg-plist @@ -14,6 +14,7 @@ bin/dcshare %%SITE_PERL%%/Net/DirectConnect/ipv6.pm %%SITE_PERL%%/Net/DirectConnect/nmdc.pm %%SITE_PERL%%/Net/DirectConnect/pslib/psmisc.pm +%%SITE_PERL%%/Net/DirectConnect/pslib/psweb.pm %%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm %%SITE_PERL%%/Net/DirectConnect/sctp.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist |