SPECS: pldnotify.awk - mysql 5.1 support

arekm arekm at pld-linux.org
Mon Sep 1 12:19:03 CEST 2008


Author: arekm                        Date: Mon Sep  1 10:19:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- mysql 5.1 support

---- Files affected:
SPECS:
   pldnotify.awk (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/pldnotify.awk
diff -u SPECS/pldnotify.awk:1.61 SPECS/pldnotify.awk:1.62
--- SPECS/pldnotify.awk:1.61	Sat Aug 30 19:47:50 2008
+++ SPECS/pldnotify.awk	Mon Sep  1 12:18:57 2008
@@ -175,6 +175,12 @@
 		if (DEBUG) print "pecl.php.net url, mungled url to: " url
 	}
 
+	if (url ~ /^(http|ftp):\/\/mysql.*\/Downloads\/MySQL-5.1\//) {
+		url = "http://dev.mysql.com/downloads/mysql/5.1.html#source"
+		 if (DEBUG) print "mysql 5.1 url, mungled url to: " url
+	}
+
+
 	if (DEBUG) print "Retrieving: " url
 	errno=system("wget -O - \"" url "\" -t 3 -T 300 --passive-ftp > " tmpfile " 2>/dev/null" )
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pldnotify.awk?r1=1.61&r2=1.62&f=u



More information about the pld-cvs-commit mailing list