From owner-freebsd-perl@FreeBSD.ORG Wed Nov 17 13:37:25 2010 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 A8165106566B; Wed, 17 Nov 2010 13:37:25 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by mx1.freebsd.org (Postfix) with ESMTP id 799AC8FC13; Wed, 17 Nov 2010 13:37:25 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 972BD7E822; Wed, 17 Nov 2010 21:37:24 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101117133724.972BD7E822@colo-p.gslin.org> Date: Wed, 17 Nov 2010 21:37:24 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] security/p5-Net-SAML: update to 0.70 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 13:37:25 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] security/p5-Net-SAML: update to 0.70 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.3-RELEASE-p2 i386 >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.70 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-SAML-0.70.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/Makefile /home/staff/gslin/work/ports/p5-Net-SAML/Makefile --- /usr/ports/security/p5-Net-SAML/Makefile 2010-04-03 18:44:30.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-SAML/Makefile 2010-11-17 21:26:29.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= Net-SAML -PORTVERSION= 0.44 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/distinfo /home/staff/gslin/work/ports/p5-Net-SAML/distinfo --- /usr/ports/security/p5-Net-SAML/distinfo 2009-12-18 09:36:03.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-SAML/distinfo 2010-11-17 21:26:44.000000000 +0800 @@ -1,3 +1,2 @@ -MD5 (zxid-0.44.tgz) = 0c9012e568d86b426a0b1bee309104bf -SHA256 (zxid-0.44.tgz) = b404ab31f5668b4fb4fc9f193a3aaaa39da13f0492c6b4d754c2d4d0bb63b973 -SIZE (zxid-0.44.tgz) = 3417895 +SHA256 (zxid-0.70.tgz) = b243544981913cc765d37694e7f7ac9e196f1c5ce6c979bd1dac933efd457f4d +SIZE (zxid-0.70.tgz) = 3368889 diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/pkg-plist /home/staff/gslin/work/ports/p5-Net-SAML/pkg-plist --- /usr/ports/security/p5-Net-SAML/pkg-plist 2010-09-24 10:03:20.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Net-SAML/pkg-plist 2010-11-17 21:28:02.000000000 +0800 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%EXAMPLESDIR%%/zxid.pl %%EXAMPLESDIR%%/zxidhlo.pl %%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm --- p5-Net-SAML-0.70.patch ends here ---