From 7645c6096577abed5d2d8f2337a053ce2d601cc1 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 17 Apr 2012 02:27:41 +1000 Subject: package sdl_net: fix update macro --- src/sdl_net.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sdl_net.mk b/src/sdl_net.mk index d4b5c42..9eaa7e7 100644 --- a/src/sdl_net.mk +++ b/src/sdl_net.mk @@ -10,9 +10,8 @@ $(PKG)_URL := http://www.libsdl.org/projects/SDL_net/release/$($(PKG)_FILE) $(PKG)_DEPS := gcc sdl define $(PKG)_UPDATE - wget -q -O- 'http://www.libsdl.org/cgi/viewvc.cgi/tags/SDL_net/?sortby=date' | \ - grep ']*\)\.tar.*,\1,p' | \ head -1 endef -- cgit v0.12 From 8eb7e9654fb5318507becbc97a155ea24eebc7c4 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 20 Apr 2012 16:04:51 +0200 Subject: Link to more information about gh-pages in the docs --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c83974e..09bc337 100644 --- a/index.html +++ b/index.html @@ -480,7 +480,8 @@ USE_OSGPLUGIN(<plugin2>)

The following .git/config settings ensure that the stable branch will always be pushed to the - gh-pages branch in addition to the + gh-pages + branch in addition to the stable branch, thus ensuring the website will always stay in sync:

-- cgit v0.12