From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 16:30:03 2008 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 C98E8106571D for ; Sat, 25 Oct 2008 16:30:03 +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 A55CF8FC29 for ; Sat, 25 Oct 2008 16:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PGU3oL074573 for ; Sat, 25 Oct 2008 16:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9PGU38v074570; Sat, 25 Oct 2008 16:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 25 Oct 2008 16:30:03 GMT Resent-Message-Id: <200810251630.m9PGU38v074570@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, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBDC41065672 for ; Sat, 25 Oct 2008 16:20:56 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 84C3C8FC18 for ; Sat, 25 Oct 2008 16:20:56 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9PGKtaT050175; Sat, 25 Oct 2008 09:20:55 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9PGKtpC050174; Sat, 25 Oct 2008 09:20:55 -0700 (PDT) (envelope-from leeym) Message-Id: <200810251620.m9PGKtpC050174@cn1.leeym.com> Date: Sat, 25 Oct 2008 09:20:55 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/128372: [PATCH] security/p5-Net-SAML: update to 0.27 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: Sat, 25 Oct 2008 16:30:03 -0000 >Number: 128372 >Category: ports >Synopsis: [PATCH] security/p5-Net-SAML: update to 0.27 >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: Sat Oct 25 16:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.27 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-SAML-0.27.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Net-SAML/Makefile,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 Makefile --- Makefile 24 Jul 2008 21:14:07 -0000 1.2 +++ Makefile 25 Oct 2008 16:20:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-SAML -PORTVERSION= 0.22 +PORTVERSION= 0.27 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Net-SAML/distinfo,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 distinfo --- distinfo 7 Apr 2008 07:37:14 -0000 1.1 +++ distinfo 25 Oct 2008 16:20:51 -0000 @@ -1,3 +1,3 @@ -MD5 (zxid-0.22.tgz) = 9c7d52080ce3b0111da2bef9513d5c88 -SHA256 (zxid-0.22.tgz) = 052de7fc4cef86ccc1a5526ad89362d52d6ea2afff70594763e7607035fc789e -SIZE (zxid-0.22.tgz) = 2799246 +MD5 (zxid-0.27.tgz) = 21cd67e3301304a002f5997c2c588b68 +SHA256 (zxid-0.27.tgz) = fc7e281d6bfd9364e19b23e0e7777a129d7d68194a95c6cd70ef6aa334200fcd +SIZE (zxid-0.27.tgz) = 3008329 --- p5-Net-SAML-0.27.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: