Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2009 22:38:35 +0300 (MSK)
From:      Denis Shaposhnikov <dsh@wizard.volgograd.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/140149: [PATCH] security/p5-Net-SAML: update to 0.38
Message-ID:  <200910311938.n9VJcZfd089043@localhost.my.domain>
Resent-Message-ID: <200910311940.n9VJe1As015758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140149
>Category:       ports
>Synopsis:       [PATCH] security/p5-Net-SAML: update to 0.38
>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 31 19:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 8.0-RC2 i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 8.0-RC2 FreeBSD 8.0-RC2 #8: Sat Oct 31 21:27:14 MSK 2009
>Description:
- Update to 0.38

Added file(s):
- files/patch-errmac.h

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Net-SAML-0.38.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/Makefile /home/dsh/ports/security/p5-Net-SAML/Makefile
--- /usr/ports/security/p5-Net-SAML/Makefile	2009-01-23 18:43:08.000000000 +0300
+++ /home/dsh/ports/security/p5-Net-SAML/Makefile	2009-10-30 00:29:43.000000000 +0300
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Net-SAML
-PORTVERSION=	0.27
-PORTREVISION=	1
+PORTVERSION=	0.38
 CATEGORIES=	security perl5
 MASTER_SITES=	http://zxid.org/
 PKGNAMEPREFIX=	p5-
@@ -29,14 +28,9 @@
 
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl    ${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/../zxidhlo.pl ${EXAMPLESDIR}
 
 MAN3=		Net::SAML.3
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800037
-BROKEN=		does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/distinfo /home/dsh/ports/security/p5-Net-SAML/distinfo
--- /usr/ports/security/p5-Net-SAML/distinfo	2008-10-29 04:20:24.000000000 +0300
+++ /home/dsh/ports/security/p5-Net-SAML/distinfo	2009-10-30 00:29:48.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (zxid-0.27.tgz) = 21cd67e3301304a002f5997c2c588b68
-SHA256 (zxid-0.27.tgz) = fc7e281d6bfd9364e19b23e0e7777a129d7d68194a95c6cd70ef6aa334200fcd
-SIZE (zxid-0.27.tgz) = 3008329
+MD5 (zxid-0.38.tgz) = 986cb023e321d52d7522e24d27979830
+SHA256 (zxid-0.38.tgz) = b6883fb5771b2d16591ab4e624fa78ceaceec45bc608b8c348947773bb2a6b91
+SIZE (zxid-0.38.tgz) = 3091109
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/files/patch-errmac.h /home/dsh/ports/security/p5-Net-SAML/files/patch-errmac.h
--- /usr/ports/security/p5-Net-SAML/files/patch-errmac.h	1970-01-01 03:00:00.000000000 +0300
+++ /home/dsh/ports/security/p5-Net-SAML/files/patch-errmac.h	2009-10-30 00:53:39.000000000 +0300
@@ -0,0 +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 */
+ 
+ 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);
+ 
+-#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 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))
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/pkg-plist /home/dsh/ports/security/p5-Net-SAML/pkg-plist
--- /usr/ports/security/p5-Net-SAML/pkg-plist	2008-04-07 11:37:14.000000000 +0400
+++ /home/dsh/ports/security/p5-Net-SAML/pkg-plist	2009-10-30 00:26:14.000000000 +0300
@@ -1,5 +1,6 @@
 @comment $FreeBSD: ports/security/p5-Net-SAML/pkg-plist,v 1.1 2008/04/07 07:37:14 pav Exp $
 %%EXAMPLESDIR%%/zxid.pl
+%%EXAMPLESDIR%%/zxidhlo.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/.packlist
--- p5-Net-SAML-0.38.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910311938.n9VJcZfd089043>