FreeBSD Bugzilla – Attachment 119403 Details for
Bug 161919
[PATCH] net-p2p/p5-Net-DirectConnect: update to 0.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Net-DirectConnect-0.11.patch
p5-Net-DirectConnect-0.11.patch (text/plain), 3.69 KB, created by
Po-Chuan Hsieh
on 2011-10-23 08:10:10 UTC
(
hide
)
Description:
p5-Net-DirectConnect-0.11.patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2011-10-23 08:10:10 UTC
Size:
3.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net-p2p/p5-Net-DirectConnect/Makefile,v >retrieving revision 1.5 >diff -u -u -r1.5 Makefile >--- Makefile 5 Jul 2011 06:38:07 -0000 1.5 >+++ Makefile 23 Oct 2011 07:08:15 -0000 >@@ -6,24 +6,33 @@ > # > > PORTNAME= Net-DirectConnect >-PORTVERSION= 0.10 >+PORTVERSION= 0.11 > CATEGORIES= net-p2p net perl5 > MASTER_SITES= CPAN >-MASTER_SITE_SUBDIR= CPAN:PRO > PKGNAMEPREFIX= p5- > > MAINTAINER= proler@gmail.com > COMMENT= Perl Direct Connect lib and client > >-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 >+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 >+RUN_DEPENDS:= ${BUILD_DEPENDS} > > PERL_CONFIGURE= yes > > MAN1= dcget.1 dcshare.1 > MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 501001 >+BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress >+RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress >+.endif >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/net-p2p/p5-Net-DirectConnect/distinfo,v >retrieving revision 1.4 >diff -u -u -r1.4 distinfo >--- distinfo 5 Jul 2011 06:38:07 -0000 1.4 >+++ distinfo 23 Oct 2011 07:08:15 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (Net-DirectConnect-0.10.tar.gz) = 9a955bf974a9ec66c68fed5baf073f26ffc823e61819df652b621718805ad4b4 >-SIZE (Net-DirectConnect-0.10.tar.gz) = 124450 >+SHA256 (Net-DirectConnect-0.11.tar.gz) = 1f3cd78aacb4d8854c3b86008adf29690fad4ae0bb354bb223a3012d3813b60a >+SIZE (Net-DirectConnect-0.11.tar.gz) = 132769 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net-p2p/p5-Net-DirectConnect/pkg-plist,v >retrieving revision 1.2 >diff -u -u -r1.2 pkg-plist >--- pkg-plist 10 Jan 2011 10:18:16 -0000 1.2 >+++ pkg-plist 23 Oct 2011 07:08:15 -0000 >@@ -3,6 +3,7 @@ > bin/dcshare > %%SITE_PERL%%/Net/DirectConnect.pm > %%SITE_PERL%%/Net/DirectConnect/adc.pm >+%%SITE_PERL%%/Net/DirectConnect/adcs.pm > %%SITE_PERL%%/Net/DirectConnect/clicli.pm > %%SITE_PERL%%/Net/DirectConnect/clihub.pm > %%SITE_PERL%%/Net/DirectConnect/filelist.pm >@@ -10,14 +11,15 @@ > %%SITE_PERL%%/Net/DirectConnect/hub.pm > %%SITE_PERL%%/Net/DirectConnect/hubcli.pm > %%SITE_PERL%%/Net/DirectConnect/hubhub.pm >+%%SITE_PERL%%/Net/DirectConnect/ipv6.pm > %%SITE_PERL%%/Net/DirectConnect/nmdc.pm > %%SITE_PERL%%/Net/DirectConnect/pslib/psmisc.pm > %%SITE_PERL%%/Net/DirectConnect/pslib/pssql.pm >+%%SITE_PERL%%/Net/DirectConnect/sctp.pm > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/.packlist > @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 >+@dirrmtry %%SITE_PERL%%/Net/DirectConnect >+@dirrmtry %%SITE_PERL%%/Net
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 161919
: 119403 |
119404