diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-14 19:37:00 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-14 19:37:00 +0000 |
commit | b808a78ab730395b8445874a712139186f9c72bf (patch) | |
tree | a1b4b4b4a780310e9a1ac5a02fcb313c738a9553 /www-servers/lighttpd | |
parent | Marked ~amd64 (diff) | |
download | historical-b808a78ab730395b8445874a712139186f9c72bf.tar.gz historical-b808a78ab730395b8445874a712139186f9c72bf.tar.bz2 historical-b808a78ab730395b8445874a712139186f9c72bf.zip |
Update php depend for bug 102863.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/Manifest | 10 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.3.ebuild | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index ec8a91d1c419..941a802c362a 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.42 2005/09/01 15:57:05 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.43 2005/09/14 19:37:00 ka0ttic Exp $ + + 14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.3.ebuild: + Update php depend for bug 102863. 01 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> files/lighttpd.initd: Add '--signal 2' to start-stop-daemon options in init script to take diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest index bd313ea056af..4600412651ac 100644 --- a/www-servers/lighttpd/Manifest +++ b/www-servers/lighttpd/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 985a1be04c9ff391c586394809a53d64 lighttpd-1.4.3.ebuild 5092 +MD5 1cf4129a74e4b2873b99df9362f7e155 lighttpd-1.4.3.ebuild 5135 MD5 5aaaf3e31839a20fb69fc5526e69d849 lighttpd-1.3.16.ebuild 2547 MD5 49ded22216ffc6092d1a1e04a6e420c1 lighttpd-1.3.13-r3.ebuild 2607 -MD5 8bc4dae9374772394ef5c61568a89a5c ChangeLog 13275 +MD5 81ad8c15538f07551bae53151add04a7 ChangeLog 13384 MD5 6a9d4814404d8d51327e5b8306ee3d7e metadata.xml 726 MD5 1d925aed297ec4541fb230dd19e11bc1 files/spawn-fcgi.confd 1076 MD5 f984dc26b2bc491272d302ab453f6e6b files/lighttpd-1.3.13-ldap-binddn.diff 3863 @@ -28,7 +28,7 @@ MD5 fef397e7bcf1b741dea211a555e1803c files/conf/mime-types.conf 3291 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDFyUEEZCkKN40op4RAqBWAJ9Ha5C5rQJ/VzvsDAkhDp8oSvo0VgCbBcL4 -SKrlTL/wG1zHRW8oDdP0yr4= -=10di +iD8DBQFDKHv7EZCkKN40op4RAv3dAJ9iNonln+VB48UleH9nQdL496QizgCfYu7q +o/RT/dDBqso2vQPBzPT2DoM= +=AhDL -----END PGP SIGNATURE----- diff --git a/www-servers/lighttpd/lighttpd-1.4.3.ebuild b/www-servers/lighttpd/lighttpd-1.4.3.ebuild index 08155991faaa..87d13e909e5d 100644 --- a/www-servers/lighttpd/lighttpd-1.4.3.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.1 2005/09/01 14:22:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.2 2005/09/14 19:37:00 ka0ttic Exp $ -inherit eutils +inherit eutils depend.php DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" @@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/zlib-1.1 mysql? ( >=dev-db/mysql-4.0.0 ) pcre? ( >=dev-libs/libpcre-3.1 ) php? ( - >=dev-php/php-cgi-4.3.0 + virtual/httpd-php !net-www/spawn-fcgi ) rrdtool? ( net-analyzer/rrdtool ) @@ -87,6 +87,8 @@ pkg_setup() { ewarn "and mod_ssi." ebeep 5 fi + + use php && require_php_with_use cgi } src_unpack() { |