ports/127765: [PATCH] devel/p5-Danga-Socket: fix dependency

Yen-Ming Lee leeym at FreeBSD.org
Wed Oct 1 08:20:01 UTC 2008


>Number:         127765
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Danga-Socket: fix dependency
>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 Oct 01 08:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- fix dependency
- bump PORTREVISION

Port maintainer (skv at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Danga-Socket-1.59_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Danga-Socket/Makefile,v
retrieving revision 1.12
diff -u -d -b -w -u -r1.12 Makefile
--- Makefile	24 Jun 2008 14:10:47 -0000	1.12
+++ Makefile	1 Oct 2008 08:13:33 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Danga-Socket
 PORTVERSION=	1.59
+PORTREVISION=	1
 CATEGORIES=	devel net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,16 +15,17 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Event loop and event-driven async socket base class
 
-BUILD_DEPENDS=	${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall \
-		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
-		${SITE_PERL}/${PERL_ARCH}/IO/KQueue.pm:${PORTSDIR}/devel/p5-IO-KQueue \
-		${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
-		${SITE_PERL}/${PERL_ARCH}/IO/Poll.pm:${PORTSDIR}/devel/p5-IO \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
+		p5-Sys-Syscall>=0:${PORTSDIR}/devel/p5-Sys-Syscall
 
 PERL_CONFIGURE=	yes
 
 MAN3=	Danga::Socket.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Danga-Socket-1.59_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list