Date: Sat, 1 Feb 2020 00:31:01 +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: r524747 - head/emulators/wine-devel Message-ID: <202002010031.0110V19P028905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Feb 1 00:31:01 2020 New Revision: 524747 URL: https://svnweb.freebsd.org/changeset/ports/524747 Log: Fix the subdirectory of the ibiblio.org mirror sites - now at 5.0. (We did not notice since by default the SF download infrastructure is used in case.) Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Fri Jan 31 22:55:14 2020 (r524746) +++ head/emulators/wine-devel/Makefile Sat Feb 1 00:31:01 2020 (r524747) @@ -6,7 +6,7 @@ DISTVERSION= 5.0-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ - http://mirrors.ibiblio.org/wine/source/4.x/ + http://mirrors.ibiblio.org/wine/source/5.0/ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002010031.0110V19P028905>