From owner-svn-ports-head@FreeBSD.ORG Sun Jan 11 13:29:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B78C0590; Sun, 11 Jan 2015 13:29:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88C7F174; Sun, 11 Jan 2015 13:29:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BDTQ3h023091; Sun, 11 Jan 2015 13:29:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BDTPph023083; Sun, 11 Jan 2015 13:29:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501111329.t0BDTPph023083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jan 2015 13:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376754 - head/security/p5-Net-SAML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2015 13:29:26 -0000 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