Date: Wed, 9 Aug 2006 20:37:40 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, lth@FreeBSD.org Subject: ports/101702: [PATCH] audio/p5-Net-DAAP-Client: Fix PERL_MODBUILD and portlint warning Message-ID: <20060809123740.60B5C220@netnews.NCTU.edu.tw> Resent-Message-ID: <200608091240.k79CeGWI009474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101702 >Category: ports >Synopsis: [PATCH] audio/p5-Net-DAAP-Client: Fix PERL_MODBUILD and portlint warning >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 Aug 09 12:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} - Fix portlint warning Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-DAAP-Client-0.42_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/p5-Net-DAAP-Client/Makefile /home/staff/gslin/work/p5-Net-DAAP-Client/Makefile --- /usr/ports/audio/p5-Net-DAAP-Client/Makefile Fri Oct 22 15:53:01 2004 +++ /home/staff/gslin/work/p5-Net-DAAP-Client/Makefile Wed Aug 9 20:36:55 2006 @@ -7,6 +7,7 @@ PORTNAME= Net-DAAP-Client PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,11 +16,11 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Client for Apple iTunes DAAP service -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5/M4p.pm:${PORTSDIR}/security/p5-Digest-MD5-M4p \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Net/DAAP/DMAP.pm:${PORTSDIR}/audio/p5-Net-DAAP-DMAP -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes @@ -28,7 +29,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +IGNORE= requires Perl 5.6 or newer. Install or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> --- p5-Net-DAAP-Client-0.42_1.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?20060809123740.60B5C220>