diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-01-10 18:18:16 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-01-10 18:18:16 +0800 |
commit | e7c23eb49ea71fc419a5160995fce31800e8a9ae (patch) | |
tree | e3489a388a72b43fcf947427203f2a70f2cc620b /net-p2p | |
parent | 7dfb22634d389d5caf38bc8d92ff75559b0a3d4f (diff) | |
download | freebsd-ports-graphics-e7c23eb49ea71fc419a5160995fce31800e8a9ae.tar.gz freebsd-ports-graphics-e7c23eb49ea71fc419a5160995fce31800e8a9ae.tar.zst freebsd-ports-graphics-e7c23eb49ea71fc419a5160995fce31800e8a9ae.zip |
- Update to 0.08
PR: ports/153560
Submitted by: Oleg Alexeenkov <proler _AT_ gmail.com> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/pkg-plist | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index a1a51d9c932..cb0b809ff3f 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -6,18 +6,20 @@ # PORTNAME= Net-DirectConnect -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= net-p2p net perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/P/PR/PRO/ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client -RUN_DEPENDS= 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 \ - p5-Net-DirectConnect-TigerHash>=0:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash +RUN_DEPENDS= ${SITE_PERL}/lib/abs.pm:${PORTSDIR}/devel/p5-lib-abs \ + ${SITE_PERL}/MIME/Base32.pm:${PORTSDIR}/converters/p5-MIME-Base32 \ + ${SITE_PERL}/${PERL_ARCH}/Sys/Sendfile/FreeBSD.pm:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD \ + ${SITE_PERL}/${PERL_ARCH}/Net/DirectConnect/TigerHash.pm:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash \ + ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite PERL_CONFIGURE= yes diff --git a/net-p2p/p5-Net-DirectConnect/distinfo b/net-p2p/p5-Net-DirectConnect/distinfo index 7a8c254f704..3d96f6377d1 100644 --- a/net-p2p/p5-Net-DirectConnect/distinfo +++ b/net-p2p/p5-Net-DirectConnect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DirectConnect-0.07.tar.gz) = 7cf00deda265e124ba67652fd5e9cd461bb942d692853866ca1b9fe88241b91b -SIZE (Net-DirectConnect-0.07.tar.gz) = 111619 +SHA256 (Net-DirectConnect-0.08.tar.gz) = 17415f3897e97915ec4d80169470aadcf01321eb9245f8200893fd9b606dcd3c +SIZE (Net-DirectConnect-0.08.tar.gz) = 113038 diff --git a/net-p2p/p5-Net-DirectConnect/pkg-plist b/net-p2p/p5-Net-DirectConnect/pkg-plist index 33f62bf4b92..03cdd60ef0f 100644 --- a/net-p2p/p5-Net-DirectConnect/pkg-plist +++ b/net-p2p/p5-Net-DirectConnect/pkg-plist @@ -14,10 +14,10 @@ bin/dcshare %%SITE_PERL%%/Net/DirectConnect/pslib/psmisc.pm %%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrm %%SITE_PERL%%/mach +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/mach @dirrm %%SITE_PERL%%/Net/DirectConnect/pslib @dirrm %%SITE_PERL%%/Net/DirectConnect @dirrm %%SITE_PERL%%/Net |