Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 18:35:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334692 - in head/security/p5-Net-SAML: . files
Message-ID:  <201311231835.rANIZWUi014179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 23 18:35:32 2013
New Revision: 334692
URL: http://svnweb.freebsd.org/changeset/ports/334692

Log:
  - Update to 1.16
  - Use REINPLACE_CMD instead of patch file
  - Fix shebang
  
  Changes:	http://search.cpan.org/dist/zxid/Changes

Deleted:
  head/security/p5-Net-SAML/files/
Modified:
  head/security/p5-Net-SAML/Makefile
  head/security/p5-Net-SAML/distinfo   (contents, props changed)

Modified: head/security/p5-Net-SAML/Makefile
==============================================================================
--- head/security/p5-Net-SAML/Makefile	Sat Nov 23 18:25:30 2013	(r334691)
+++ head/security/p5-Net-SAML/Makefile	Sat Nov 23 18:35:32 2013	(r334692)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-SAML
-PORTVERSION=	1.11
-PORTREVISION=	1
+PORTVERSION=	1.16
 CATEGORIES=	security perl5
 MASTER_SITES=	http://zxid.org/ \
 		CPAN
@@ -18,11 +17,14 @@ LICENSE=	AL2
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		zxid:${PORTSDIR}/security/zxid
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${DISTNAME}/Net
 
+SHEBANG_FILES=	../zxid.pl ../zxidhlo.pl
+
 post-patch:
+	@${REINPLACE_CMD} -e 's|hexdump|my&|' ${WRKSRC}/../errmac.h
 	@${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
 
 post-install:

Modified: head/security/p5-Net-SAML/distinfo
==============================================================================
--- head/security/p5-Net-SAML/distinfo	Sat Nov 23 18:25:30 2013	(r334691)
+++ head/security/p5-Net-SAML/distinfo	Sat Nov 23 18:35:32 2013	(r334692)
@@ -1,2 +1,2 @@
-SHA256 (zxid-1.11.tgz) = 369a26c8819ea9bce53e128e31e91e2e3ec38771101083c0a8df5dac2a2d5982
-SIZE (zxid-1.11.tgz) = 1999606
+SHA256 (zxid-1.16.tgz) = 995b8ceb3c002423b385c43e442e1dcb5691ab5bbacd2f87856dfd167249881e
+SIZE (zxid-1.16.tgz) = 2102718



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