Date: Sun, 18 Feb 2018 00:17:59 +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: r462200 - head/emulators/wine-devel Message-ID: <201802180017.w1I0Hxxq056318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Feb 18 00:17:58 2018 New Revision: 462200 URL: https://svnweb.freebsd.org/changeset/ports/462200 Log: Fix the ibiblio.org URL in MASTER_SITE - the old address redirects, which in itself is a reason to adjust, but even redirects in an incompatible manner. Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Feb 18 00:05:06 2018 (r462199) +++ head/emulators/wine-devel/Makefile Sun Feb 18 00:17:58 2018 (r462200) @@ -6,7 +6,7 @@ DISTVERSION= 3.1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ - http://ibiblio.org/pub/linux/system/emulators/wine/ + http://mirrors.ibiblio.org/wine/source/3.x/ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802180017.w1I0Hxxq056318>