Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=630b76c72dbd2777d629996ad8fe62de0d6689de

commit 630b76c72dbd2777d629996ad8fe62de0d6689de
Author: Pingax <pin...@frugalware.fr>
Date:   Tue Jan 18 15:14:16 2011 +0100

phpbb-3.0.8-1-i686
* Version bump

diff --git a/source/network-extra/phpbb/FrugalBuild 
b/source/network-extra/phpbb/FrugalBuild
index e7c3e88..a2a62a0 100644
--- a/source/network-extra/phpbb/FrugalBuild
+++ b/source/network-extra/phpbb/FrugalBuild
@@ -2,25 +2,21 @@
# Maintainer: AlexExtreme <a...@alex-smith.me.uk>

pkgname=phpbb
-pkgver=3.0.7_PL1
+_F_archive_name=phpBB
+pkgver=3.0.8
pkgrel=1
pkgdesc="A fully-featured online forum solution for your website"
-_F_sourceforge_dirname="$pkgname"
-_F_sourceforge_name="phpBB"
-_F_sourceforge_ext=".zip"
-Finclude sourceforge
url="http://www.phpbb.com";
rodepends=('apache' 'php' 'mysql' 'webappconfig')
-depends=()
makdepends=('unzip')
groups=('network-extra')
archs=('i686' 'x86_64')
replaces=('phpbb-php5mod')
backup=(var/www/phpBB3/config.php)
up2date="Flasttar $url/downloads/olympus.php"
-source=($source phpbbsetup README.Frugalware)
-sha1sums=('c6803fbe1e8e5284076316907038889b5a222b02' \
-          '6862e0f12cb221078507887656e415cc80e8d964' \
+source=("$url/files/release/$_F_archive_name-$pkgver.tar.bz2" $source 
phpbbsetup README.Frugalware)
+sha1sums=('856b34123378ec7207baf12b9563ec772764a8af' \
+          '580608066ea98c79ddc83fc10db33a51e5061be3' \
'116bc9724acbf9a3d9448c333af4fb1be3e6e840')

build()
diff --git a/source/network-extra/phpbb/phpbbsetup 
b/source/network-extra/phpbb/phpbbsetup
index fb4c525..85d1566 100644
--- a/source/network-extra/phpbb/phpbbsetup
+++ b/source/network-extra/phpbb/phpbbsetup
@@ -8,7 +8,7 @@
message "phpBBSetup"
message "Copyright (C) 2005 Alex Smith"
echo
-message "Configuring phpBB 2.0.x..."
+message "Configuring phpBB 3.0.x..."
message "Performing sanity checks..."
sanitycheck "MySQL" "mysql"
sanitycheck "PHP" "php"
@@ -21,11 +21,11 @@ if [ "${createdb}" == "y" ]; then
mysql_create_db phpbb || exit 1
fi

-symlink_to_docroot /var/www/phpBB2
+symlink_to_docroot /var/www/phpBB3
message "Configured phpBB successfully!"
echo
message "Now you should point your web browser to"
-message " http://<my host or IP>/phpBB2/install/install.php"
+message " http://<my host or IP>/phpBB3/install/install.php"
message "You should enter 'root' as your MySQL user, your"
message "MySQL root pass as the MySQL password, 'localhost'"
message "as the DB hostname, and 'phpbb' as the database (if"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to