svn commit: r524747 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 1 00:31:02 UTC 2020


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}
 


More information about the svn-ports-all mailing list