From owner-svn-ports-head@FreeBSD.ORG Thu Feb 14 09:19:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C065A85; Thu, 14 Feb 2013 09:19:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7F2D9FA2; Thu, 14 Feb 2013 09:19:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1E9J0vW043149; Thu, 14 Feb 2013 09:19:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1E9IxbV043136; Thu, 14 Feb 2013 09:19:00 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201302140919.r1E9IxbV043136@svn.freebsd.org> From: Frederic Culot Date: Thu, 14 Feb 2013 09:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312207 - in head/security/p5-Net-SAML: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 09:19:00 -0000 Author: culot Date: Thu Feb 14 09:18:59 2013 New Revision: 312207 URL: http://svnweb.freebsd.org/changeset/ports/312207 Log: - Update to 1.11 PR: ports/176009 Submitted by: Gea-Suan Lin Modified: head/security/p5-Net-SAML/Makefile head/security/p5-Net-SAML/distinfo head/security/p5-Net-SAML/files/patch-errmac.h Modified: head/security/p5-Net-SAML/Makefile ============================================================================== --- head/security/p5-Net-SAML/Makefile Thu Feb 14 09:17:55 2013 (r312206) +++ head/security/p5-Net-SAML/Makefile Thu Feb 14 09:18:59 2013 (r312207) @@ -1,15 +1,10 @@ -# New ports collection makefile for: p5-Net-SAML -# Date created: 2007-07-14 -# Whom: Gea-Suan Lin -# # $FreeBSD$ -# PORTNAME= Net-SAML -PORTVERSION= 1.05 +PORTVERSION= 1.11 CATEGORIES= security perl5 -MASTER_SITES= CPAN \ - http://zxid.org/ +MASTER_SITES= http://zxid.org/ \ + CPAN PKGNAMEPREFIX= p5- DISTNAME= zxid-${PORTVERSION} EXTRACT_SUFX= .tgz Modified: head/security/p5-Net-SAML/distinfo ============================================================================== --- head/security/p5-Net-SAML/distinfo Thu Feb 14 09:17:55 2013 (r312206) +++ head/security/p5-Net-SAML/distinfo Thu Feb 14 09:18:59 2013 (r312207) @@ -1,2 +1,2 @@ -SHA256 (zxid-1.05.tgz) = 779de5245b026abfe73d4e7b9306c033c2dd600fc48c9d5eb0251f4c9914e190 -SIZE (zxid-1.05.tgz) = 1800009 +SHA256 (zxid-1.11.tgz) = 369a26c8819ea9bce53e128e31e91e2e3ec38771101083c0a8df5dac2a2d5982 +SIZE (zxid-1.11.tgz) = 1999606 Modified: head/security/p5-Net-SAML/files/patch-errmac.h ============================================================================== --- head/security/p5-Net-SAML/files/patch-errmac.h Thu Feb 14 09:17:55 2013 (r312206) +++ head/security/p5-Net-SAML/files/patch-errmac.h Thu Feb 14 09:18:59 2013 (r312207) @@ -1,14 +1,14 @@ ---- ../errmac.h.orig 2009-10-16 19:37:47.000000000 +0400 -+++ ../errmac.h 2009-10-30 00:39:36.000000000 +0300 -@@ -406,9 +406,9 @@ - #define DD(format,...) /* Documentative */ +--- ../errmac.h.orig 2013-02-10 20:04:39.000000000 +0800 ++++ ../errmac.h 2013-02-10 20:05:04.000000000 +0800 +@@ -445,9 +445,9 @@ + #define DD_XML_BLOB(cf, lk, len, xml) /* Documentative */ - int hexdmp(char* msg, char* p, int len, int max); --int hexdump(char* msg, char* p, char* lim, int max); -+int myhexdump(char* msg, char* p, char* lim, int max); + int hexdmp(const char* msg, const char* p, int len, int max); +-int hexdump(const char* msg, const char* p, const char* lim, int max); ++int myhexdump(const char* msg, const char* p, const char* lim, int max); --#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && hexdump((msg), (p), (lim), (max))) -+#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && myhexdump((msg), (p), (lim), (max))) +-#define HEXDUMP(msg, p, lim, max) if (zx_debug > 1) hexdump((msg), (p), (lim), (max)) ++#define HEXDUMP(msg, p, lim, max) if (zx_debug > 1) myhexdump((msg), (p), (lim), (max)) #define DHEXDUMP(msg, p, lim, max) /* Disabled hex dump */ - #define ERR(format,...) (fprintf(stderr, "t %10s:%-3d %-16s %s E " format "\n", __FILE__, __LINE__, __FUNCTION__, ERRMAC_INSTANCE, __VA_ARGS__), fflush(stderr)) + #define DUMP_CORE() ASSERT(0)