aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-28 00:39:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-28 00:39:43 +0800
commitae1e1f023961eab63a1932d13151bb9dc55f81ab (patch)
treebad4cae9c5fe09b20efb5232fd338d85decad3b4 /security
parent13b496de310a33f00f7f822a8ca766800bb746bd (diff)
downloadfreebsd-ports-gnome-ae1e1f023961eab63a1932d13151bb9dc55f81ab.tar.gz
freebsd-ports-gnome-ae1e1f023961eab63a1932d13151bb9dc55f81ab.tar.zst
freebsd-ports-gnome-ae1e1f023961eab63a1932d13151bb9dc55f81ab.zip
- Update to 1.18
- Convert to new options framework - Convert to new LIB_DEPENDS - Cleanup Makefile Changes: http://search.cpan.org/dist/zxid/Changes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Net-SAML/Makefile12
-rw-r--r--security/p5-Net-SAML/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile
index 5d410fffc1d7..ecf073c85be0 100644
--- a/security/p5-Net-SAML/Makefile
+++ b/security/p5-Net-SAML/Makefile
@@ -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 SSO
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>
diff --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo
index 72a521e5fec8..bb96a7b84e35 100644
--- a/security/p5-Net-SAML/distinfo
+++ b/security/p5-Net-SAML/distinfo
@@ -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