diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-26 15:53:22 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-26 15:53:22 +0000 |
commit | e3c3a87d2a9d426adc1920843708b80d2fac1d01 (patch) | |
tree | 6648105e56268a846dcc64755f90e7f487f0769a | |
parent | Add wmymail, small DockApp to display the number of new mail (diff) |
Update to 2.20:
* Fixed bug in empty object handling in OOP mode.
* Sets $/ if unset.
* Add new parameter -Tie to constructor, to allow ordered config hash
contents across nested structures.
PR: ports/53723
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=83670
-rw-r--r-- | devel/p5-Config-General/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index ca6a8aff256a..7fc961530992 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config-General -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 3c041e3ee12a..aff1e63c341c 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -1 +1 @@ -MD5 (Config-General-2.19.tar.gz) = 53d56dd9a23f062001721d78ec77e6b3 +MD5 (Config-General-2.20.tar.gz) = 6c09c135825c0ba6201d68c99aea3743 |