summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-19 23:02:49 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-19 23:02:49 +0000
commitf5ab7b925ceb50a87e2bbf8f226aba140316e661 (patch)
tree59b1cec6a9ad2239d4d969c1e4ac9041ccdc2fc1
parent42cd45b480b2d295b10d64c6ca5a1377f1651418 (diff)
downloadmtk-20170518-f5ab7b925ceb50a87e2bbf8f226aba140316e661.zip
mtk-20170518-f5ab7b925ceb50a87e2bbf8f226aba140316e661.tar.gz
mtk-20170518-f5ab7b925ceb50a87e2bbf8f226aba140316e661.tar.bz2
change Maintainer: field, fix php4-* package dependencies
SVN-Revision: 1947
-rw-r--r--openwrt/package/php4/ipkg/php4-cgi.control5
-rw-r--r--openwrt/package/php4/ipkg/php4-cli.control5
-rw-r--r--openwrt/package/php4/ipkg/php4-fastcgi.control5
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-ftp.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-gd.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-ldap.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-mysql.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-openssl.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-pcre.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-pgsql.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-session.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-sockets.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-sqlite.control4
-rw-r--r--openwrt/package/php4/ipkg/php4-mod-xml.control4
14 files changed, 31 insertions, 28 deletions
diff --git a/openwrt/package/php4/ipkg/php4-cgi.control b/openwrt/package/php4/ipkg/php4-cgi.control
index 4ba8377..46f8735 100644
--- a/openwrt/package/php4/ipkg/php4-cgi.control
+++ b/openwrt/package/php4/ipkg/php4-cgi.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: PHP4 compiled as for CGI
Provides: php4
+Depends: libopenssl, zlib
+Description: PHP4 compiled as for CGI
diff --git a/openwrt/package/php4/ipkg/php4-cli.control b/openwrt/package/php4/ipkg/php4-cli.control
index 7e54a16..dc927b7 100644
--- a/openwrt/package/php4/ipkg/php4-cli.control
+++ b/openwrt/package/php4/ipkg/php4-cli.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: PHP4 CLI (Command Line Interface)
Provides: php4
+Depends: libopenssl, zlib
+Description: PHP4 CLI (Command Line Interface)
diff --git a/openwrt/package/php4/ipkg/php4-fastcgi.control b/openwrt/package/php4/ipkg/php4-fastcgi.control
index 1326f7b..61d383b 100644
--- a/openwrt/package/php4/ipkg/php4-fastcgi.control
+++ b/openwrt/package/php4/ipkg/php4-fastcgi.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi)
Provides: php4
+Depends: libopenssl, zlib
+Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi)
diff --git a/openwrt/package/php4/ipkg/php4-mod-ftp.control b/openwrt/package/php4/ipkg/php4-mod-ftp.control
index 9aaaeed..702b75e 100644
--- a/openwrt/package/php4/ipkg/php4-mod-ftp.control
+++ b/openwrt/package/php4/ipkg/php4-mod-ftp.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: FTP module for PHP4
Depends: php4
+Description: FTP module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-gd.control b/openwrt/package/php4/ipkg/php4-mod-gd.control
index 5e946c4..a3f203f 100644
--- a/openwrt/package/php4/ipkg/php4-mod-gd.control
+++ b/openwrt/package/php4/ipkg/php4-mod-gd.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: GD module for PHP4
Depends: php4, libgd, libpng
+Description: GD module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-ldap.control b/openwrt/package/php4/ipkg/php4-mod-ldap.control
index c8c52c4..1143eac7 100644
--- a/openwrt/package/php4/ipkg/php4-mod-ldap.control
+++ b/openwrt/package/php4/ipkg/php4-mod-ldap.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: LDAP module for PHP4
Depends: php4, libopenldap
+Description: LDAP module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-mysql.control b/openwrt/package/php4/ipkg/php4-mod-mysql.control
index ae0818a..48de296 100644
--- a/openwrt/package/php4/ipkg/php4-mod-mysql.control
+++ b/openwrt/package/php4/ipkg/php4-mod-mysql.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: MySQL module for PHP4
Depends: php4, libmysqlclient
+Description: MySQL module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-openssl.control b/openwrt/package/php4/ipkg/php4-mod-openssl.control
index 926c283..476bd2a 100644
--- a/openwrt/package/php4/ipkg/php4-mod-openssl.control
+++ b/openwrt/package/php4/ipkg/php4-mod-openssl.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: OpenSSL module for PHP4
Depends: php4, libopenssl
+Description: OpenSSL module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-pcre.control b/openwrt/package/php4/ipkg/php4-mod-pcre.control
index da0efe0..9ae420d 100644
--- a/openwrt/package/php4/ipkg/php4-mod-pcre.control
+++ b/openwrt/package/php4/ipkg/php4-mod-pcre.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: PCRE module for PHP4
Depends: php4, libpcre
+Description: PCRE module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-pgsql.control b/openwrt/package/php4/ipkg/php4-mod-pgsql.control
index bf813c7..39eb481 100644
--- a/openwrt/package/php4/ipkg/php4-mod-pgsql.control
+++ b/openwrt/package/php4/ipkg/php4-mod-pgsql.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: PostgreSQL module for PHP4
Depends: php4, libpq
+Description: PostgreSQL module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-session.control b/openwrt/package/php4/ipkg/php4-mod-session.control
index 84b38e1..dd116c6 100644
--- a/openwrt/package/php4/ipkg/php4-mod-session.control
+++ b/openwrt/package/php4/ipkg/php4-mod-session.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: Sessions module for PHP4
Depends: php4
+Description: Sessions module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-sockets.control b/openwrt/package/php4/ipkg/php4-mod-sockets.control
index d4be5db..154d0c1 100644
--- a/openwrt/package/php4/ipkg/php4-mod-sockets.control
+++ b/openwrt/package/php4/ipkg/php4-mod-sockets.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: Sockets module for PHP4
Depends: php4
+Description: Sockets module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-sqlite.control b/openwrt/package/php4/ipkg/php4-mod-sqlite.control
index 4a60d68..58d3c8b 100644
--- a/openwrt/package/php4/ipkg/php4-mod-sqlite.control
+++ b/openwrt/package/php4/ipkg/php4-mod-sqlite.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: SQLite module for PHP4
Depends: php4, libsqlite2
+Description: SQLite module for PHP4
diff --git a/openwrt/package/php4/ipkg/php4-mod-xml.control b/openwrt/package/php4/ipkg/php4-mod-xml.control
index 235dd7a..223cccf 100644
--- a/openwrt/package/php4/ipkg/php4-mod-xml.control
+++ b/openwrt/package/php4/ipkg/php4-mod-xml.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/
-Description: XML module for PHP4
Depends: php4, libexpat
+Description: XML module for PHP4