commit fccce8b5b3b1ad7192b5707e52c8df28a2169e91
Author: Jakub Bogusz <[email protected]>
Date: Fri Aug 3 17:45:13 2007 +0000
- unify ftp.gnome.org source URLs (to http://ftp.gnome.org/pub/GNOME/...)
Changed files:
adapter.awk -> 1.359
adapter.awk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index e5a6537..8c6c428 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -3,13 +3,14 @@
# This is adapter v0.28. Adapter adapts .spec files for PLD Linux.
# $Id$
#
-# Copyright (C) 1999-2006 PLD-Team <[email protected]>
+# Copyright (C) 1999-2007 PLD-Team <[email protected]>
# Authors:
# Michał Kuratczyk <[email protected]>
# Sebastian Zagrodzki <[email protected]>
# Tomasz Kłoczko <[email protected]>
# Artur Frysiak <[email protected]>
# Michal Kochanowicz <[email protected]>
+# Jakub Bogusz <[email protected]>
# Elan Ruusamäe <[email protected]>
#
# See cvs log adapter{,.awk} for list of contributors
@@ -921,6 +922,9 @@ preamble == 1 {
sub("^http://.*\.dl\.sourceforge\.net/",
"http://dl.sourceforge.net/", $2)
sub("^http://dl\.sourceforge\.net/sourceforge/",
"http://dl.sourceforge.net/", $2)
sub("^http://dl\.sf\.net/", "http://dl.sourceforge.net/", $2)
+
+ sub("^ftp://ftp\.gnome\.org/", "http://ftp.gnome.org/", $2)
+ sub("^http://ftp\.gnome\.org/pub/gnome/",
"http://ftp.gnome.org/pub/GNOME/", $2)
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit