Date: Thu, 28 Feb 2013 15:10:17 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313093 - head/www/p5-URI-Escape-XS Message-ID: <201302281510.r1SFAHhc036085@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281510.r1SFAHhc036085>