Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 07:06:18 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340681 - head/security/gnutls
Message-ID:  <201401220706.s0M76IHc004109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Wed Jan 22 07:06:18 2014
New Revision: 340681
URL: http://svnweb.freebsd.org/changeset/ports/340681
QAT: https://qat.redports.org/buildarchive/r340681/

Log:
  Add an additional mirror to MASTER_SITES.
  
  PR:		185901
  Submitted by:	Bruno Machado <bruno@bsd.com.br>

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Wed Jan 22 05:44:33 2014	(r340680)
+++ head/security/gnutls/Makefile	Wed Jan 22 07:06:18 2014	(r340681)
@@ -6,7 +6,8 @@ PORTVERSION=	2.12.23
 PORTREVISION=	3
 CATEGORIES=	security net
 MASTER_SITES=	\
-	ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
+	ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/ \
+	http://www.ring.gr.jp/pub/net/gnupg/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
 
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	GNU Transport Layer Security library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401220706.s0M76IHc004109>