diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-11-02 10:12:19 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-11-02 10:12:19 +0000 |
commit | 80638237583063f363d3ec78791f3bd0111966ee (patch) | |
tree | 162b751323b769288db2fe6279b7cbcb83259bdc | |
parent | 8c133fa5db98503d81a546ad270559ca8a4ef40a (diff) | |
download | ports-80638237583063f363d3ec78791f3bd0111966ee.tar.gz ports-80638237583063f363d3ec78791f3bd0111966ee.zip |
Notes
-rw-r--r-- | security/p5-Net-SAML/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Net-SAML/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Net-SAML/files/patch-errmac.h | 14 | ||||
-rw-r--r-- | security/p5-Net-SAML/pkg-plist | 1 |
4 files changed, 22 insertions, 13 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 667b4aad22b6..80ffb39ae8d4 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -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-patch: 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 --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo index 6cc8324b9c40..ee057f575eb0 100644 --- a/security/p5-Net-SAML/distinfo +++ b/security/p5-Net-SAML/distinfo @@ -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 --git a/security/p5-Net-SAML/files/patch-errmac.h b/security/p5-Net-SAML/files/patch-errmac.h new file mode 100644 index 000000000000..42c8ad15aa14 --- /dev/null +++ b/security/p5-Net-SAML/files/patch-errmac.h @@ -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 --git a/security/p5-Net-SAML/pkg-plist b/security/p5-Net-SAML/pkg-plist index e667c29b6c18..91b29675bdd5 100644 --- a/security/p5-Net-SAML/pkg-plist +++ b/security/p5-Net-SAML/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ %%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 |