Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 17:48:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470916 - head/devel/p5-Config-INI-Simple
Message-ID:  <201805261748.w4QHm36Y012792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 26 17:48:03 2018
New Revision: 470916
URL: https://svnweb.freebsd.org/changeset/ports/470916

Log:
  Update to 1.00
  
  - Update WWW
  
  Changes:	https://metacpan.org/changes/distribution/Config-INI-Simple

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

Modified: head/devel/p5-Config-INI-Simple/Makefile
==============================================================================
--- head/devel/p5-Config-INI-Simple/Makefile	Sat May 26 17:47:57 2018	(r470915)
+++ head/devel/p5-Config-INI-Simple/Makefile	Sat May 26 17:48:03 2018	(r470916)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Config-INI-Simple
-PORTVERSION=	0.02
-PORTREVISION=	1
+PORTVERSION=	1.00
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TORG
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,6 +13,9 @@ COMMENT=	Simple reading and writing from an INI file
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USE_PERL5=	configure

Modified: head/devel/p5-Config-INI-Simple/distinfo
==============================================================================
--- head/devel/p5-Config-INI-Simple/distinfo	Sat May 26 17:47:57 2018	(r470915)
+++ head/devel/p5-Config-INI-Simple/distinfo	Sat May 26 17:48:03 2018	(r470916)
@@ -1,2 +1,3 @@
-SHA256 (Config-INI-Simple-0.02.tar.gz) = 7f9de9fb08f7966182e4a4df96d1cb0abf320d229c41a27152fccfb8d8386ecb
-SIZE (Config-INI-Simple-0.02.tar.gz) = 3696
+TIMESTAMP = 1527133140
+SHA256 (Config-INI-Simple-1.00.tar.gz) = 4f6e5ce4b168499d7e863ff4760a45f63eb42e4c3744d3dec39c0730cf1165f8
+SIZE (Config-INI-Simple-1.00.tar.gz) = 2601

Modified: head/devel/p5-Config-INI-Simple/pkg-descr
==============================================================================
--- head/devel/p5-Config-INI-Simple/pkg-descr	Sat May 26 17:47:57 2018	(r470915)
+++ head/devel/p5-Config-INI-Simple/pkg-descr	Sat May 26 17:48:03 2018	(r470916)
@@ -3,4 +3,4 @@ new object must be created for each INI file (an objec
 in from an INI which is used on the write method to write to the INI). It also
 keeps all your comments and original order intact.
 
-WWW: http://search.cpan.org/dist/Config-INI-Simple/
+WWW: https://metacpan.org/release/TORG/Config-INI-Simple-1.00



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