svn commit: r362221 - head/graphics/gd

Ryan Steinmetz zi at FreeBSD.org
Fri Jul 18 18:18:06 UTC 2014


Author: zi
Date: Fri Jul 18 18:18:05 2014
New Revision: 362221
URL: http://svnweb.freebsd.org/changeset/ports/362221
QAT: https://qat.redports.org/buildarchive/r362221/

Log:
  - Fix MASTER_SITES to resolve fetch issue.

Modified:
  head/graphics/gd/Makefile

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Fri Jul 18 17:54:31 2014	(r362220)
+++ head/graphics/gd/Makefile	Fri Jul 18 18:18:05 2014	(r362221)
@@ -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 at FreeBSD.org
 COMMENT?=	Graphics library for fast creation of images


More information about the svn-ports-all mailing list