svn commit: r376754 - head/security/p5-Net-SAML
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 11 13:29:26 UTC 2015
Author: sunpoet
Date: Sun Jan 11 13:29:25 2015
New Revision: 376754
URL: https://svnweb.freebsd.org/changeset/ports/376754
QAT: https://qat.redports.org/buildarchive/r376754/
Log:
- Update to 1.22
- Use PORTEXAMPLES
- Sort and cleanup PLIST
Changes: http://search.cpan.org/dist/zxid/Changes
Modified:
head/security/p5-Net-SAML/Makefile
head/security/p5-Net-SAML/distinfo
head/security/p5-Net-SAML/pkg-plist
Modified: head/security/p5-Net-SAML/Makefile
==============================================================================
--- head/security/p5-Net-SAML/Makefile Sun Jan 11 13:29:19 2015 (r376753)
+++ head/security/p5-Net-SAML/Makefile Sun Jan 11 13:29:25 2015 (r376754)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= Net-SAML
-PORTVERSION= 1.18
-PORTREVISION= 1
+PORTVERSION= 1.22
CATEGORIES= security perl5
MASTER_SITES= http://zxid.org/ \
CPAN
@@ -23,11 +22,13 @@ USES= perl5 shebangfix tar:tgz
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${DISTNAME}/Net
+PORTEXAMPLES= zxid.pl zxidhlo.pl
+
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
+ @${REINPLACE_CMD} -e '/INC/ s|-I\.\.|& -I${LOCALBASE}/include|; /LIBS/ s|-L\.\.|-L${LOCALBASE}/lib|; s|-ldl||' ${WRKSRC}/Makefile.PL
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
Modified: head/security/p5-Net-SAML/distinfo
==============================================================================
--- head/security/p5-Net-SAML/distinfo Sun Jan 11 13:29:19 2015 (r376753)
+++ head/security/p5-Net-SAML/distinfo Sun Jan 11 13:29:25 2015 (r376754)
@@ -1,2 +1,2 @@
-SHA256 (zxid-1.18.tgz) = 80cd65e0fd45d61cbf4f0a0e46c11f8dc7752979676d00ce89719ce3497ec393
-SIZE (zxid-1.18.tgz) = 2075055
+SHA256 (zxid-1.22.tgz) = fcef4f1fc7f3c26ebb8eaffb03494c82c71f807ba02993014535aca69f767a49
+SIZE (zxid-1.22.tgz) = 2102806
Modified: head/security/p5-Net-SAML/pkg-plist
==============================================================================
--- head/security/p5-Net-SAML/pkg-plist Sun Jan 11 13:29:19 2015 (r376753)
+++ head/security/p5-Net-SAML/pkg-plist Sun Jan 11 13:29:25 2015 (r376754)
@@ -1,7 +1,4 @@
-%%PERL5_MAN3%%/Net::SAML.3.gz
%%SITE_ARCH%%/Net/SAML.pm
%%SITE_ARCH%%/Net/SAML.pod
%%SITE_ARCH%%/auto/Net/SAML/SAML.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zxid.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zxidhlo.pl
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
+%%PERL5_MAN3%%/Net::SAML.3.gz
More information about the svn-ports-all
mailing list