Bug 178581 - devel/p5-Config-Std: Update to version 0.900
Summary: devel/p5-Config-Std: Update to version 0.900
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 14:42 UTC (History)
0 users

See Also:


Attachments
file.diff (1.48 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:54:43 UTC
>Number:         178581
>Category:       ports
>Synopsis:       devel/p5-Config-Std: Update to version 0.900
>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:04 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 0.900

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/p5-Config-Std/Makefile devel/p5-Config-Std/Makefile
--- /usr/ports/devel/p5-Config-Std/Makefile	2012-11-08 04:42:12.000000000 +0900
+++ devel/p5-Config-Std/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -2,26 +2,22 @@
 # $FreeBSD: head/devel/p5-Config-Std/Makefile 305921 2012-10-15 16:21:11Z tabthorpe $
 
 PORTNAME=	Config-Std
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.4
-PORTREVISION=	1
+DISTVERSION=	0.900
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:BRICKER
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Load and save configuration files in a standard format
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		Config::Std.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/devel/p5-Config-Std/distinfo devel/p5-Config-Std/distinfo
--- /usr/ports/devel/p5-Config-Std/distinfo	2012-11-08 04:42:12.000000000 +0900
+++ devel/p5-Config-Std/distinfo	2013-05-14 00:00:49.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (Config-Std-v0.0.4.tar.gz) = 40b455d1971960514a0b87c58a4d1656207e03cd6d7a33dd3c068f97ad3ed5d5
-SIZE (Config-Std-v0.0.4.tar.gz) = 12140
+SHA256 (Config-Std-0.900.tar.gz) = 423fff5f998b7c0b6cc4efccb9ec29f10016e6edd8aeda58bbfc1cca045d2f6f
+SIZE (Config-Std-0.900.tar.gz) = 24787
>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:04 UTC
- Update to version 0.900
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-13 19:11:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-15 09:22:19 UTC
Author: miwi
Date: Wed May 15 08:22:11 2013
New Revision: 318225
URL: http://svnweb.freebsd.org/changeset/ports/318225

Log:
  - Update to version 0.900
  - Add License
  
  PR:		178581
  Submitted by:	Ports Fury

Modified:
  head/devel/p5-Config-Std/Makefile
  head/devel/p5-Config-Std/distinfo   (contents, props changed)

Modified: head/devel/p5-Config-Std/Makefile
==============================================================================
--- head/devel/p5-Config-Std/Makefile	Wed May 15 08:19:44 2013	(r318224)
+++ head/devel/p5-Config-Std/Makefile	Wed May 15 08:22:11 2013	(r318225)
@@ -2,26 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	Config-Std
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.4
-PORTREVISION=	1
+DISTVERSION=	0.900
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:BRICKER
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Load and save configuration files in a standard format
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		Config::Std.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Config-Std/distinfo
==============================================================================
--- head/devel/p5-Config-Std/distinfo	Wed May 15 08:19:44 2013	(r318224)
+++ head/devel/p5-Config-Std/distinfo	Wed May 15 08:22:11 2013	(r318225)
@@ -1,2 +1,2 @@
-SHA256 (Config-Std-v0.0.4.tar.gz) = 40b455d1971960514a0b87c58a4d1656207e03cd6d7a33dd3c068f97ad3ed5d5
-SIZE (Config-Std-v0.0.4.tar.gz) = 12140
+SHA256 (Config-Std-0.900.tar.gz) = 423fff5f998b7c0b6cc4efccb9ec29f10016e6edd8aeda58bbfc1cca045d2f6f
+SIZE (Config-Std-0.900.tar.gz) = 24787
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2013-05-15 14:42:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!