svn commit: r335032 - head/security/p5-Net-SAML
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 27 16:39:44 UTC 2013
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
More information about the svn-ports-head
mailing list