# HG changeset patch # User Volker Grabsch # Date 1259754816 -3600 # Node ID 57265b8d92af14c2546fa88f40bf11ed362f56cd # Parent 185e73877b0883b00d36d5c9d2002380748dcc6b adjust the $(SOURCEFORGE_FILES) macro to the new layout of the SourceForge download sites (needed by "make update") diff -r 185e73877b08 -r 57265b8d92af Makefile --- a/Makefile Wed Dec 02 12:40:36 2009 +0100 +++ b/Makefile Wed Dec 02 12:53:36 2009 +0100 @@ -91,8 +91,7 @@ SOURCEFORGE_FILES = \ wget -q -O- '$(1)' | \ grep 'title="/' | \ - $(SED) -n 's,.*title="\(/[^:]*\).*released on \([^ "]* [^ "]* [^ "]*\)",\2 \1,p' | \ - while read d1 d2 d3 url; do echo "`date -d "$$d1 $$d2 $$d3" +%Y-%m-%d`" "$$url"; done | \ + $(SED) -n 's,.*title="\(/[^:]*\).*released on \([0-9-]*\)",\2 \1,p' | \ sort | \ $(SED) 's,^[^ ]* ,,'