summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-04-11 20:08:43 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-04-11 20:08:43 +0000
commit1ab96e877127585836a2ee68eaa7bf70b2bd3af4 (patch)
tree53d3298ddc5ed478341505f4863cbdcab4a739c1 /www
parent6a8e5354c91f92e6d6dc80751a15e4c5f4b67fb4 (diff)
downloadpkgsrc-1ab96e877127585836a2ee68eaa7bf70b2bd3af4.tar.gz
Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
Diffstat (limited to 'www')
-rw-r--r--www/pear-HTML_Common/Makefile7
-rw-r--r--www/pear-HTTP_Request/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile
index 6aaa9e99df8..96440c0d3b9 100644
--- a/www/pear-HTML_Common/Makefile
+++ b/www/pear-HTML_Common/Makefile
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2004/11/27 13:34:37 jdolecek Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 20:08:43 jdolecek Exp $
DISTNAME= HTML_Common-1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MAINTAINER= jdolecek@NetBSD.org
COMMENT= Base PHP class for other HTML classes
-# This package is base HTML package
-PEAR_DIRRM_BASEDIR= yes
-
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile
index 33ab46f05bc..e546b134c33 100644
--- a/www/pear-HTTP_Request/Makefile
+++ b/www/pear-HTTP_Request/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/27 14:23:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/11 20:08:43 jdolecek Exp $
DISTNAME= HTTP_Request-1.2.3
#CATEGORIES+= www
@@ -7,10 +7,7 @@ MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP classes to provides an easy way to perform HTTP requests
DEPENDS+= pear-Net_URL>=1.0.12:../../net/pear-Net_URL
+DEPENDS+= pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket
-# need Net_Socket 1.0.2 or later
-PEAR_NETSOCKET_VERSION_REQD= 1.0.2
-
-.include "../../net/pear-Net_Socket/buildlink3.mk"
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"