Bug 178573 - japanese/p5-Number-Phone-JP: Update to version 0.20130401
Summary: japanese/p5-Number-Phone-JP: Update to version 0.20130401
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 19:10 UTC by tkato432
Modified: 2013-05-15 06:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.42 KB, patch)
2013-05-13 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-13 18:55:21 UTC
>Number:         178573
>Category:       ports
>Synopsis:       japanese/p5-Number-Phone-JP: Update to version 0.20130401
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 18:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 0.20130401

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/p5-Number-Phone-JP/Makefile japanese/p5-Number-Phone-JP/Makefile
--- /usr/ports/japanese/p5-Number-Phone-JP/Makefile	2012-11-08 08:30:50.000000000 +0900
+++ japanese/p5-Number-Phone-JP/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -1,19 +1,19 @@
-# New ports collection makefile for:	ja-p5-Number-Phone-JP
-# Date created:				2005-11-24
-# Whom:					n-shigemura@ensure.jp
-#
+# Created by: n-shigemura@ensure.jp
 # $FreeBSD: head/japanese/p5-Number-Phone-JP/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
-#
 
 PORTNAME=	Number-Phone-JP
-PORTVERSION=	0.12
+PORTVERSION=	0.20130401
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TANIGUCHI
 PKGNAMEPREFIX=	ja-p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl5 module to validate Japanese phone numbers
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
 PERL_CONFIGURE=	yes
diff -urN /usr/ports/japanese/p5-Number-Phone-JP/distinfo japanese/p5-Number-Phone-JP/distinfo
--- /usr/ports/japanese/p5-Number-Phone-JP/distinfo	2012-11-08 08:30:50.000000000 +0900
+++ japanese/p5-Number-Phone-JP/distinfo	2013-05-14 00:00:49.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (Number-Phone-JP-0.12.tar.gz) = 79e02f8c6f4867226bb81bc35383c8dc5a8119a9b7d906a0fd15988e3e12910a
-SIZE (Number-Phone-JP-0.12.tar.gz) = 365435
+SHA256 (Number-Phone-JP-0.20130401.tar.gz) = ddb85db363b4027618af9c2021aeacfe2d03684ae24c11de1dc69cc1696a6812
+SIZE (Number-Phone-JP-0.20130401.tar.gz) = 390612
diff -urN /usr/ports/japanese/p5-Number-Phone-JP/pkg-descr japanese/p5-Number-Phone-JP/pkg-descr
--- /usr/ports/japanese/p5-Number-Phone-JP/pkg-descr	2012-11-08 08:30:50.000000000 +0900
+++ japanese/p5-Number-Phone-JP/pkg-descr	2013-05-14 00:00:49.000000000 +0900
@@ -1,5 +1,7 @@
-Number::Phone::JP is a simple module to validate Japanese phone
-number formats.  The Japanese phone numbers are regulated by
-Ministry of Public Management, Home Affairs, Posts and
-Telecommunications of Japan.  You can validate what a target
-number is valid from this regulation point of view.
+Number::Phone::JP is a simple module to validate Japanese phone number
+formats. The Japanese phone numbers are regulated by Ministry of Public
+Management, Home Affairs, Posts and Telecommunications of Japan. You
+can validate what a target number is valid from this regulation point
+of view.
+
+WWW: http://search.cpan.org/dist/Number-Phone-JP/
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 tkato432 2013-05-13 19:10:01 UTC
- Update to version 0.20130401
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-13 19:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-14 17:31:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-14 17:31:51 UTC
Author: miwi
Date: Tue May 14 16:31:37 2013
New Revision: 318172
URL: http://svnweb.freebsd.org/changeset/ports/318172

Log:
  - Update to version 0.20130401
  
  PR:		178573
  Submitted by:	Ports Fury

Modified:
  head/japanese/p5-Number-Phone-JP/Makefile
  head/japanese/p5-Number-Phone-JP/distinfo   (contents, props changed)
  head/japanese/p5-Number-Phone-JP/pkg-descr   (contents, props changed)
  head/japanese/p5-Number-Phone-JP/pkg-plist   (contents, props changed)

Modified: head/japanese/p5-Number-Phone-JP/Makefile
==============================================================================
--- head/japanese/p5-Number-Phone-JP/Makefile	Tue May 14 16:30:49 2013	(r318171)
+++ head/japanese/p5-Number-Phone-JP/Makefile	Tue May 14 16:31:37 2013	(r318172)
@@ -1,19 +1,19 @@
-# New ports collection makefile for:	ja-p5-Number-Phone-JP
-# Date created:				2005-11-24
-# Whom:					n-shigemura@ensure.jp
-#
+# Created by: n-shigemura@ensure.jp
 # $FreeBSD$
-#
 
 PORTNAME=	Number-Phone-JP
-PORTVERSION=	0.12
+PORTVERSION=	0.20130401
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TANIGUCHI
 PKGNAMEPREFIX=	ja-p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl5 module to validate Japanese phone numbers
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
 PERL_CONFIGURE=	yes

Modified: head/japanese/p5-Number-Phone-JP/distinfo
==============================================================================
--- head/japanese/p5-Number-Phone-JP/distinfo	Tue May 14 16:30:49 2013	(r318171)
+++ head/japanese/p5-Number-Phone-JP/distinfo	Tue May 14 16:31:37 2013	(r318172)
@@ -1,2 +1,2 @@
-SHA256 (Number-Phone-JP-0.12.tar.gz) = 79e02f8c6f4867226bb81bc35383c8dc5a8119a9b7d906a0fd15988e3e12910a
-SIZE (Number-Phone-JP-0.12.tar.gz) = 365435
+SHA256 (Number-Phone-JP-0.20130401.tar.gz) = ddb85db363b4027618af9c2021aeacfe2d03684ae24c11de1dc69cc1696a6812
+SIZE (Number-Phone-JP-0.20130401.tar.gz) = 390612

Modified: head/japanese/p5-Number-Phone-JP/pkg-descr
==============================================================================
--- head/japanese/p5-Number-Phone-JP/pkg-descr	Tue May 14 16:30:49 2013	(r318171)
+++ head/japanese/p5-Number-Phone-JP/pkg-descr	Tue May 14 16:31:37 2013	(r318172)
@@ -1,5 +1,7 @@
-Number::Phone::JP is a simple module to validate Japanese phone
-number formats.  The Japanese phone numbers are regulated by
-Ministry of Public Management, Home Affairs, Posts and
-Telecommunications of Japan.  You can validate what a target
-number is valid from this regulation point of view.
+Number::Phone::JP is a simple module to validate Japanese phone number
+formats. The Japanese phone numbers are regulated by Ministry of Public
+Management, Home Affairs, Posts and Telecommunications of Japan. You
+can validate what a target number is valid from this regulation point
+of view.
+
+WWW: http://search.cpan.org/dist/Number-Phone-JP/

Modified: head/japanese/p5-Number-Phone-JP/pkg-plist
==============================================================================
--- head/japanese/p5-Number-Phone-JP/pkg-plist	Tue May 14 16:30:49 2013	(r318171)
+++ head/japanese/p5-Number-Phone-JP/pkg-plist	Tue May 14 16:31:37 2013	(r318172)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/Number/Phone/JP/Table.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Class1.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Class2.pm
+%%SITE_PERL%%/Number/Phone/JP/Table/Fmc.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Freedial.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Home.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Ipphone.pm
@@ -11,11 +12,12 @@
 %%SITE_PERL%%/Number/Phone/JP/Table/Q2.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/United.pm
 %%SITE_PERL%%/Number/Phone/JP/Table/Upt.pm
+%%SITE_PERL%%/Number/Phone/regexp-table-maker.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Phone/JP/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Phone/JP
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Phone
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
-@dirrm %%SITE_PERL%%/Number/Phone/JP/Table
-@dirrm %%SITE_PERL%%/Number/Phone/JP
-@dirrm %%SITE_PERL%%/Number/Phone
-@dirrm %%SITE_PERL%%/Number
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Phone/JP
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Phone
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
+@dirrmtry %%SITE_PERL%%/Number/Phone/JP/Table
+@dirrmtry %%SITE_PERL%%/Number/Phone/JP
+@dirrmtry %%SITE_PERL%%/Number/Phone
+@dirrmtry %%SITE_PERL%%/Number
_______________________________________________
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"