View | Details | Raw Unified | Return to bug 140149
Collapse All | Expand All

(-)/home/dsh/ports/security/p5-Net-SAML/Makefile (-10 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Net-SAML
8
PORTNAME=	Net-SAML
9
PORTVERSION=	0.27
9
PORTVERSION=	0.38
10
PORTREVISION=	1
11
CATEGORIES=	security perl5
10
CATEGORIES=	security perl5
12
MASTER_SITES=	http://zxid.org/
11
MASTER_SITES=	http://zxid.org/
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 29-42 Link Here
29
28
30
post-install:
29
post-install:
31
	${MKDIR} ${EXAMPLESDIR}
30
	${MKDIR} ${EXAMPLESDIR}
32
	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR}
31
	${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl    ${EXAMPLESDIR}
32
	${INSTALL_SCRIPT} ${WRKSRC}/../zxidhlo.pl ${EXAMPLESDIR}
33
33
34
MAN3=		Net::SAML.3
34
MAN3=		Net::SAML.3
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.mk>
37
38
.if ${OSVERSION} >= 800037
39
BROKEN=		does not compile
40
.endif
41
42
.include <bsd.port.post.mk>
(-)/home/dsh/ports/security/p5-Net-SAML/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zxid-0.27.tgz) = 21cd67e3301304a002f5997c2c588b68
1
MD5 (zxid-0.38.tgz) = 986cb023e321d52d7522e24d27979830
2
SHA256 (zxid-0.27.tgz) = fc7e281d6bfd9364e19b23e0e7777a129d7d68194a95c6cd70ef6aa334200fcd
2
SHA256 (zxid-0.38.tgz) = b6883fb5771b2d16591ab4e624fa78ceaceec45bc608b8c348947773bb2a6b91
3
SIZE (zxid-0.27.tgz) = 3008329
3
SIZE (zxid-0.38.tgz) = 3091109
(-)/home/dsh/ports/security/p5-Net-SAML/files/patch-errmac.h (+14 lines)
Line 0 Link Here
1
--- ../errmac.h.orig	2009-10-16 19:37:47.000000000 +0400
2
+++ ../errmac.h	2009-10-30 00:39:36.000000000 +0300
3
@@ -406,9 +406,9 @@
4
 #define DD(format,...)  /* Documentative */
5
 
6
 int hexdmp(char* msg, char* p, int len, int max);
7
-int hexdump(char* msg, char* p, char* lim, int max);
8
+int myhexdump(char* msg, char* p, char* lim, int max);
9
 
10
-#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && hexdump((msg), (p), (lim), (max)))
11
+#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && myhexdump((msg), (p), (lim), (max)))
12
 #define DHEXDUMP(msg, p, lim, max) /* Disabled hex dump */
13
 
14
 #define ERR(format,...) (fprintf(stderr, "t %10s:%-3d %-16s %s E " format "\n", __FILE__, __LINE__, __FUNCTION__, ERRMAC_INSTANCE, __VA_ARGS__), fflush(stderr))
(-)/home/dsh/ports/security/p5-Net-SAML/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
@comment $FreeBSD: ports/security/p5-Net-SAML/pkg-plist,v 1.1 2008/04/07 07:37:14 pav Exp $
1
@comment $FreeBSD: ports/security/p5-Net-SAML/pkg-plist,v 1.1 2008/04/07 07:37:14 pav Exp $
2
%%EXAMPLESDIR%%/zxid.pl
2
%%EXAMPLESDIR%%/zxid.pl
3
%%EXAMPLESDIR%%/zxidhlo.pl
3
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pod
5
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pod
5
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/.packlist
6
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/.packlist

Return to bug 140149