diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | meta-pkgs/php4-extensions/Makefile | 4 | ||||
-rw-r--r-- | meta-pkgs/php5-extensions/Makefile | 5 | ||||
-rw-r--r-- | net/Makefile | 3 |
4 files changed, 11 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2852d85874e..ecdb7d62c89 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11373 2005/10/08 12:03:39 hira Exp $ +$NetBSD: CHANGES,v 1.11374 2005/10/08 16:05:48 jdolecek Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4339,3 +4339,5 @@ Changes to the packages collection and infrastructure in 2005: Updated devel/doxygen to 1.4.5 [adam 2005-10-08] Updated archivers/p7zip to 4.29 [adam 2005-10-08] Updated print/dvipdfmx to 0.0.0.20031116nb3 [hira 2005-10-08] + Added net/php-xmlrpc 4.4.0 [jdolecek 2005-10-08] + Added net/php-xmlrpc 5.0.5 [jdolecek 2005-10-08] diff --git a/meta-pkgs/php4-extensions/Makefile b/meta-pkgs/php4-extensions/Makefile index 7943dba8bf3..b6f7ef19a2a 100644 --- a/meta-pkgs/php4-extensions/Makefile +++ b/meta-pkgs/php4-extensions/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/09/28 19:17:16 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/08 16:05:48 jdolecek Exp $ DISTNAME= php-extensions-4.4 +PKGREVISION= 1 CATEGORIES= meta-pkgs www php4 MASTER_SITES= # empty DISTFILES= # empty @@ -48,6 +49,7 @@ DEPENDS+= php-sockets-4.4.*:../../net/php-sockets DEPENDS+= php-sysvsem-4.4.*:../../devel/php-sysvsem DEPENDS+= php-sysvshm-4.4.*:../../devel/php-sysvshm DEPENDS+= php-wddx-4.4.*:../../textproc/php-wddx +DEPENDS+= php-xmlrpc-4.4.*:../../net/php-xmlrpc DEPENDS+= php-yp-4.4.*:../../net/php-yp DEPENDS+= php-zip-4.4.*:../../archivers/php-zip DEPENDS+= php-zlib-4.4.*:../../archivers/php-zlib diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile index b2a6e752bc3..f9a835269e0 100644 --- a/meta-pkgs/php5-extensions/Makefile +++ b/meta-pkgs/php5-extensions/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/05/23 22:04:34 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/08 16:05:48 jdolecek Exp $ DISTNAME= php-extensions-5.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= meta-pkgs www php5 MASTER_SITES= # empty DISTFILES= # empty @@ -49,6 +49,7 @@ DEPENDS+= php-sockets-5.0.*:../../net/php-sockets DEPENDS+= php-sysvsem-5.0.*:../../devel/php-sysvsem DEPENDS+= php-sysvshm-5.0.*:../../devel/php-sysvshm DEPENDS+= php-wddx-5.0.*:../../textproc/php-wddx +DEPENDS+= php-xmlrpc-5.0.*:../../net/php-xmlrpc DEPENDS+= php-yp-5.0.*:../../net/php-yp DEPENDS+= php-zip-5.0.*:../../archivers/php-zip DEPENDS+= php-zlib-5.0.*:../../archivers/php-zlib diff --git a/net/Makefile b/net/Makefile index 671dff6adef..18a4d811f39 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.577 2005/09/29 18:06:07 rpaulo Exp $ +# $NetBSD: Makefile,v 1.578 2005/10/08 16:05:48 jdolecek Exp $ # COMMENT= Networking tools @@ -287,6 +287,7 @@ SUBDIR+= pfnet SUBDIR+= php-ftp SUBDIR+= php-snmp SUBDIR+= php-sockets +SUBDIR+= php-xmlrpc SUBDIR+= php-yp SUBDIR+= php5-soap SUBDIR+= pim6dd |