ports/103248: [PATCH] security/p5-IO-Socket-SSL: update to 1.01

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Thu Sep 14 00:50:21 UTC 2006


>Number:         103248
>Category:       ports
>Synopsis:       [PATCH] security/p5-IO-Socket-SSL: update to 1.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 14 00:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Sep 10 09:49:13 CST 2006
>Description:
- Update to 1.01
- This pr obsoletes ports/100670 & ports/101270 & ports/101832 & ports/102124
Port maintainer (scrappy at FreeBSD.org) is cc'd.

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

--- p5-IO-Socket-SSL-1.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/Makefile /root/p5-IO-Socket-SSL/Makefile
--- /usr/ports/security/p5-IO-Socket-SSL/Makefile	Mon Aug  1 01:19:47 2005
+++ /root/p5-IO-Socket-SSL/Makefile	Thu Sep 14 08:44:33 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IO-Socket-SSL
-PORTVERSION=	0.97
+PORTVERSION=	1.01
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IO
@@ -15,11 +15,16 @@
 MAINTAINER=	scrappy at FreeBSD.org
 COMMENT=	Perl5 interface to SSL sockets
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay
 
 PERL_CONFIGURE=	yes
 
 MAN3=		IO::Socket::SSL.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500702
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-U
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/distinfo /root/p5-IO-Socket-SSL/distinfo
--- /usr/ports/security/p5-IO-Socket-SSL/distinfo	Tue Jan 24 09:03:15 2006
+++ /root/p5-IO-Socket-SSL/distinfo	Thu Sep 14 08:31:17 2006
@@ -1,3 +1,3 @@
-MD5 (IO-Socket-SSL-0.97.tar.gz) = 34562e9475de132faa0f14ca2be053a5
-SHA256 (IO-Socket-SSL-0.97.tar.gz) = a491e815462f2ff698b123e161f259d5be84fb6b9c7d702dea907acfa059975d
-SIZE (IO-Socket-SSL-0.97.tar.gz) = 32741
+MD5 (IO-Socket-SSL-1.01.tar.gz) = f36829d24ee3b70fb9982c26ece064b7
+SHA256 (IO-Socket-SSL-1.01.tar.gz) = 2470de5f0dc934ef81d06ddbce791820a0621cd1d8d4cc50c74c2fee2f8319f5
+SIZE (IO-Socket-SSL-1.01.tar.gz) = 45136
diff -ruN --exclude=CVS /usr/ports/security/p5-IO-Socket-SSL/pkg-plist /root/p5-IO-Socket-SSL/pkg-plist
--- /usr/ports/security/p5-IO-Socket-SSL/pkg-plist	Sun Jan 22 10:50:49 2006
+++ /root/p5-IO-Socket-SSL/pkg-plist	Thu Sep 14 08:35:36 2006
@@ -1,7 +1,8 @@
-%%SITE_PERL%%/IO/Socket/SSL.pm
+ at comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
+%%SITE_PERL%%/IO/Socket/SSL.pm
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
- at dirrm %%SITE_PERL%%/IO/Socket
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO/Socket
 @dirrmtry %%SITE_PERL%%/IO
--- p5-IO-Socket-SSL-1.01.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list