ports/110617: [PATCH] net/p5-POE-Component-Client-Keepalive: add POE::Component::SSLify as dependency

chinsan chinsan at FreeBSD.org
Wed Mar 21 14:10:05 UTC 2007


>Number:         110617
>Category:       ports
>Synopsis:       [PATCH] net/p5-POE-Component-Client-Keepalive: add POE::Component::SSLify as 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 Mar 21 14:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
- Add POE::Component::SSLify as dependency
There is no SSL support, please install POE::Component::SSLify at
/usr/local/lib/perl5/site_perl/5.8.8/POE/Component/Client/Keepalive.pm line 
536.

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

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

--- p5-POE-Component-Client-Keepalive-0.1000_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-POE-Component-Client-Keepalive/Makefile /usr/home/chinsan/project/p5-POE-Component-Client-Keepalive/Makefile
--- /usr/ports/net/p5-POE-Component-Client-Keepalive/Makefile	Sun Mar  4 15:47:27 2007
+++ /usr/home/chinsan/project/p5-POE-Component-Client-Keepalive/Makefile	Wed Mar 21 22:04:52 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	POE-Component-Client-Keepalive
 PORTVERSION=	0.1000
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -16,7 +17,8 @@
 COMMENT=	POE component for managing connections, with keep-alive
 
 BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
+		${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
+		${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-POE-Component-Client-Keepalive-0.1000_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list