ports/165784: [PATCH] net/p5-IO-Socket-Multicast6: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Tue Mar 6 18:50:14 UTC 2012


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list