Date: Wed, 9 Aug 2006 20:39:33 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, lth@FreeBSD.org Subject: ports/101703: [PATCH] audio/p5-Net-DAAP-DMAP: Fix PERL_MODBUILD and portlint problem Message-ID: <20060809123933.E655D220@netnews.NCTU.edu.tw> Resent-Message-ID: <200608091240.k79CeI20009505@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101703 >Category: ports >Synopsis: [PATCH] audio/p5-Net-DAAP-DMAP: Fix PERL_MODBUILD and portlint problem >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:16 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-DMAP-1.26_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/p5-Net-DAAP-DMAP/Makefile /home/staff/gslin/work/p5-Net-DAAP-DMAP/Makefile --- /usr/ports/audio/p5-Net-DAAP-DMAP/Makefile Fri Oct 22 15:27:26 2004 +++ /home/staff/gslin/work/p5-Net-DAAP-DMAP/Makefile Wed Aug 9 20:38:33 2006 @@ -7,6 +7,7 @@ PORTNAME= Net-DAAP-DMAP PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,8 +16,8 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Perl module for reading and writing DAAP structures -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes @@ -25,7 +26,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-DMAP-1.26_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?20060809123933.E655D220>