svn commit: r470916 - head/devel/p5-Config-INI-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 26 17:48:07 UTC 2018


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 at 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


More information about the svn-ports-head mailing list