>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"
- Update to version 0.900
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!