Date: Thu, 12 Mar 2015 19:23:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381146 - head/lang/mono-basic Message-ID: <201503121923.t2CJNHGp074889@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Mar 12 19:23:17 2015 New Revision: 381146 URL: https://svnweb.freebsd.org/changeset/ports/381146 QAT: https://qat.redports.org/buildarchive/r381146/ Log: Make fetchable Modified: head/lang/mono-basic/Makefile Modified: head/lang/mono-basic/Makefile ============================================================================== --- head/lang/mono-basic/Makefile Thu Mar 12 19:19:25 2015 (r381145) +++ head/lang/mono-basic/Makefile Thu Mar 12 19:23:17 2015 (r381146) @@ -4,7 +4,8 @@ PORTNAME= mono-basic PORTVERSION= 3.8 CATEGORIES= lang -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ \ + http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= VisualBasic.NET support for Mono
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121923.t2CJNHGp074889>