From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 5 03:10:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9E1B1065673 for ; Thu, 5 May 2011 03:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9EA8FC18 for ; Thu, 5 May 2011 03:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p453A5iI047827 for ; Thu, 5 May 2011 03:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p453A50e047826; Thu, 5 May 2011 03:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 5 May 2011 03:10:05 GMT Resent-Message-Id: <201105050310.p453A50e047826@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E31106566C; Thu, 5 May 2011 03:08:15 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 74DAC8FC13; Thu, 5 May 2011 03:08:15 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p4538DNQ030315; Thu, 5 May 2011 04:08:13 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p4538CLn030314; Thu, 5 May 2011 04:08:12 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201105050308.p4538CLn030314@beardz.net> Date: Thu, 5 May 2011 04:08:12 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/156822: [PATCH] security/p5-POE-Component-SSLify: update to 1.008 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 03:10:05 -0000 >Number: 156822 >Category: ports >Synopsis: [PATCH] security/p5-POE-Component-SSLify: update to 1.008 >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 May 05 03:10:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 1.008 - Add licence Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-SSLify-1.008.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-POE-Component-SSLify.orig/Makefile /usr/ports/security/p5-POE-Component-SSLify/Makefile --- /usr/ports/security/p5-POE-Component-SSLify.orig/Makefile 2010-06-11 15:36:11.000000000 +0100 +++ /usr/ports/security/p5-POE-Component-SSLify/Makefile 2011-05-05 04:03:24.865016756 +0100 @@ -6,17 +6,21 @@ # PORTNAME= POE-Component-SSLify -PORTVERSION= 0.20 +PORTVERSION= 1.008 CATEGORIES= security perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/APOCAL PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Integrate SSL into POE +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-POE>=1.267:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \ + p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,4 +28,16 @@ POE::Component::SSLify::ClientHandle.3 \ POE::Component::SSLify::ServerHandle.3 -.include +.include + +.if ${PERL_LEVEL} < 500809 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO +RUN_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO +.endif + +.include diff -ruN --exclude=CVS /usr/ports/security/p5-POE-Component-SSLify.orig/distinfo /usr/ports/security/p5-POE-Component-SSLify/distinfo --- /usr/ports/security/p5-POE-Component-SSLify.orig/distinfo 2010-06-11 15:36:11.000000000 +0100 +++ /usr/ports/security/p5-POE-Component-SSLify/distinfo 2011-05-05 03:56:00.251547109 +0100 @@ -1,3 +1,2 @@ -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 +SHA256 (POE-Component-SSLify-1.008.tar.gz) = 69106d525b28ca56c2e26feac4a3442426bd63b0e6864905bf99cc41869dfb55 +SIZE (POE-Component-SSLify-1.008.tar.gz) = 48342 --- p5-POE-Component-SSLify-1.008.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: