Bug 176499 - [PATCH] www/p5-URI-Escape-XS: update to 0.10
Summary: [PATCH] www/p5-URI-Escape-XS: update to 0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 09:20 UTC by Denis Pokataev
Modified: 2013-02-28 15:20 UTC (History)
0 users

See Also:


Attachments
p5-URI-Escape-XS-0.10.patch (1.35 KB, patch)
2013-02-28 09:20 UTC, Denis Pokataev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Pokataev 2013-02-28 09:20:00 UTC
- Update to 0.10
- While here, update Makefile header

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-28 09:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-28 10:23:45 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-28 15:10:30 UTC
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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-28 15:10:32 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!