svn commit: r340681 - head/security/gnutls

Roman Bogorodskiy novel at FreeBSD.org
Wed Jan 22 07:06:18 UTC 2014


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 at 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 at FreeBSD.org
 COMMENT=	GNU Transport Layer Security library


More information about the svn-ports-all mailing list