diff options
author | mjl <mjl@pkgsrc.org> | 2001-12-19 10:43:20 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-12-19 10:43:20 +0000 |
commit | 982ca559013f2a73c09c1d687a12f0177bede9ab (patch) | |
tree | 3872e3a01df21621e92222e432da1b8fac7c6925 | |
parent | f42759a8003d907d728ba939501fed3cd7adeee2 (diff) | |
download | pkgsrc-982ca559013f2a73c09c1d687a12f0177bede9ab.tar.gz |
Update to 2.23
Fixed bugs 482353,233372. Updated doc for new mgr.
Bug fix: multiple blank lines counted as one
Added checks for method parameters being defined
fixed some regexes to make them stricter
Fixed greps to make them consistent through the code (also a vain
attempt to help my editors do syntax colouring properly)
Added AddSection method, replaced chunk of ReadConfig with AddSection
Added case handling stuff to more methods
Added RemoveGroupMember
Made variable names more consistent through OO methods
Restored Unix EOLs
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index cf57594693a..8510066e113 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:49:46 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/19 10:43:20 mjl Exp $ # -DISTNAME= Config-IniFiles-2.19 +DISTNAME= Config-IniFiles-2.23 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cif CATEGORIES= devel perl5 diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo index 24426f0111d..ffc971ef413 100644 --- a/devel/p5-Config-IniFiles/distinfo +++ b/devel/p5-Config-IniFiles/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:25:04 mjl Exp $ +$NetBSD: distinfo,v 1.2 2001/12/19 10:43:20 mjl Exp $ -SHA1 (Config-IniFiles-2.19.tar.gz) = 1ed8bf9d292ddf065f316f2f4c9d50fe3617f06c -Size (Config-IniFiles-2.19.tar.gz) = 26133 bytes +SHA1 (Config-IniFiles-2.23.tar.gz) = 82fff2af4d2ad7f90e51708237b79c1591067e27 +Size (Config-IniFiles-2.23.tar.gz) = 27381 bytes |