Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 07:47:13 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383982 - head/devel/p5-Config-IniFiles
Message-ID:  <201504140747.t3E7lDis020328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Tue Apr 14 07:47:12 2015
New Revision: 383982
URL: https://svnweb.freebsd.org/changeset/ports/383982

Log:
  - Update to 2.85
  - Shorten COMMENT
  - Update WWW link
  
  Changes:	https://metacpan.org/changes/distribution/Config-IniFiles

Modified:
  head/devel/p5-Config-IniFiles/Makefile
  head/devel/p5-Config-IniFiles/distinfo
  head/devel/p5-Config-IniFiles/pkg-descr

Modified: head/devel/p5-Config-IniFiles/Makefile
==============================================================================
--- head/devel/p5-Config-IniFiles/Makefile	Tue Apr 14 07:35:48 2015	(r383981)
+++ head/devel/p5-Config-IniFiles/Makefile	Tue Apr 14 07:47:12 2015	(r383982)
@@ -2,21 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	Config-IniFiles
-PORTVERSION=	2.83
-PORTREVISION=	1
+PORTVERSION=	2.85
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	culot@FreeBSD.org
-COMMENT=	Perl5 module for reading .ini-style configuration files
+COMMENT=	Read .ini-style configuration files
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-Config-IniFiles/distinfo
==============================================================================
--- head/devel/p5-Config-IniFiles/distinfo	Tue Apr 14 07:35:48 2015	(r383981)
+++ head/devel/p5-Config-IniFiles/distinfo	Tue Apr 14 07:47:12 2015	(r383982)
@@ -1,2 +1,2 @@
-SHA256 (Config-IniFiles-2.83.tar.gz) = 11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d
-SIZE (Config-IniFiles-2.83.tar.gz) = 72950
+SHA256 (Config-IniFiles-2.85.tar.gz) = 26dc451960e220335218cff426ceb942bbc9abb735bef9d95489c04d4d6fd7f4
+SIZE (Config-IniFiles-2.85.tar.gz) = 79652

Modified: head/devel/p5-Config-IniFiles/pkg-descr
==============================================================================
--- head/devel/p5-Config-IniFiles/pkg-descr	Tue Apr 14 07:35:48 2015	(r383981)
+++ head/devel/p5-Config-IniFiles/pkg-descr	Tue Apr 14 07:47:12 2015	(r383982)
@@ -19,4 +19,4 @@ section name in square brackets. Paramet
 as Name=Value. Any spaces around the equals sign will be ignored, and the
 value extends to the end of the line.
 
-WWW: http://search.cpan.org/dist/Config-IniFiles/
+WWW: https://metacpan.org/release/Config-IniFiles



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504140747.t3E7lDis020328>