[Frugalware-git] kdetesting2: drupal6-fckeditor-6.x_2.1-2-i686

2011-01-26 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=37ee84a720982368567351c546206d18300da7d0

commit 37ee84a720982368567351c546206d18300da7d0
Author: CSÉCSY László 
Date:   Sat Jan 15 09:31:29 2011 +0100

drupal6-fckeditor-6.x_2.1-2-i686

replaces drupal-fckeditor, preparing to remove drupal-5 stuff
bumping fckeditor version

diff --git a/source/network-extra/drupal6-fckeditor/FrugalBuild 
b/source/network-extra/drupal6-fckeditor/FrugalBuild
index 2a69cfd..32eaf92 100644
--- a/source/network-extra/drupal6-fckeditor/FrugalBuild
+++ b/source/network-extra/drupal6-fckeditor/FrugalBuild
@@ -4,12 +4,14 @@
_F_drupal_module=fckeditor
_F_drupal_ver=6.x
pkgver=6.x_2.1
-pkgrel=1
+pkgrel=2
pkgdesc="This module allows Drupal to replace textarea fields with the 
FCKeditor"
Finclude sourceforge drupal
-source=(${source[@]} 
http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.6.4.1.tar.gz)
+# Looks like any random SF mirror does not contain this file, so hardcoding 
ovh.
+source=(${source[@]} 
http://ovh.dl.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.tar.gz)
sha1sums=('853bd4fc3571ccb52d829113c6946fa15d70f2cd' \
-  '28b030e9ac6c4ae328737fc2f7af92f87dd6c22b')
+  'f489dc780bd52ee42966c82934ee2c16036a683c')
+replaces=('drupal-fckeditor')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kdetesting2: drupal6-fckeditor-6.x_2.1-2-i686

2011-01-26 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=dd7cdfa064b19ae37c05fe111ed9cf3fdfb04eeb

commit dd7cdfa064b19ae37c05fe111ed9cf3fdfb04eeb
Author: Miklos Vajna 
Date:   Thu Jan 20 14:40:16 2011 +0100

drupal6-fckeditor-6.x_2.1-2-i686

- hardcode mirror using _F_sourceforge_mirror to silence testsuite

diff --git a/source/network-extra/drupal6-fckeditor/FrugalBuild 
b/source/network-extra/drupal6-fckeditor/FrugalBuild
index 32eaf92..8344426 100644
--- a/source/network-extra/drupal6-fckeditor/FrugalBuild
+++ b/source/network-extra/drupal6-fckeditor/FrugalBuild
@@ -8,7 +8,8 @@ pkgrel=2
pkgdesc="This module allows Drupal to replace textarea fields with the 
FCKeditor"
Finclude sourceforge drupal
# Looks like any random SF mirror does not contain this file, so hardcoding ovh.
-source=(${source[@]} 
http://ovh.dl.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.tar.gz)
+_F_sourceforge_mirror="ovh.dl"
+source=(${source[@]} 
http://${_F_sourceforge_mirror}.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.tar.gz)
sha1sums=('853bd4fc3571ccb52d829113c6946fa15d70f2cd' \
'f489dc780bd52ee42966c82934ee2c16036a683c')
replaces=('drupal-fckeditor')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git