Bug 175496 - [PATCH] textproc/p5-String-Format: update to 1.17
Summary: [PATCH] textproc/p5-String-Format: update to 1.17
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: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 01:40 UTC by Po-Chien Lin
Modified: 2013-02-21 17:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-String-Format-1.17.patch (1.38 KB, patch)
2013-01-22 01:40 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-22 01:40:00 UTC
- Update to 1.17
- Add LICENSE (GPLv2)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-22 01:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-22 01:40:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-22 01:40:11 UTC
Maintainer of textproc/p5-String-Format,

Please note that PR ports/175496 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175496

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-02-17 18:36:09 UTC
Responsible Changed
From-To: swills->pclin

Submitter is committer now
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-21 17:04:55 UTC
Author: pclin
Date: Thu Feb 21 17:04:42 2013
New Revision: 312727
URL: http://svnweb.freebsd.org/changeset/ports/312727

Log:
  - Update to 1.17
  - Add LICENSE (GPLv2)
  
  PR:		ports/175496
  Approved by:	swills (mentor)

Modified:
  head/textproc/p5-String-Format/Makefile   (contents, props changed)
  head/textproc/p5-String-Format/distinfo   (contents, props changed)

Modified: head/textproc/p5-String-Format/Makefile
==============================================================================
--- head/textproc/p5-String-Format/Makefile	Thu Feb 21 16:43:22 2013	(r312726)
+++ head/textproc/p5-String-Format/Makefile	Thu Feb 21 17:04:42 2013	(r312727)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:   String::Format
-# Date created:                24 March, 2005
-# Whom:                        Matt Mills <matt_mills@btopenworld.com>
-#
+# Created by: Matt Mills <matt_mills@btopenworld.com>
 # $FreeBSD$
-#
 
 PORTNAME=	String-Format
-PORTVERSION=	1.16
+PORTVERSION=	1.17
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	matt_mills@btopenworld.com
 COMMENT=	Perl module for sprintf-like string formatting capability
 
+LICENSE=	GPLv2
+
 PERL_CONFIGURE=	yes
 
 MAN3=		String::Format.3

Modified: head/textproc/p5-String-Format/distinfo
==============================================================================
--- head/textproc/p5-String-Format/distinfo	Thu Feb 21 16:43:22 2013	(r312726)
+++ head/textproc/p5-String-Format/distinfo	Thu Feb 21 17:04:42 2013	(r312727)
@@ -1,2 +1,2 @@
-SHA256 (String-Format-1.16.tar.gz) = edb27dd055ad71012a439f262f9394517adb585a5c27ba72c1819bae2c23729a
-SIZE (String-Format-1.16.tar.gz) = 12936
+SHA256 (String-Format-1.17.tar.gz) = 5306e5908c120e9b6085fb60c0f352fdf601931398baee94cb898ca5d956ae6b
+SIZE (String-Format-1.17.tar.gz) = 12841
_______________________________________________
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 6 Po-Chien Lin freebsd_committer freebsd_triage 2013-02-21 17:05:19 UTC
State Changed
From-To: feedback->closed

Committed. (Approved by: swills (mentor))