From owner-freebsd-perl@FreeBSD.ORG Sun Nov 15 01:08:17 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99CA6106566C; Sun, 15 Nov 2009 01:08:17 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 883E38FC17; Sun, 15 Nov 2009 01:08:17 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 3525817083; Sat, 14 Nov 2009 20:08:17 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091115010817.3525817083@spartan.hamla.org> Date: Sat, 14 Nov 2009 20:08:17 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] security/p5-Filter-Crypto: update to 1.30 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 01:08:17 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] security/p5-Filter-Crypto: update to 1.30 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 1.30 - Take maintainership if perl@ is akin to ports@ in that the port is up for adoption. :-) >How-To-Repeat: >Fix: --- p5-Filter-Crypto.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Filter-Crypto/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 30 Oct 2009 16:04:23 -0000 1.16 +++ Makefile 15 Nov 2009 01:06:14 -0000 @@ -6,12 +6,12 @@ # PORTNAME= Filter-Crypto -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto BUILD_DEPENDS= ${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR-Packer \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/p5-Filter-Crypto/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 30 Oct 2009 16:04:23 -0000 1.12 +++ distinfo 15 Nov 2009 01:06:14 -0000 @@ -1,3 +1,3 @@ -MD5 (Filter-Crypto-1.29.tar.gz) = c0e3a36536973afa66fa5701a656b30f -SHA256 (Filter-Crypto-1.29.tar.gz) = 6cea826c09f83ff10a12a54ece755f0e1358f640ba15681808c0793dfd86d2d8 -SIZE (Filter-Crypto-1.29.tar.gz) = 159223 +MD5 (Filter-Crypto-1.30.tar.gz) = 152e05429b8bdee9ee05662e4b9330f6 +SHA256 (Filter-Crypto-1.30.tar.gz) = 7e84f9d0fc5d9d160f5375aba0456f8f6012a5c7e760902f72b822332f640e95 +SIZE (Filter-Crypto-1.30.tar.gz) = 159589 --- p5-Filter-Crypto.diff ends here ---