Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2013 11:10:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315740 - head/security/cyrus-sasl2
Message-ID:  <201304061110.r36BAGqB058993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr  6 11:10:15 2013
New Revision: 315740
URL: http://svnweb.freebsd.org/changeset/ports/315740

Log:
  - Add http mirror in case FTP is not available
  
  Approved by:	portmgr (implicit)

Modified:
  head/security/cyrus-sasl2/Makefile

Modified: head/security/cyrus-sasl2/Makefile
==============================================================================
--- head/security/cyrus-sasl2/Makefile	Sat Apr  6 10:00:28 2013	(r315739)
+++ head/security/cyrus-sasl2/Makefile	Sat Apr  6 11:10:15 2013	(r315740)
@@ -4,7 +4,8 @@ PORTNAME=	cyrus-sasl
 PORTVERSION=	2.1.26
 PORTREVISION=	2
 CATEGORIES=	security ipv6
-MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-sasl/
+MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-sasl/ \
+		http://cyrusimap.org/releases/
 
 MAINTAINER=	ume@FreeBSD.org
 COMMENT=	RFC 2222 SASL (Simple Authentication and Security Layer)



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