diff options
author | fluffy <fluffy@FreeBSD.org> | 2011-08-05 18:17:47 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2011-08-05 18:17:47 +0800 |
commit | 097eb58e77fa829f44a520522911a6e45fdc79a0 (patch) | |
tree | 5ad59bad9bbf43a544146f235ecba884d183cf33 | |
parent | 1f2df28420688062350f59af47ed1699f10c59ef (diff) | |
download | freebsd-ports-gnome-097eb58e77fa829f44a520522911a6e45fdc79a0.tar.gz freebsd-ports-gnome-097eb58e77fa829f44a520522911a6e45fdc79a0.tar.zst freebsd-ports-gnome-097eb58e77fa829f44a520522911a6e45fdc79a0.zip |
- Temporary remove SF mirrors from MASTER_SITES, keep my mirrors
Seems libe author published latest revisions only in own blog
-rw-r--r-- | devel/librcc/Makefile | 4 | ||||
-rw-r--r-- | devel/librcd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index f4e09005dfad..39cfadb081c6 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -9,8 +9,8 @@ PORTNAME= librcc PORTVERSION= 0.2.9 PORTREVISION= 5 CATEGORIES= devel -MASTER_SITES= SF/rusxmms/Charset%20Conversion%20Library/${PORTVERSION} \ - ${MASTER_SITE_LOCAL} \ +#MASTER_SITES= SF/rusxmms/Charset%20Conversion%20Library/${PORTVERSION} \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://ns.ael.ru/~fluffy.khv/distfiles/ \ http://dside.dyndns.org/files/rusxmms/ MASTER_SITE_SUBDIR= fluffy diff --git a/devel/librcd/Makefile b/devel/librcd/Makefile index 32c790cdabca..3678d9388119 100644 --- a/devel/librcd/Makefile +++ b/devel/librcd/Makefile @@ -8,8 +8,8 @@ PORTNAME= librcd PORTVERSION= 0.1.13 CATEGORIES= devel -MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} \ - ${MASTER_SITE_LOCAL} \ +#MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://ns.ael.ru/~fluffy.khv/distfiles/ \ http://dside.dyndns.org/files/rusxmms/ MASTER_SITE_SUBDIR= fluffy |