summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-06-02 20:13:19 +0200
committerJaka Kranjc2007-06-02 20:13:53 +0200
commitb7f2496881e1f2e8369f05e09c1a7570ca10e00f (patch)
tree1468c3c903a8180c3dbd149fb9887a3ca974c665
parentfae5c9b2ef5da5e661534520c44f67b5714f29a3 (diff)
phpdocumentor: cleanup and update to fix #10201
-rwxr-xr-xphp-pear/phpdocumentor/DETAILS10
-rw-r--r--php-pear/phpdocumentor/HISTORY3
-rwxr-xr-xphp-pear/phpdocumentor/INSTALL12
3 files changed, 9 insertions, 16 deletions
diff --git a/php-pear/phpdocumentor/DETAILS b/php-pear/phpdocumentor/DETAILS
index 5b0bfe9cdb..f99566e340 100755
--- a/php-pear/phpdocumentor/DETAILS
+++ b/php-pear/phpdocumentor/DETAILS
@@ -1,16 +1,16 @@
SPELL=phpdocumentor
if spell_installed php4
then
- VERSION=1.2.3
+ VERSION=1.2.3
SOURCE_HASH=sha512:1ce81bcddffa9e245f6e6e397b659ab23fa86ea392f01838add1e163179913fc35d98a40fddb4b2a8275fb776c6dc4437dab5ffe4705b6edddbcfc479bb23263
else
- VERSION=1.3.0rc3
- SOURCE_HASH=sha512:0c1f461908e73b1611334e445ff94f13f5ee3fd1d63e842188460d6f6104ff8f77e927be4e15a4a90096ac71af7dcc7b1a67645c45dd98e82f017cee195a5ae3
+ VERSION=1.3.2
+ SOURCE_HASH=sha512:e11e4491406afdc38d164bed85d3474b813d5c78768231f993d6936cb945ecc930200fa83a0d631b97366723fb08eea6ecee1e03aebfcda59174b75deba4e0b7
fi
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=PhpDocumentor-$VERSION.tgz
SOURCE_URL=$SOURCEFORGE_URL/phpdocu/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- ENTERED=20050401
+ ENTERED=20050401
WEB_SITE=http://www.phpdoc.org/
LICENSE[0]=GPL
KEYWORDS="php"
diff --git a/php-pear/phpdocumentor/HISTORY b/php-pear/phpdocumentor/HISTORY
index 9d5402050b..eb1b483fc7 100644
--- a/php-pear/phpdocumentor/HISTORY
+++ b/php-pear/phpdocumentor/HISTORY
@@ -1,4 +1,7 @@
2007-06-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: Fixed SOURCE, spacing
+ updated main to 1.3.2
+ * INSTALL: use PEAR_INSTALL instead of the mess that created #10201
* DEPENDS: added optional pear-xml_beautifier
2007-04-09 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
diff --git a/php-pear/phpdocumentor/INSTALL b/php-pear/phpdocumentor/INSTALL
index 032a7e977f..c685a8be78 100755
--- a/php-pear/phpdocumentor/INSTALL
+++ b/php-pear/phpdocumentor/INSTALL
@@ -1,11 +1 @@
-if [ -e ${INSTALL_ROOT}/etc/httpd/httpd.conf ]; then
- SPELL_ROOT=`grep '^DocumentRoot' ${INSTALL_ROOT}/etc/httpd/httpd.conf | cut -d\" -f2`
-elif [ -e ${INSTALL_ROOT}/etc/httpsd/httpd.conf ]; then
- SPELL_ROOT=`grep '^DocumentRoot' ${INSTALL_ROOT}/etc/httpsd/httpd.conf | cut -d\" -f2`
-fi &&
-
-if [ "${SPELL_ROOT}" == "" ]; then
- SPELL_ROOT=/usr/share
-fi &&
-
-echo "${SPELL} was installed in ${INSTALL_ROOT}${SPELL_ROOT}/${SPELL}"
+. $SECTION_DIRECTORY/PEAR_INSTALL