SPECS: pldnotify.awk - work also with https

arekm arekm at pld-linux.org
Mon Oct 27 09:58:22 CET 2008


Author: arekm                        Date: Mon Oct 27 08:58:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- work also with https

---- Files affected:
SPECS:
   pldnotify.awk (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/pldnotify.awk
diff -u SPECS/pldnotify.awk:1.63 SPECS/pldnotify.awk:1.64
--- SPECS/pldnotify.awk:1.63	Tue Sep 30 21:55:59 2008
+++ SPECS/pldnotify.awk	Mon Oct 27 09:58:17 2008
@@ -441,7 +441,7 @@
 /^[Nn]ame:/&&(NAME=="") { NAME=subst_defines($2,DEFS) ; DEFS["name"]=NAME }
 /^[Vv]ersion:/&&(VER=="") { VER=subst_defines($2,DEFS) ; DEFS["version"]=VER }
 /^[Rr]elease:/&&(REL=="") { REL=subst_defines($2,DEFS) ; DEFS["release"]=REL }
-/^[Ss]ource[0-9]*:/ { if (/(ftp|http):\/\//) SRC[FNR]=subst_defines($2,DEFS) }
+/^[Ss]ource[0-9]*:/ { if (/(ftp|http|https):\/\//) SRC[FNR]=subst_defines($2,DEFS) }
 /%define/ { DEFS[$2]=subst_defines($3,DEFS) }
 
 END {
================================================================

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



More information about the pld-cvs-commit mailing list