Date: Sun, 4 Jan 2015 17:11:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376249 - head/net/p5-Google-SAML-Request Message-ID: <201501041711.t04HBosH040671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 4 17:11:49 2015 New Revision: 376249 URL: https://svnweb.freebsd.org/changeset/ports/376249 QAT: https://qat.redports.org/buildarchive/r376249/ Log: - Update to 0.05 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Google-SAML-Request/Changes Modified: head/net/p5-Google-SAML-Request/Makefile head/net/p5-Google-SAML-Request/distinfo head/net/p5-Google-SAML-Request/pkg-plist Modified: head/net/p5-Google-SAML-Request/Makefile ============================================================================== --- head/net/p5-Google-SAML-Request/Makefile Sun Jan 4 17:11:43 2015 (r376248) +++ head/net/p5-Google-SAML-Request/Makefile Sun Jan 4 17:11:49 2015 (r376249) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= Google-SAML-Request -PORTVERSION= 0.04 -PORTREVISION= 3 +PORTVERSION= 0.05 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Create or parse Google's SAML requests +COMMENT= Create or parse Google SAML requests + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ p5-URI>0:${PORTSDIR}/net/p5-URI \ @@ -18,6 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/net/p5-Google-SAML-Request/distinfo ============================================================================== --- head/net/p5-Google-SAML-Request/distinfo Sun Jan 4 17:11:43 2015 (r376248) +++ head/net/p5-Google-SAML-Request/distinfo Sun Jan 4 17:11:49 2015 (r376249) @@ -1,2 +1,2 @@ -SHA256 (Google-SAML-Request-0.04.tar.gz) = d4d5fba6b4f310bb7577a2a1e1929b20efe46ce512f7c069a403608cfdd2cbdf -SIZE (Google-SAML-Request-0.04.tar.gz) = 12990 +SHA256 (Google-SAML-Request-0.05.tar.gz) = a1b4df2c22750e5ecc48a93aa067ecafa08fd467d78c3d9eedd418c0a57bd7e8 +SIZE (Google-SAML-Request-0.05.tar.gz) = 21259 Modified: head/net/p5-Google-SAML-Request/pkg-plist ============================================================================== --- head/net/p5-Google-SAML-Request/pkg-plist Sun Jan 4 17:11:43 2015 (r376248) +++ head/net/p5-Google-SAML-Request/pkg-plist Sun Jan 4 17:11:49 2015 (r376249) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Google::SAML::Request.3.gz %%SITE_PERL%%/Google/SAML/Request.pm +%%PERL5_MAN3%%/Google::SAML::Request.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041711.t04HBosH040671>