aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-07-19 02:18:05 +0800
committerzi <zi@FreeBSD.org>2014-07-19 02:18:05 +0800
commit2a1ba7c35071494683d95a3e0643d079bdab70b3 (patch)
treed73885488dc851e4b0dea689c00e9220d824aa41 /graphics
parent04544da84abe791f830959783590f41fcaccb2ab (diff)
downloadfreebsd-ports-gnome-2a1ba7c35071494683d95a3e0643d079bdab70b3.tar.gz
freebsd-ports-gnome-2a1ba7c35071494683d95a3e0643d079bdab70b3.tar.zst
freebsd-ports-gnome-2a1ba7c35071494683d95a3e0643d079bdab70b3.zip
- Fix MASTER_SITES to resolve fetch issue.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 8456566bdd6e..801a6880b461 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -6,7 +6,8 @@ PORTVERSION= 2.1.0
PORTREVISION?= 4
PORTEPOCH= 1
CATEGORIES+= graphics
-MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
+MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \
+ http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
MAINTAINER?= dinoex@FreeBSD.org
COMMENT?= Graphics library for fast creation of images