- Update to 0.10 - While here, update Makefile header Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
Author: culot Date: Thu Feb 28 15:10:17 2013 New Revision: 313093 URL: http://svnweb.freebsd.org/changeset/ports/313093 Log: - Update to 0.10 [1] - Trim Makefile's header [1] - Add LICENSE (artistic 1 & GPL 1) - Remove unneeded dependency on Test::Simple>0 (already in core) Changes: http://search.cpan.org/dist/URI-Escape-XS/Changes PR: ports/176499 [1] Submitted by: Denis Pokataev <catone@cpan.org> (maintainer) Modified: head/www/p5-URI-Escape-XS/Makefile head/www/p5-URI-Escape-XS/distinfo Modified: head/www/p5-URI-Escape-XS/Makefile ============================================================================== --- head/www/p5-URI-Escape-XS/Makefile Thu Feb 28 15:04:48 2013 (r313092) +++ head/www/p5-URI-Escape-XS/Makefile Thu Feb 28 15:10:17 2013 (r313093) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-URI-Escape-XS -# Date Created: 10 Oct 2008 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= URI-Escape-XS -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Drop-In replacement for URI::Escape in XS -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes Modified: head/www/p5-URI-Escape-XS/distinfo ============================================================================== --- head/www/p5-URI-Escape-XS/distinfo Thu Feb 28 15:04:48 2013 (r313092) +++ head/www/p5-URI-Escape-XS/distinfo Thu Feb 28 15:10:17 2013 (r313093) @@ -1,2 +1,2 @@ -SHA256 (URI-Escape-XS-0.09.tar.gz) = b2cd963dd9fa959d8c3c98ac450767b7d150403135765709734f977eb9bd6d7f -SIZE (URI-Escape-XS-0.09.tar.gz) = 9368 +SHA256 (URI-Escape-XS-0.10.tar.gz) = 28c0dc6f8a41b60815dbd4e01731372c7445b4906031465643e283bd50ff5f91 +SIZE (URI-Escape-XS-0.10.tar.gz) = 9475 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!