diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/php4-ftp/Makefile | 5 | ||||
-rw-r--r-- | net/php4-ftp/distinfo | 5 | ||||
-rw-r--r-- | net/php4-ftp/patches/patch-aa | 11 |
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" |