[packages/adapter: 373/631] - unify ftp.gnome.org source URLs (to http://ftp.gnome.org/pub/GNOME/...)

glen glen at pld-linux.org
Mon Sep 12 20:05:43 CEST 2016


commit fccce8b5b3b1ad7192b5707e52c8df28a2169e91
Author: Jakub Bogusz <qboosh at pld-linux.org>
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 <feedback at pld-linux.org>
+# Copyright (C) 1999-2007 PLD-Team <feedback at pld-linux.org>
 # Authors:
 # 	Michał Kuratczyk <kura at pld.org.pl>
 # 	Sebastian Zagrodzki <s.zagrodzki at mimuw.edu.pl>
 # 	Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
 # 	Artur Frysiak <wiget at pld-linux.org>
 # 	Michal Kochanowicz <mkochano at pld.org.pl>
+#	Jakub Bogusz <qboosh at pld-linux.org>
 # 	Elan Ruusamäe <glen at pld-linux.org>
 #
 # 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



More information about the pld-cvs-commit mailing list