diff options
author | skv <skv@FreeBSD.org> | 2003-12-09 00:41:02 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-12-09 00:41:02 +0800 |
commit | 9487efdd550a3e709087873c6ea4df481a26a86d (patch) | |
tree | 3dd3ccf572560bb10b838015a0cea844c41d0dfe /devel/p5-Config-Tiny | |
parent | eb594e6772bda5e24107521e4e9ae0fd1888dae4 (diff) | |
download | freebsd-ports-graphics-9487efdd550a3e709087873c6ea4df481a26a86d.tar.gz freebsd-ports-graphics-9487efdd550a3e709087873c6ea4df481a26a86d.tar.zst freebsd-ports-graphics-9487efdd550a3e709087873c6ea4df481a26a86d.zip |
Updated to 1.3
Diffstat (limited to 'devel/p5-Config-Tiny')
-rw-r--r-- | devel/p5-Config-Tiny/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Config-Tiny/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Config-Tiny/files/patch-Makefile.PL | 14 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile index 88b7bf3d768..547600c7f78 100644 --- a/devel/p5-Config-Tiny/Makefile +++ b/devel/p5-Config-Tiny/Makefile @@ -6,12 +6,11 @@ # PORTNAME= Config-Tiny -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-1 MAINTAINER= skv@FreeBSD.org COMMENT= Read/Write .ini style files with as little code as possible diff --git a/devel/p5-Config-Tiny/distinfo b/devel/p5-Config-Tiny/distinfo index 6dadf10ae8a..53c73dbbdfb 100644 --- a/devel/p5-Config-Tiny/distinfo +++ b/devel/p5-Config-Tiny/distinfo @@ -1 +1 @@ -MD5 (Config-Tiny-1.tar.gz) = b8e39087ef64cebd808ede08cf8197dd +MD5 (Config-Tiny-1.3.tar.gz) = 24fdb2560e7a4c317c9bf79237c4b568 diff --git a/devel/p5-Config-Tiny/files/patch-Makefile.PL b/devel/p5-Config-Tiny/files/patch-Makefile.PL index 59ff990fbd3..8512d720778 100644 --- a/devel/p5-Config-Tiny/files/patch-Makefile.PL +++ b/devel/p5-Config-Tiny/files/patch-Makefile.PL @@ -1,12 +1,12 @@ ---- Makefile.PL.orig Sat Dec 21 15:01:55 2002 -+++ Makefile.PL Mon May 12 18:25:11 2003 +--- Makefile.PL.orig Wed Apr 16 18:04:51 2003 ++++ Makefile.PL Mon Dec 8 19:41:19 2003 @@ -8,6 +8,9 @@ FindBin => 0, - - }, -+ 'MAN3PODS' => { -+ 'lib/Config/Tiny.pm' => '$(INST_MAN3DIR)/Config::Tiny.3' + + }, ++ 'MAN3PODS' => { ++ 'lib/Config/Tiny.pm' => '$(INST_MAN3DIR)/Config::Tiny.3' + }, ($] >= 5.005) ? ( - 'AUTHOR' => 'Adam Kennedy (adam@ali.as)', + 'AUTHOR' => 'Adam Kennedy (cpan@ali.as)', 'ABSTRACT' => 'Read/Write .ini style files with as little code as possible', |