diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-28 20:46:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-28 20:46:41 +0800 |
commit | a62395fcf25a3ffa6857a166312a096896f66483 (patch) | |
tree | 83d445bca5254ae981961707f1c10c801bbd905a /graphics | |
parent | 4c9605956e8b02235aed7cb17d00d515b6a1a65f (diff) | |
download | freebsd-ports-gnome-a62395fcf25a3ffa6857a166312a096896f66483.tar.gz freebsd-ports-gnome-a62395fcf25a3ffa6857a166312a096896f66483.tar.zst freebsd-ports-gnome-a62395fcf25a3ffa6857a166312a096896f66483.zip |
Update MASTER_SITES.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-box2d/Makefile | 2 | ||||
-rw-r--r-- | graphics/clutter/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile index 473df1fa8f84..a852f26ed151 100644 --- a/graphics/clutter-box2d/Makefile +++ b/graphics/clutter-box2d/Makefile @@ -9,7 +9,7 @@ PORTNAME= clutter-box2d PORTVERSION= 0.10.0 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/0.10/ +MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/0.10/ MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter Box2D integration library diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 91df243f53c2..24777e77e333 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -10,7 +10,7 @@ PORTNAME= clutter PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= GNOME \ - http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL based interactive canvas library |