Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 16:39:44 +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: r335032 - head/security/p5-Net-SAML
Message-ID:  <201311271639.rARGdirn042674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 27 16:39:43 2013
New Revision: 335032
URL: http://svnweb.freebsd.org/changeset/ports/335032

Log:
  - Update to 1.18
  - Convert to new options framework
  - Convert to new LIB_DEPENDS
  - Cleanup Makefile
  
  Changes:	http://search.cpan.org/dist/zxid/Changes

Modified:
  head/security/p5-Net-SAML/Makefile
  head/security/p5-Net-SAML/distinfo

Modified: head/security/p5-Net-SAML/Makefile
==============================================================================
--- head/security/p5-Net-SAML/Makefile	Wed Nov 27 16:37:18 2013	(r335031)
+++ head/security/p5-Net-SAML/Makefile	Wed Nov 27 16:39:43 2013	(r335032)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-SAML
-PORTVERSION=	1.16
+PORTVERSION=	1.18
 CATEGORIES=	security perl5
 MASTER_SITES=	http://zxid.org/ \
 		CPAN
@@ -14,8 +14,10 @@ COMMENT=	Perl extension for using SAML S
 
 LICENSE=	AL2
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
-		zxid:${PORTSDIR}/security/zxid
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
+		libzxid.so:${PORTSDIR}/security/zxid
+
+OPTIONS_DEFINE=	EXAMPLES
 
 USES=		perl5 shebangfix
 USE_PERL5=	configure
@@ -28,9 +30,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
 
 post-install:
-.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	(cd ${WRKSRC}/.. && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR})
-.endif
+	(cd ${WRKSRC}/ && ${INSTALL_SCRIPT} ../zxid.pl ../zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>

Modified: head/security/p5-Net-SAML/distinfo
==============================================================================
--- head/security/p5-Net-SAML/distinfo	Wed Nov 27 16:37:18 2013	(r335031)
+++ head/security/p5-Net-SAML/distinfo	Wed Nov 27 16:39:43 2013	(r335032)
@@ -1,2 +1,2 @@
-SHA256 (zxid-1.16.tgz) = 995b8ceb3c002423b385c43e442e1dcb5691ab5bbacd2f87856dfd167249881e
-SIZE (zxid-1.16.tgz) = 2102718
+SHA256 (zxid-1.18.tgz) = 80cd65e0fd45d61cbf4f0a0e46c11f8dc7752979676d00ce89719ce3497ec393
+SIZE (zxid-1.18.tgz) = 2075055



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