Date: Thu, 25 May 2006 06:27:12 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: aaron@FreeBSD.org Subject: ports/97857: [PATCH] net/p5-Net-OpenDHT: [SUMMARIZE CHANGES] Message-ID: <20060524222712.5FE64B29EF0@utopia.leeym.com> Resent-Message-ID: <200605242230.k4OMUFnq088332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97857 >Category: ports >Synopsis: [PATCH] net/p5-Net-OpenDHT: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 24 22:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 20 11:22:56 CST 2006 >Description: - unbreak this port - allow building under perl 5.6 Port maintainer (aaron@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-OpenDHT-0.33.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-OpenDHT/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 May 2006 21:58:21 -0000 1.6 +++ Makefile 24 May 2006 22:25:36 -0000 @@ -15,25 +15,25 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Access the Open Distributed Hash Table (Open DHT) -BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ +RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ ${SITE_PERL}/App/Cache.pm:${PORTSDIR}/devel/p5-App-Cache \ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple -BROKEN= Does not build - -PERL_MOD_BUILD= yes +PERL_MODBUILD= yes MAN3= Net::OpenDHT.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires Perl 5.8. Please install lang/perl5 or lang/perl5.8 +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6. Please install lang/perl5 or lang/perl5.8 .endif .include <bsd.port.post.mk> Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-OpenDHT/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 22 Jan 2006 02:45:56 -0000 1.3 +++ pkg-plist 24 May 2006 22:25:36 -0000 @@ -1,5 +1,2 @@ %%SITE_PERL%%/Net/OpenDHT.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenDHT/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenDHT -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net --- p5-Net-OpenDHT-0.33.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060524222712.5FE64B29EF0>