Date: Fri, 30 Mar 2012 16:03:20 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bfoz@bfoz.net Subject: ports/166526: [PATCH] www/p5-WWW-iTunesConnect: add missing DEPENDS Message-ID: <201203302003.q2UK3KfN058469@meatwad.mouf.net> Resent-Message-ID: <201203302010.q2UKA8v4023571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166526 >Category: ports >Synopsis: [PATCH] www/p5-WWW-iTunesConnect: add missing DEPENDS >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: Fri Mar 30 20:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar 2 21:54:42 >Description: - Add missing DEPENDS - Pet portlint by adding newline to end of pkg-descr - Bump PORTREVISION Port maintainer (bfoz@bfoz.net) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-WWW-iTunesConnect-1.16_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-WWW-iTunesConnect/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 13 Mar 2012 16:15:35 -0000 1.7 +++ Makefile 30 Mar 2012 20:02:38 -0000 @@ -7,7 +7,7 @@ PORTNAME= WWW-iTunesConnect PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +16,11 @@ MAINTAINER= bfoz@bfoz.net COMMENT= Client interface for Apple's iTunes Connect service -RUN_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ +BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/www/p5-WWW-iTunesConnect/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 12 Feb 2011 09:30:22 -0000 1.2 +++ pkg-descr 30 Mar 2012 20:02:38 -0000 @@ -1,3 +1,3 @@ A Perl5 client interface for Apple's iTunes Connect service. -WWW: http://search.cpan.org/dist/p5-WWW-iTunesConnect/ \ No newline at end of file +WWW: http://search.cpan.org/dist/p5-WWW-iTunesConnect/ --- p5-WWW-iTunesConnect-1.16_2.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?201203302003.q2UK3KfN058469>