diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-29 01:16:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-29 01:16:00 +0800 |
commit | 4e3f5ebdc62de6414eeb7fead4f2b18aa168b244 (patch) | |
tree | 678959eea873f2153b04f4903ca319d2fd6c9ec3 | |
parent | 738b695e6c574d9d267977a7cc8931116183291a (diff) | |
download | freebsd-ports-gnome-4e3f5ebdc62de6414eeb7fead4f2b18aa168b244.tar.gz freebsd-ports-gnome-4e3f5ebdc62de6414eeb7fead4f2b18aa168b244.tar.zst freebsd-ports-gnome-4e3f5ebdc62de6414eeb7fead4f2b18aa168b244.zip |
Add mirrors
PR: 218103
Submitted by: portmaster@bsdforge.com
-rw-r--r-- | graphics/sk1libs/Makefile | 4 | ||||
-rw-r--r-- | graphics/uniconvertor/Makefile | 4 | ||||
-rw-r--r-- | graphics/uniconvw/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sk1libs/Makefile b/graphics/sk1libs/Makefile index 91933cc2ae3b..80a4356b9287 100644 --- a/graphics/sk1libs/Makefile +++ b/graphics/sk1libs/Makefile @@ -5,8 +5,8 @@ PORTNAME= sk1libs PORTVERSION= 0.9.1 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 8ad1d1e61d54..38d443034922 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -4,8 +4,8 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 56cca679c34e..a46fe96668da 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -5,8 +5,8 @@ PORTNAME= uniconvw PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor |