summaryrefslogtreecommitdiff
path: root/net/php4-ftp
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-04-20 19:19:23 +0000
committerjdolecek <jdolecek>2004-04-20 19:19:23 +0000
commitf8b8aa4ed3bd8c5e71687ef54db757efc057d9cb (patch)
tree26c410c1faf702da3ef6f2b139d2fe7d81d27671 /net/php4-ftp
parent6f12ca9d12a5e26dbc23e427a36e41421ab270ee (diff)
downloadpkgsrc-f8b8aa4ed3bd8c5e71687ef54db757efc057d9cb.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 'net/php4-ftp')
-rw-r--r--net/php4-ftp/Makefile5
-rw-r--r--net/php4-ftp/distinfo5
-rw-r--r--net/php4-ftp/patches/patch-aa11
3 files changed, 2 insertions, 19 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile
index d75b239ed95..48f72de53d2 100644
--- a/net/php4-ftp/Makefile
+++ b/net/php4-ftp/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/20 19:19:23 jdolecek Exp $
MODNAME= ftp
-PKGREVISION= 3
+PKGREVISION= # empty
CATEGORIES+= net
COMMENT= PHP4 extension for FTP access
USE_BUILDLINK2= YES
-DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../www/php4/Makefile.module"
diff --git a/net/php4-ftp/distinfo b/net/php4-ftp/distinfo
deleted file mode 100644
index 9e11b60edea..00000000000
--- a/net/php4-ftp/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.9 2004/01/13 19:32:06 jdolecek Exp $
-
-SHA1 (php-4.3.4.tar.bz2) = 3047089b499c004728c90db359a3e42b50f4c1f3
-Size (php-4.3.4.tar.bz2) = 3774324 bytes
-SHA1 (patch-aa) = f1feb347127b63067a1da0df0230e04ead694288
diff --git a/net/php4-ftp/patches/patch-aa b/net/php4-ftp/patches/patch-aa
deleted file mode 100644
index be45a77ef6c..00000000000
--- a/net/php4-ftp/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/01/13 19:32:06 jdolecek Exp $
-
---- ftp.c.orig 2003-09-09 23:15:20.000000000 +0200
-+++ ftp.c
-@@ -21,2 +21,6 @@
-
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"