diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-12 04:58:31 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-12 04:58:31 +0800 |
commit | 5f0af77cc5f3406a834ce4c98ae3f33a86eb1fca (patch) | |
tree | d4ea0aa1854d8d49e69841f75d8d461f4799991d | |
parent | d4d5e0650b726cd966e540f1b32470a21d5889c8 (diff) | |
download | freebsd-ports-graphics-5f0af77cc5f3406a834ce4c98ae3f33a86eb1fca.tar.gz freebsd-ports-graphics-5f0af77cc5f3406a834ce4c98ae3f33a86eb1fca.tar.zst freebsd-ports-graphics-5f0af77cc5f3406a834ce4c98ae3f33a86eb1fca.zip |
Temporarily remove cairographics.org from MASTER_SITES since the distfile either
does not exist or md5 does not match what is in distinfo
-rw-r--r-- | graphics/cairo/Makefile | 3 | ||||
-rw-r--r-- | graphics/glitz/Makefile | 3 | ||||
-rw-r--r-- | graphics/gtkcairo/Makefile | 3 | ||||
-rw-r--r-- | graphics/libpixman/Makefile | 3 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 3 | ||||
-rw-r--r-- | graphics/libsvg/Makefile | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index bd0e48ec3e2..4182b3ef20b 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,8 +8,7 @@ PORTNAME= cairo PORTVERSION= 0.2.0 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index 411ebac2520..de2238761a3 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -8,8 +8,7 @@ PORTNAME= glitz PORTVERSION= 0.2.3 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile index 7e8b657687e..7c3607f6ecb 100644 --- a/graphics/gtkcairo/Makefile +++ b/graphics/gtkcairo/Makefile @@ -8,8 +8,7 @@ PORTNAME= gtkcairo PORTVERSION= 0.3 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile index c2dc9666d3a..f7cb80253a8 100644 --- a/graphics/libpixman/Makefile +++ b/graphics/libpixman/Makefile @@ -8,8 +8,7 @@ PORTNAME= libpixman PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index e728b053d28..e6e35d29da6 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -8,8 +8,7 @@ PORTNAME= libsvg-cairo PORTVERSION= 0.1.4 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 4008352c339..7f5bc23307b 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -8,8 +8,7 @@ PORTNAME= libsvg PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/cairo/snapshots/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org |