diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-06-11 14:36:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-06-11 14:36:11 +0000 |
commit | 2ebe6573ab764e156267c7116f026a409dc57022 (patch) | |
tree | 27d0a57321b82f7f36d7aae8d073e5dd1934f936 | |
parent | 6ff7191dcf430170bd775df9469cc1436505c584 (diff) | |
download | ports-2ebe6573ab764e156267c7116f026a409dc57022.tar.gz ports-2ebe6573ab764e156267c7116f026a409dc57022.zip |
Notes
-rw-r--r-- | security/p5-POE-Component-SSLify/Makefile | 7 | ||||
-rw-r--r-- | security/p5-POE-Component-SSLify/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index 66ae898ab5eb..2b445b78e85f 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -6,15 +6,16 @@ # PORTNAME= POE-Component-SSLify -PORTVERSION= 0.15 +PORTVERSION= 0.20 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Integrate SSL into POE -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-POE>=1.267:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-POE-Component-SSLify/distinfo b/security/p5-POE-Component-SSLify/distinfo index c95c9cb0ca62..2d317a1aa356 100644 --- a/security/p5-POE-Component-SSLify/distinfo +++ b/security/p5-POE-Component-SSLify/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-SSLify-0.15.tar.gz) = d4bf013f253d36e17cf0233964654edb -SHA256 (POE-Component-SSLify-0.15.tar.gz) = a825b2df9d4853fd902fa2181a56f94a5cec72174a907906f321caf63e6cd6a4 -SIZE (POE-Component-SSLify-0.15.tar.gz) = 19497 +MD5 (POE-Component-SSLify-0.20.tar.gz) = 675ce72ed34aeaceb0da9dc2794fdb92 +SHA256 (POE-Component-SSLify-0.20.tar.gz) = 4327c59a3bee8fb93b52f77cd6dae7c2f5f63577365b2a42a9f529ec48ded215 +SIZE (POE-Component-SSLify-0.20.tar.gz) = 28650 |