diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-14 18:32:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-14 18:32:07 +0000 |
commit | 88a183023093e24e31682bfdfada30f2403020b2 (patch) | |
tree | 3df45ff728273ab5edde53a0b620843581188247 /devel/pear-Config | |
parent | 1efce355a6ebd4a9ce48a8c30ace9dfcb52212ca (diff) | |
download | ports-88a183023093e24e31682bfdfada30f2403020b2.tar.gz ports-88a183023093e24e31682bfdfada30f2403020b2.zip |
Upgrade to 1.10.4 (bugfix release).
Changelog:
* Fixed bug #3298 which wouldn't parse arrays with numerical indexes
correctly.
* Fixed bug #2742 which didn't trim variable names in Inicommented file.
* changed XML_Parser and XML_Util dependencies to optional, since
they're only needed when parsing XML files (bug #2738).
* added a new container for editing files of php constants, courtesy of
philip ortel [me@phillipoertel.com] (devel).
PR: ports/77460
Submitted by: Roman Neuhauser
Approved by: maintainer.
Notes
Notes:
svn path=/head/; revision=128824
Diffstat (limited to 'devel/pear-Config')
-rw-r--r-- | devel/pear-Config/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-Config/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 74bf646f081d..44e4aeba22c4 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.3 +PORTVERSION= 1.10.4 CATEGORIES= devel www pear MAINTAINER= antonio@php.net diff --git a/devel/pear-Config/distinfo b/devel/pear-Config/distinfo index 5384890f53b0..27d240c4dff6 100644 --- a/devel/pear-Config/distinfo +++ b/devel/pear-Config/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Config-1.10.3.tgz) = f0b786b35a68e1b011ca6a92b569932f -SIZE (PEAR/Config-1.10.3.tgz) = 18349 +MD5 (PEAR/Config-1.10.4.tgz) = 2e5214f70bafbf3d124e33ec6b04d2ca +SIZE (PEAR/Config-1.10.4.tgz) = 23059 |