From gslin@colo-p.gslin.org  Sun Feb 10 13:12:39 2013
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 6833525C;
	Sun, 10 Feb 2013 13:12:39 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (112-121-80-241.mwsrv.com [112.121.80.241])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C0DAC2A;
	Sun, 10 Feb 2013 13:12:39 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id B78907E827; Sun, 10 Feb 2013 21:12:38 +0800 (CST)
Message-Id: <20130210131238.B78907E827@colo-p.gslin.org>
Date: Sun, 10 Feb 2013 21:12:38 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] security/p5-Net-SAML: update to 1.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176009
>Category:       ports
>Synopsis:       [PATCH] security/p5-Net-SAML: update to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 13:20:00 UTC 2013
>Closed-Date:    Thu Feb 14 09:19:15 UTC 2013
>Last-Modified:  Thu Feb 14 09:20:00 UTC 2013
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39
>Description:
- Update to 1.11

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Net-SAML-1.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/Makefile ./Makefile
--- /usr/ports/security/p5-Net-SAML/Makefile	2012-11-17 14:01:13.000000000 +0800
+++ ./Makefile	2013-02-10 20:04:18.000000000 +0800
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	p5-Net-SAML
-# Date created:		2007-07-14
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
 # $FreeBSD: ports/security/p5-Net-SAML/Makefile,v 1.16 2012/11/17 06:01:13 svnexp Exp $
-#
 
 PORTNAME=	Net-SAML
-PORTVERSION=	1.05
+PORTVERSION=	1.11
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN \
 		http://zxid.org/
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/distinfo ./distinfo
--- /usr/ports/security/p5-Net-SAML/distinfo	2012-02-12 22:06:39.000000000 +0800
+++ ./distinfo	2013-02-10 20:02:24.000000000 +0800
@@ -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
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/files/patch-errmac.h ./files/patch-errmac.h
--- /usr/ports/security/p5-Net-SAML/files/patch-errmac.h	2009-11-02 18:12:19.000000000 +0800
+++ ./files/patch-errmac.h	2013-02-10 20:06:24.000000000 +0800
@@ -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)
--- p5-Net-SAML-1.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 10 13:20:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176009 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Feb 11 21:46:56 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176009 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Thu Feb 14 09:19:13 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176009 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176009: commit references a PR
Date: Thu, 14 Feb 2013 09:19:07 +0000 (UTC)

 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 <gslin@gslin.org>
 
 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 <gslin@gslin.org>
 -#
  # $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)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
