SPECS: adapter.awk - unify sourceforge URL-s

glen glen at pld-linux.org
Wed Dec 28 16:47:10 CET 2005


Author: glen                         Date: Wed Dec 28 15:47:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify sourceforge URL-s

---- Files affected:
SPECS:
   adapter.awk (1.257 -> 1.258) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.257 SPECS/adapter.awk:1.258
--- SPECS/adapter.awk:1.257	Tue Dec 27 07:58:32 2005
+++ SPECS/adapter.awk	Wed Dec 28 16:47:04 2005
@@ -1245,5 +1245,7 @@
 {
 	if ($1 ~ /^URL:/ || $1 ~ /^Obsoletes:/) {
 		sub("%{mod_name}", mod_name, $2);
+		# unify sourceforge url
+		sub("\.sf\.net/$", ".sourceforge.net/", $2);
 	}
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.257&r2=1.258&f=u



More information about the pld-cvs-commit mailing list