summaryrefslogtreecommitdiffstats
path: root/php-pear/php
diff options
context:
space:
mode:
authorIsmael Luceno2015-03-13 13:20:23 -0300
committerIsmael Luceno2015-03-13 20:53:50 -0300
commit5bb3a6c58293622b8e53a636afcc5e0081e1b7f5 (patch)
tree47cbcfaa9de71d2abd84a4f0d937b3df30befe9a /php-pear/php
parentff495a6b94584afc241bc2fdadedddfcd2022366 (diff)
php: Remove rc and alpha branches
Diffstat (limited to 'php-pear/php')
-rwxr-xr-xphp-pear/php/DETAILS12
-rw-r--r--php-pear/php/HISTORY1
-rwxr-xr-xphp-pear/php/PREPARE4
3 files changed, 2 insertions, 15 deletions
diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index b1faf4d110..aa593eeb0a 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -21,11 +21,6 @@ elif [[ $PHP5_BRANCH == previous ]]; then
# SOURCE3_URL="http://download.suhosin.org/$SOURCE3"
# SOURCE2_GPG="suhosin.gpg:$SOURCE3:UPSTREAM_KEY"
# fi
-elif [[ $PHP5_BRANCH == alpha ]]; then
- VERSION=5.5.0alpha5
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://downloads.php.net/dsp/$SOURCE
- SOURCE_HASH=sha512:647a60adc47392bfa35b73a26873f6ac68a555ba146201b47a7fae7e76c078d6bf41a93f5f7e60b38c005c81ec74979ef5625673695934ebb01069ea465a9b79
elif [[ $PHP5_BRANCH == legacy ]]; then
VERSION=5.2.17
SECURITY_PATCH=23
@@ -45,13 +40,6 @@ elif [[ $PHP5_BRANCH == legacy ]]; then
SOURCE4=php52-backports-20130717.patch
SOURCE4_URL=http://php52-backports.googlecode.com/files/$SOURCE4
SOURCE4_HASH=sha512:ec31a0a99c225e1f9f8df494e8661a879f5017f2b82c5180f225b5d71eb7cdbebfdc888a4c54b3c38ae44bff1fe263142f0cce0ed4787cc9bdd175c42f7f3eaa
-else
-# rc branch
- VERSION=5.3.17
- SECURITY_PATCH=19
- SOURCE_HASH=sha512:70f5dca6c5e19c38b0586cd2f3854459ca56cac929b6c0cf8fda606b21031576c08214e817411c1c76158b14d09c175b9ef6ff35e17536b9dc80bdfb7d9b8937
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.php.net/
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 98fbfc14d5..00df72b818 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,4 +1,5 @@
2015-03-13 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PREPARE: Remove rc and alpha branches
* PREPARE: Use prepare_select_branch
2015-02-20 Vlad Glagolev <stealth@sourcemage.org>
diff --git a/php-pear/php/PREPARE b/php-pear/php/PREPARE
index 7819ca00fc..9098800da0 100755
--- a/php-pear/php/PREPARE
+++ b/php-pear/php/PREPARE
@@ -3,9 +3,7 @@
prepare_select_branch \
stable \
previous \
- legacy \
- rc \
- alpha &&
+ legacy &&
if [[ $PHP5_BRANCH == legacy ]]; then
message "For more information on Suhosin patchset see: http://www.hardened-php.net/suhosin/" &&