Date: Fri, 16 Feb 2018 23:40:41 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462072 - head/emulators/wine Message-ID: <201802162340.w1GNefK6008361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Fri Feb 16 23:40:41 2018 New Revision: 462072 URL: https://svnweb.freebsd.org/changeset/ports/462072 Log: Fix the ibiblio.org MASTER_SITE URL which has changed. Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Fri Feb 16 23:29:54 2018 (r462071) +++ head/emulators/wine/Makefile Fri Feb 16 23:40:41 2018 (r462072) @@ -6,7 +6,7 @@ DISTVERSION= 3.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ - http://ibiblio.org/pub/linux/system/emulators/wine/ + http://mirrors.ibiblio.org/wine/source/3.0/ MAINTAINER?= gerald@FreeBSD.org COMMENT?= Microsoft Windows compatibility environment
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802162340.w1GNefK6008361>