summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-12-17 12:51:05 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-14 21:17:17 +0000
commitbef181454775bb3fb65693f59d897e1bd828d5f0 (patch)
tree75cc638de32a8138bc534dbc0e6e944cc0d203b7
parent7b75569dc9f999b2c034b948107bfd19dffab810 (diff)
Update sourceforge git URL
-rwxr-xr-xxorg.modules10
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg.modules b/xorg.modules
index 0e25e01..fbe1873 100755
--- a/xorg.modules
+++ b/xorg.modules
@@ -8,8 +8,8 @@
<repository type="git" name="jturney" href="git://people.freedesktop.org/~jturney/"/>
<repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
- <repository type="git" name="glean.git.sourceforge.net" href="git://glean.git.sourceforge.net/gitroot/glean/"/>
- <repository type="git" name="GLEW" href="git://glew.git.sourceforge.net/gitroot/glew/"/>
+ <repository type="git" name="sourceforge" href="git://git.code.sf.net/p/"/>
+ <repository type="git" name="cairo" href="git://anongit.freedesktop.org/git/cairo"/>
<testmodule id="startup-test" type="script">
<branch repo="jturney" module="tests/startup-test" checkoutdir="tests/startup"/>
@@ -27,15 +27,15 @@
</testmodule>
<autotools id="glean" supports-non-srcdir-builds="no" skip-autogen="true">
- <branch repo="glean.git.sourceforge.net" module="glean" checkoutdir="glean"/>
- <dependencies>
+ <branch repo="sourceforge" module="glean/code" checkoutdir="glean"/>
+ <dependencies>
<dep package="libGL"/>
<dep package="mesa-glut"/>
</dependencies>
</autotools>
<autotools id="GLEW" skip-autogen="true" supports-non-srcdir-builds="no" check-target="false" makeargs="LDFLAGS.EXTRA=-L$GLEW_DEST/lib" makeinstallargs="install GLEW_DEST=/jhbuild/install/_jhbuild/root-GLEW/jhbuild/install/">
- <branch repo="GLEW" module="glew"/>
+ <branch repo="sourceforge" module="glew/code" checkoutdir="glew"/>
</autotools>
<autotools id="libGL-indirect-only" supports-non-srcdir-builds="no" check-target="false" skip-autogen="never">