Date: Tue, 6 Mar 2012 13:48:20 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tjs@cdpa.nsysu.edu.tw Subject: ports/165784: [PATCH] net/p5-IO-Socket-Multicast6: add missing DEPENDS Message-ID: <201203061848.q26ImKxs018579@meatwad.mouf.net> Resent-Message-ID: <201203061850.q26IoDPY009164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165784 >Category: ports >Synopsis: [PATCH] net/p5-IO-Socket-Multicast6: 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: Tue Mar 06 18:50:13 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 BUILD_DEPENDS and RUN_DEPENDS - Bump PORTREVISION - Avoid use of SITE_PERL in DEPENDS - Sort DEPENDS Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-IO-Socket-Multicast6-0.03_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-IO-Socket-Multicast6/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 9 Aug 2010 08:54:34 -0000 1.4 +++ Makefile 6 Mar 2012 18:47:24 -0000 @@ -7,6 +7,7 @@ PORTNAME= IO-Socket-Multicast6 PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,11 @@ MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Send and receive IPv4 and IPv6 multicast messages -RUN_DEPENDS= p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \ - p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \ +BUILD_DEPENDS= p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \ + p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \ - ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 + p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-IO-Socket-Multicast6-0.03_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?201203061848.q26ImKxs018579>