diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-01-10 10:18:16 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-01-10 10:18:16 +0000 |
commit | 0dcab095d2b091c47f4a9430aaa71a171a107161 (patch) | |
tree | 6997d11e0b5e7fe66dfd50ef352f456dc7d2182d /net-p2p/p5-Net-DirectConnect | |
parent | e6a0325caf5bbbf4a2fd81ce6cefc67a2cccb76b (diff) | |
download | ports-0dcab095d2b091c47f4a9430aaa71a171a107161.tar.gz ports-0dcab095d2b091c47f4a9430aaa71a171a107161.zip |
Notes
Diffstat (limited to 'net-p2p/p5-Net-DirectConnect')
-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 a1a51d9c932c..cb0b809ff3f4 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 7a8c254f704d..3d96f6377d1c 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 33f62bf4b924..03cdd60ef0f4 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 |