diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-11 21:29:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-11 21:29:25 +0800 |
commit | 8aef21c39dc2e960ba95929295cfe82dfca0c4af (patch) | |
tree | 6d272fa64aae849125615d9950ad27e0fc93a1ae /security | |
parent | 7871885f1c844df6fe52e9d2db4953779e75fab6 (diff) | |
download | freebsd-ports-gnome-8aef21c39dc2e960ba95929295cfe82dfca0c4af.tar.gz freebsd-ports-gnome-8aef21c39dc2e960ba95929295cfe82dfca0c4af.tar.zst freebsd-ports-gnome-8aef21c39dc2e960ba95929295cfe82dfca0c4af.zip |
- Update to 1.22
- Use PORTEXAMPLES
- Sort and cleanup PLIST
Changes: http://search.cpan.org/dist/zxid/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Net-SAML/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Net-SAML/pkg-plist | 5 |
3 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 41d7dcc3ec46..254779b36b24 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -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} diff --git a/security/p5-Net-SAML/distinfo b/security/p5-Net-SAML/distinfo index bb96a7b84e35..ab88ff34215d 100644 --- a/security/p5-Net-SAML/distinfo +++ b/security/p5-Net-SAML/distinfo @@ -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 diff --git a/security/p5-Net-SAML/pkg-plist b/security/p5-Net-SAML/pkg-plist index 3012cf3c50aa..f1d8b30f6578 100644 --- a/security/p5-Net-SAML/pkg-plist +++ b/security/p5-Net-SAML/pkg-plist @@ -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 |