summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorThomas Orgis2015-05-25 23:16:48 +0200
committerThomas Orgis2015-05-27 07:30:02 +0200
commit7ec434b5c6fa5a85a6780f8c8e731043774cb6f2 (patch)
tree3996ab3521f03536c5313f23a773299c2881638c /chat-im
parentb5795c96dba7a2d073251cc8069f8cb52cc76040 (diff)
many spells: remove SOURCEFORGE_URL usage (sf.net does transparent load balancing)
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/amsn/DETAILS2
-rw-r--r--chat-im/amsn/HISTORY3
-rwxr-xr-xchat-im/ayttm/DETAILS2
-rw-r--r--chat-im/ayttm/HISTORY3
-rwxr-xr-xchat-im/carrier/DETAILS2
-rw-r--r--chat-im/carrier/HISTORY3
-rwxr-xr-xchat-im/emesene/DETAILS2
-rw-r--r--chat-im/emesene/HISTORY3
-rwxr-xr-xchat-im/funpidgin/DETAILS2
-rw-r--r--chat-im/funpidgin/HISTORY3
-rwxr-xr-xchat-im/gaim-assistant/DETAILS2
-rw-r--r--chat-im/gaim-assistant/HISTORY3
-rwxr-xr-xchat-im/gaim-blogger/DETAILS2
-rw-r--r--chat-im/gaim-blogger/HISTORY3
-rwxr-xr-xchat-im/gaim-encryption-1.x/DETAILS2
-rw-r--r--chat-im/gaim-encryption-1.x/HISTORY3
-rwxr-xr-xchat-im/gaim-guifications/DETAILS2
-rw-r--r--chat-im/gaim-guifications/HISTORY3
-rwxr-xr-xchat-im/gaim-xmms-remote/DETAILS2
-rw-r--r--chat-im/gaim-xmms-remote/HISTORY3
-rwxr-xr-xchat-im/gaim1.5/DETAILS2
-rw-r--r--chat-im/gaim1.5/HISTORY3
-rwxr-xr-xchat-im/gaimnosd/DETAILS2
-rw-r--r--chat-im/gaimnosd/HISTORY3
-rwxr-xr-xchat-im/gaimosd/DETAILS2
-rw-r--r--chat-im/gaimosd/HISTORY3
-rwxr-xr-xchat-im/gnomeicu/DETAILS2
-rw-r--r--chat-im/gnomeicu/HISTORY3
-rwxr-xr-xchat-im/gnugadu2/DETAILS2
-rw-r--r--chat-im/gnugadu2/HISTORY3
-rwxr-xr-xchat-im/ickle/DETAILS2
-rw-r--r--chat-im/ickle/HISTORY3
-rwxr-xr-xchat-im/licq-icqnd/DETAILS2
-rw-r--r--chat-im/licq-icqnd/HISTORY3
-rwxr-xr-xchat-im/licq/DETAILS2
-rw-r--r--chat-im/licq/HISTORY3
-rwxr-xr-xchat-im/pidgin-encryption/DETAILS2
-rw-r--r--chat-im/pidgin-encryption/HISTORY3
-rwxr-xr-xchat-im/pidgin-libnotify/DETAILS2
-rw-r--r--chat-im/pidgin-libnotify/HISTORY3
-rwxr-xr-xchat-im/pidgin/DETAILS2
-rw-r--r--chat-im/pidgin/HISTORY3
-rwxr-xr-xchat-im/pork/DETAILS2
-rw-r--r--chat-im/pork/HISTORY3
-rwxr-xr-xchat-im/psi/DETAILS6
-rw-r--r--chat-im/psi/HISTORY3
-rwxr-xr-xchat-im/twitux/DETAILS2
-rw-r--r--chat-im/twitux/HISTORY3
48 files changed, 98 insertions, 26 deletions
diff --git a/chat-im/amsn/DETAILS b/chat-im/amsn/DETAILS
index dfe2fc4586..357c80f9f5 100755
--- a/chat-im/amsn/DETAILS
+++ b/chat-im/amsn/DETAILS
@@ -12,7 +12,7 @@ else
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE=$SPELL-$VERSION-src.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
fi
WEB_SITE=http://amsn.sourceforge.net
ENTERED=20021220
diff --git a/chat-im/amsn/HISTORY b/chat-im/amsn/HISTORY
index 30cd2764cc..df7050a85b 100644
--- a/chat-im/amsn/HISTORY
+++ b/chat-im/amsn/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2014-07-03 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Use get_scm_version
diff --git a/chat-im/ayttm/DETAILS b/chat-im/ayttm/DETAILS
index f4339f0628..98f751b241 100755
--- a/chat-im/ayttm/DETAILS
+++ b/chat-im/ayttm/DETAILS
@@ -10,7 +10,7 @@ else
VERSION=0.6.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/ayttm/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/ayttm/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
fi
WEB_SITE=http://ayttm.sourceforge.net
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index 844448fdc7..c19c032a5c 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-10-04 Bor Kraljič <pyrobor@ver.si>
* DEPENDS: removed optional dependency on arts
diff --git a/chat-im/carrier/DETAILS b/chat-im/carrier/DETAILS
index 3c32ab6b6b..da11b88ca4 100755
--- a/chat-im/carrier/DETAILS
+++ b/chat-im/carrier/DETAILS
@@ -1,7 +1,7 @@
SPELL=carrier
VERSION=2.5.3
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/funpidgin/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/funpidgin/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://funpidgin.sourceforge.net/
diff --git a/chat-im/carrier/HISTORY b/chat-im/carrier/HISTORY
index 437a3bf546..ebe5cd9fb4 100644
--- a/chat-im/carrier/HISTORY
+++ b/chat-im/carrier/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2012-07-15 Sukneet Basuta <sukneet@sourcemage.org>
* DEPENDS: removed optional_depends howl
diff --git a/chat-im/emesene/DETAILS b/chat-im/emesene/DETAILS
index b5f3fd8911..65f5e30ae2 100755
--- a/chat-im/emesene/DETAILS
+++ b/chat-im/emesene/DETAILS
@@ -1,7 +1,7 @@
SPELL=emesene
VERSION=1.0.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_HASH=sha512:3665f6be3abae03631480562cf01054c355f9f626474fe92f85469e0879248bb27aebd1af4968f2bc9fc0875c748c395bc6c2df7d6b19d53346f3095a4a8151e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.emesene.org"
diff --git a/chat-im/emesene/HISTORY b/chat-im/emesene/HISTORY
index 2bb3ce6302..420681c92f 100644
--- a/chat-im/emesene/HISTORY
+++ b/chat-im/emesene/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2008-08-19 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/chat-im/funpidgin/DETAILS b/chat-im/funpidgin/DETAILS
index dd1e8e8500..2a920aa26e 100755
--- a/chat-im/funpidgin/DETAILS
+++ b/chat-im/funpidgin/DETAILS
@@ -1,7 +1,7 @@
SPELL=funpidgin
VERSION=2.5.0
# SOURCE=carrier-$VERSION.tar.bz2
-# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/carrier-$VERSION
WEB_SITE=http://funpidgin.sourceforge.net/
diff --git a/chat-im/funpidgin/HISTORY b/chat-im/funpidgin/HISTORY
index 5a15b5d6d3..7cb106982b 100644
--- a/chat-im/funpidgin/HISTORY
+++ b/chat-im/funpidgin/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2008-08-24 George Sherwood <gsherwood@sourcemage.org>
* ALL: Depreciated due to name change to carrier
diff --git a/chat-im/gaim-assistant/DETAILS b/chat-im/gaim-assistant/DETAILS
index 0080cf1bc1..5c3103c105 100755
--- a/chat-im/gaim-assistant/DETAILS
+++ b/chat-im/gaim-assistant/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.1.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_HASH=sha512:47eb0ac5f88aabab366de9c382a2586299d6c4a7eb26f2b227f78bd370cad7c1266cf4cb8ed1aa6355eca7a725532d39221c3c6175d3f1c340bf9b9b165a95c5
WEB_SITE=http://gaim-assistant.tulg.org/
ENTERED=20050623
diff --git a/chat-im/gaim-assistant/HISTORY b/chat-im/gaim-assistant/HISTORY
index f3421dbe3c..ad7415e6e8 100644
--- a/chat-im/gaim-assistant/HISTORY
+++ b/chat-im/gaim-assistant/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-11-11 George Sherwood <george@beernabeer.com>
* DEPENDS: depends gaim1.5
diff --git a/chat-im/gaim-blogger/DETAILS b/chat-im/gaim-blogger/DETAILS
index 1325866418..d1da86ffe3 100755
--- a/chat-im/gaim-blogger/DETAILS
+++ b/chat-im/gaim-blogger/DETAILS
@@ -1,7 +1,7 @@
SPELL=gaim-blogger
VERSION=${VERSION:=1.0.0}
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_HASH=sha512:eaad43ab3217b82b4f267fed76d4dfbe1da6bf93ea026ac7a2176de74a7b530d484fe4090399351368472590dc8b2b65ea9945e0587b5d4fdcbc9569c2fff5b9
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://gaim-blogger.sourceforge.net
diff --git a/chat-im/gaim-blogger/HISTORY b/chat-im/gaim-blogger/HISTORY
index e4457ad887..1438b14e31 100644
--- a/chat-im/gaim-blogger/HISTORY
+++ b/chat-im/gaim-blogger/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-11-11 George Sherwood <george@beernabeer.com>
* DEPENDS: depends gaim1.5
diff --git a/chat-im/gaim-encryption-1.x/DETAILS b/chat-im/gaim-encryption-1.x/DETAILS
index 54fe6c6f0a..cef3fbba1f 100755
--- a/chat-im/gaim-encryption-1.x/DETAILS
+++ b/chat-im/gaim-encryption-1.x/DETAILS
@@ -8,7 +8,7 @@ if [ "$CVS" == "y" ]; then
else
VERSION=2.39
SOURCE=gaim-encryption-$VERSION.tar.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gaim-encryption-$VERSION
diff --git a/chat-im/gaim-encryption-1.x/HISTORY b/chat-im/gaim-encryption-1.x/HISTORY
index 3dad6a93ee..5fdda032bb 100644
--- a/chat-im/gaim-encryption-1.x/HISTORY
+++ b/chat-im/gaim-encryption-1.x/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-11-11 George Sherwood <george@beernabeer.com>
* ALL: Created from gaim-encryption spell
diff --git a/chat-im/gaim-guifications/DETAILS b/chat-im/gaim-guifications/DETAILS
index 147758b885..9738de14ff 100755
--- a/chat-im/gaim-guifications/DETAILS
+++ b/chat-im/gaim-guifications/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.12
SOURCE=guifications-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
- SOURCE_URL[0]=$SOURCEFORGE_URL/guifications/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/guifications/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=A8AC8032.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/chat-im/gaim-guifications/HISTORY b/chat-im/gaim-guifications/HISTORY
index 0e16746a74..21e1cb0729 100644
--- a/chat-im/gaim-guifications/HISTORY
+++ b/chat-im/gaim-guifications/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-09-26 Bor Kraljič <pyrobor@ver.si>
* DETAILS: converted to upstream signature checking
* A8AC8032.gpg: added gpg keyring
diff --git a/chat-im/gaim-xmms-remote/DETAILS b/chat-im/gaim-xmms-remote/DETAILS
index cbe61d815a..cfbefb4370 100755
--- a/chat-im/gaim-xmms-remote/DETAILS
+++ b/chat-im/gaim-xmms-remote/DETAILS
@@ -1,7 +1,7 @@
SPELL=gaim-xmms-remote
VERSION=1.8
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/guifications/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/guifications/$SOURCE
SOURCE_HASH=sha512:ba4cc611df31585f48ccac4ba1cc82ce9c1961850ee78e7894d63fd51b40de4151a6bfc169173372f15ee700d9b570bf0df8892309e37ae103f98d7bb4a6347e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://guifications.sourceforge.net/
diff --git a/chat-im/gaim-xmms-remote/HISTORY b/chat-im/gaim-xmms-remote/HISTORY
index 4ef14dd155..56e4348dd8 100644
--- a/chat-im/gaim-xmms-remote/HISTORY
+++ b/chat-im/gaim-xmms-remote/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-11-24 George Sherwood <george@beernabeer.com>
* DEPENDS: depends gaim1.5
diff --git a/chat-im/gaim1.5/DETAILS b/chat-im/gaim1.5/DETAILS
index 1f1af9e067..c6b71b184b 100755
--- a/chat-im/gaim1.5/DETAILS
+++ b/chat-im/gaim1.5/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.5.0
SOURCE=gaim-$VERSION.tar.bz2
SOURCE2=${SOURCE}.asc
- SOURCE_URL[0]=$SOURCEFORGE_URL/gaim/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/gaim/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL}.asc
SOURCE2_IGNORE=signature
SOURCE_GPG="gaim.gpg:${SOURCE}.asc"
diff --git a/chat-im/gaim1.5/HISTORY b/chat-im/gaim1.5/HISTORY
index 25c5fd2089..9bfef7eccb 100644
--- a/chat-im/gaim1.5/HISTORY
+++ b/chat-im/gaim1.5/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2008-08-24 George Sherwood <gsherwood@sourcemage.org>
* CONFLICTS: conflicts carrier
diff --git a/chat-im/gaimnosd/DETAILS b/chat-im/gaimnosd/DETAILS
index a56c91234c..6119cabb82 100755
--- a/chat-im/gaimnosd/DETAILS
+++ b/chat-im/gaimnosd/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_HASH=sha512:1533ff00edf39a6aa7d00dc33774a5cdb449437b823f361f5ff0b42e0bad32c14ac679e9dcecc996bfcebb67371203c69cee2e86dbbfd4911de0a7fa385ecb74
WEB_SITE=http://gaimnosd.sourceforge.net/
ENTERED=20050323
diff --git a/chat-im/gaimnosd/HISTORY b/chat-im/gaimnosd/HISTORY
index b2399878aa..68e433ee72 100644
--- a/chat-im/gaimnosd/HISTORY
+++ b/chat-im/gaimnosd/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-11-11 George Sherwood <george@beernabeer.com>
* DEPENDS: depends gaim1.5
diff --git a/chat-im/gaimosd/DETAILS b/chat-im/gaimosd/DETAILS
index 0b03b40664..d7badc219c 100755
--- a/chat-im/gaimosd/DETAILS
+++ b/chat-im/gaimosd/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.0.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_HASH=sha512:b62c65776a09426c391d27d959a0ab2b3161c2f9c800fdd28fe138a699e17e70c2b10a9f3b7bc9c84c5e7253091343f233bd48f8f9b78e7a13f7a901133c09f5
WEB_SITE=http://gaimosd.sourceforge.net/
ENTERED=20050218
diff --git a/chat-im/gaimosd/HISTORY b/chat-im/gaimosd/HISTORY
index 133b27d19c..e5a6e737ec 100644
--- a/chat-im/gaimosd/HISTORY
+++ b/chat-im/gaimosd/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2007-12-06 Ethan "eekee" Grammatikidis <eekee57@fastmail.fm>
* DETAILS: long desc formatting cleaned up
diff --git a/chat-im/gnomeicu/DETAILS b/chat-im/gnomeicu/DETAILS
index 736025d4ad..77a9805f63 100755
--- a/chat-im/gnomeicu/DETAILS
+++ b/chat-im/gnomeicu/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.99.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://gnomeicu.sourceforge.net/index.php
ENTERED=20010922
diff --git a/chat-im/gnomeicu/HISTORY b/chat-im/gnomeicu/HISTORY
index 3e29f0dc8b..79b6cf3f9c 100644
--- a/chat-im/gnomeicu/HISTORY
+++ b/chat-im/gnomeicu/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2007-11-04 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to version 0.99.14
diff --git a/chat-im/gnugadu2/DETAILS b/chat-im/gnugadu2/DETAILS
index 9dee5d0e91..1c9af6eac6 100755
--- a/chat-im/gnugadu2/DETAILS
+++ b/chat-im/gnugadu2/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnugadu2
VERSION=2.3.0
SOURCE=gg2-$VERSION.tar.gz
- SOURCE_URL[1]=$SOURCEFORGE_URL/ggadu/$SOURCE
+ SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/ggadu/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/gg2-${VERSION}
WEB_SITE=http://www.gnugadu.org/
diff --git a/chat-im/gnugadu2/HISTORY b/chat-im/gnugadu2/HISTORY
index b5a5058fa6..ad4745a69b 100644
--- a/chat-im/gnugadu2/HISTORY
+++ b/chat-im/gnugadu2/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-10-12 Bor Kraljič <pyrobor@ver.si>
* DEPENDS: removed optional dependency to arts
diff --git a/chat-im/ickle/DETAILS b/chat-im/ickle/DETAILS
index b3177bb20b..e5389c845d 100755
--- a/chat-im/ickle/DETAILS
+++ b/chat-im/ickle/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.3.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/ickle/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/ickle/$SOURCE
WEB_SITE=http://ickle.sourceforge.net/
BUILD_API=2
ENTERED=20011126
diff --git a/chat-im/ickle/HISTORY b/chat-im/ickle/HISTORY
index d2af3ea003..aebb870d23 100644
--- a/chat-im/ickle/HISTORY
+++ b/chat-im/ickle/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/chat-im/licq-icqnd/DETAILS b/chat-im/licq-icqnd/DETAILS
index b47a9d855d..08e233bf2d 100755
--- a/chat-im/licq-icqnd/DETAILS
+++ b/chat-im/licq-icqnd/DETAILS
@@ -2,7 +2,7 @@
SOURCE_NAME=icqnd
VERSION=0.2BETA
SOURCE=$SOURCE_NAME-$VERSION.tar.bz2
- SOURCE_URL[0]=${SOURCEFORGE_URL}/$SOURCE_NAME/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SOURCE_NAME/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$VERSION
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
WEB_SITE=http://icqnd.sourceforge.net/
diff --git a/chat-im/licq-icqnd/HISTORY b/chat-im/licq-icqnd/HISTORY
index 031b71f127..f405643ad9 100644
--- a/chat-im/licq-icqnd/HISTORY
+++ b/chat-im/licq-icqnd/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-10-14 Bor Kraljič <pyrobor@ver.si>
* DETAILS: fixed long description wrap (scripted)
diff --git a/chat-im/licq/DETAILS b/chat-im/licq/DETAILS
index 5d9f724f65..8409fded8c 100755
--- a/chat-im/licq/DETAILS
+++ b/chat-im/licq/DETAILS
@@ -11,7 +11,7 @@ else
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SPELL/$VERSION/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$VERSION/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
SOURCE_GPG=322EC89E.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index a45bd9ec28..edd6335cb5 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,4 +1,7 @@
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
diff --git a/chat-im/pidgin-encryption/DETAILS b/chat-im/pidgin-encryption/DETAILS
index 33d655018e..e83248400a 100755
--- a/chat-im/pidgin-encryption/DETAILS
+++ b/chat-im/pidgin-encryption/DETAILS
@@ -9,7 +9,7 @@ if [ "$PE_CVS" == "y" ]; then
else
VERSION=3.1
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/pidgin-encrypt/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pidgin-encrypt/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/chat-im/pidgin-encryption/HISTORY b/chat-im/pidgin-encryption/HISTORY
index 8b914ce3a4..62c84f94e5 100644
--- a/chat-im/pidgin-encryption/HISTORY
+++ b/chat-im/pidgin-encryption/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-09-13 Bor Kraljič <pyrobor@ver.si>
* DETAILS: updated spell to 3.1
fixed SOURCE_URL for svn version (fixes #218)
diff --git a/chat-im/pidgin-libnotify/DETAILS b/chat-im/pidgin-libnotify/DETAILS
index d155a01bec..e885d26668 100755
--- a/chat-im/pidgin-libnotify/DETAILS
+++ b/chat-im/pidgin-libnotify/DETAILS
@@ -1,7 +1,7 @@
SPELL=pidgin-libnotify
VERSION=0.14
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=$SOURCEFORGE_URL/project/gaim-libnotify/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/gaim-libnotify/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
SOURCE_HASH=sha512:2ff6b2bad74cb2fd9a3de94c06a2261fa07938bc1971baa578b9a9ae120175943592bf773ec5f00857c5ea35771a7fd1943299521626ce49f410cfd70ea2b399
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gaim-libnotify.sourceforge.net/"
diff --git a/chat-im/pidgin-libnotify/HISTORY b/chat-im/pidgin-libnotify/HISTORY
index ec589f52db..8d617406e3 100644
--- a/chat-im/pidgin-libnotify/HISTORY
+++ b/chat-im/pidgin-libnotify/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2015-02-18 Pavel Vinogradov <public@sourcemage.org>
* PRE_BUILD: added to fix building with current libnotify
diff --git a/chat-im/pidgin/DETAILS b/chat-im/pidgin/DETAILS
index 55720e9f14..a6f7cb803f 100755
--- a/chat-im/pidgin/DETAILS
+++ b/chat-im/pidgin/DETAILS
@@ -3,7 +3,7 @@
SECURITY_PATCH=17
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=pidgin.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index e7160c62b1..af7fa5f87b 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2015-01-31 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: updated spell to 2.10.11, SECURITY_PATCH++, (CVE-2014-3694),
changed WEB_SITE
diff --git a/chat-im/pork/DETAILS b/chat-im/pork/DETAILS
index 1a4c904712..3240075969 100755
--- a/chat-im/pork/DETAILS
+++ b/chat-im/pork/DETAILS
@@ -1,7 +1,7 @@
SPELL=pork
VERSION=0.99.8.1
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[1]=$SOURCEFORGE_URL/ojnk/$SOURCE
+ SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/ojnk/$SOURCE
SOURCE_HASH=sha512:20efae37c847e4f4552280832c252341f3d541a08f94df21b780d130bb9dc61cf3464f99e119c01a540572a96340d84ed04e81458c0908357693b6af50d6e77f
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=ojnk.sourceforce.net
diff --git a/chat-im/pork/HISTORY b/chat-im/pork/HISTORY
index d898279405..2207a6d293 100644
--- a/chat-im/pork/HISTORY
+++ b/chat-im/pork/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/chat-im/psi/DETAILS b/chat-im/psi/DETAILS
index 1905478a18..4faa4ffa7c 100755
--- a/chat-im/psi/DETAILS
+++ b/chat-im/psi/DETAILS
@@ -4,16 +4,16 @@ if [ "$DEVEL" == "y" ]; then
SOURCE_HASH=sha512:17e972adc8dfc541977e3717c21eb694f4e1268e4719e97432f260682867290d7034b98a345b6efd73026f98a425493e9159fef9c0e0af4c83b02e07d29a704a
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
VERSION=0.15
SOURCE_HASH=sha512:17e972adc8dfc541977e3717c21eb694f4e1268e4719e97432f260682867290d7034b98a345b6efd73026f98a425493e9159fef9c0e0af4c83b02e07d29a704a
SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
fi
WEB_SITE=http://psi-im.org/
LICENSE=GPL
diff --git a/chat-im/psi/HISTORY b/chat-im/psi/HISTORY
index fcfa6a0d91..25e8832ae6 100644
--- a/chat-im/psi/HISTORY
+++ b/chat-im/psi/HISTORY
@@ -1,4 +1,7 @@
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
diff --git a/chat-im/twitux/DETAILS b/chat-im/twitux/DETAILS
index e1cadb8d79..99e1983ebd 100755
--- a/chat-im/twitux/DETAILS
+++ b/chat-im/twitux/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.69
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://live.gnome.org/DanielMorales/Twitux
ENTERED=20090417
diff --git a/chat-im/twitux/HISTORY b/chat-im/twitux/HISTORY
index f79b98f39e..b3b0914fd2 100644
--- a/chat-im/twitux/HISTORY
+++ b/chat-im/twitux/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2009-04-18 George Sherwood <gsherwood@sourcemage.org>
* DEPENDS: depends libcanberra