diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-08-12 08:21:55 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-08-12 08:21:55 +0000 |
commit | 39a6a087a0951b0c8c33ab424581100033fb9f79 (patch) | |
tree | f386916f3bc24863c83d4888ba3582f744e52d14 /dev-php/jpgraph | |
parent | Fixes for feedback on bug #23866 (diff) | |
download | historical-39a6a087a0951b0c8c33ab424581100033fb9f79.tar.gz historical-39a6a087a0951b0c8c33ab424581100033fb9f79.tar.bz2 historical-39a6a087a0951b0c8c33ab424581100033fb9f79.zip |
Fixes for feedback on bug #23866
Diffstat (limited to 'dev-php/jpgraph')
-rw-r--r-- | dev-php/jpgraph/Manifest | 4 | ||||
-rw-r--r-- | dev-php/jpgraph/jpgraph-1.12.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-php/jpgraph/Manifest b/dev-php/jpgraph/Manifest index 1d326f76e803..750503d9ca66 100644 --- a/dev-php/jpgraph/Manifest +++ b/dev-php/jpgraph/Manifest @@ -1,3 +1,3 @@ -MD5 dcfb915df0eb3c89143f6cc4e24a6563 jpgraph-1.12.2.ebuild 2168 -MD5 f3e1aaed1c4a3849ac6ec88b7fb5bb0c ChangeLog 678 +MD5 897f49ce2f07a48b2443d9b1f11b4e0f jpgraph-1.12.2.ebuild 2168 +MD5 ea83071209d2db721ba1f8d8802d4a36 ChangeLog 709 MD5 4f6fb9ae9a7dd1daf9b37c4b458bf0d3 files/digest-jpgraph-1.12.2 67 diff --git a/dev-php/jpgraph/jpgraph-1.12.2.ebuild b/dev-php/jpgraph/jpgraph-1.12.2.ebuild index 118a14fa370b..d65a2be8ed41 100644 --- a/dev-php/jpgraph/jpgraph-1.12.2.ebuild +++ b/dev-php/jpgraph/jpgraph-1.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Released under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-1.12.2.ebuild,v 1.4 2003/08/07 02:31:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-1.12.2.ebuild,v 1.5 2003/08/12 08:21:45 stuart Exp $ inherit php-lib @@ -40,7 +40,7 @@ src_install() { # patch 1: # make jpgraph use the correct group for file permissions - sed -i "s|^DEFINE(\"CACHE_FILE_GROUP\",\"wwwadmin\");|DEFINE(\"CACHE_FILE_GROUP\", \"${HTTPD_GROUP}\";|" src/jpgraph.php + sed -i "s|^DEFINE(\"CACHE_FILE_GROUP\",\"wwwadmin\");|DEFINE(\"CACHE_FILE_GROUP\", \"${HTTPD_GROUP}\");|" src/jpgraph.php # patch 2: # make jpgraph use the correct directory for caching @@ -56,7 +56,7 @@ src_install() { # don't read the READ_CACHE if we're not creating any images in the # cache in the first place (doh) - sed -i 's|DEFINE("READ_CACHE",true);|DEFINE("READ_CACHE", $USE_CACHE);|' src/jpgraph.php + sed -i 's|DEFINE("READ_CACHE",true);|DEFINE("READ_CACHE", USE_CACHE);|' src/jpgraph.php # install php files einfo "Building list of files to install" |