diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-04-20 19:19:23 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-04-20 19:19:23 +0000 |
commit | 13f2532a2e7983b27538b1b51a23632a9876f46a (patch) | |
tree | 26c410c1faf702da3ef6f2b139d2fe7d81d27671 /databases/php4-ldap | |
parent | 09a545faf4470142b5e6cecaba808cf7f7a1a17b (diff) | |
download | pkgsrc-13f2532a2e7983b27538b1b51a23632a9876f46a.tar.gz |
Update PHP4 package and all PHP4 modules to version 4.3.6.
Changes are bug-fixes mostly, but also synchronizes bundled GD
with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD
patches were integrated too, so future pkgsrc updates would
be even more smooth.
Full list of changes since PHP 4.3.4 is available at:
http://www.php.net/ChangeLog-4.php#4.3.6
http://www.php.net/ChangeLog-4.php#4.3.5
Diffstat (limited to 'databases/php4-ldap')
-rw-r--r-- | databases/php4-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/php4-ldap/Makefile b/databases/php4-ldap/Makefile index e38ed5adf2a..cdc334376ff 100644 --- a/databases/php4-ldap/Makefile +++ b/databases/php4-ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:36 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/20 19:19:23 jdolecek Exp $ MODNAME= ldap -PKGREVISION= 2 +PKGREVISION= # empty CATEGORIES+= databases COMMENT= PHP4 extension for LDAP database access |