diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 03:30:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 03:30:11 +0800 |
commit | f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94 (patch) | |
tree | a326334d35c67d19d5ef735953870fa82ab805bd | |
parent | d87b0e0cd23a0bd065a5921e48605c71f5e38497 (diff) | |
download | marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar.gz marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar.bz2 marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar.lz marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar.xz marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.tar.zst marcuscom-ports-f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94.zip |
Fix Mastersites
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15314 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/clutter-gtk3/Makefile | 2 | ||||
-rw-r--r-- | graphics/clutter/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 56099af08..c92168da4 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -8,7 +8,7 @@ PORTNAME= clutter-gtk PORTVERSION= 0.91.8 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index c6be220ab..1285c4ecb 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -3,14 +3,14 @@ # Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/clutter/Makefile,v 1.41 2011/02/14 16:31:54 kwm Exp $ +# $MCom: ports/graphics/clutter/Makefile,v 1.42 2011/02/21 15:25:59 kwm Exp $ # PORTNAME= clutter PORTVERSION= 1.6.6 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 |