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

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 13 06:34:33 UTC 2019


Author: gerald
Date: Sun Jan 13 06:34:32 2019
New Revision: 490115
URL: https://svnweb.freebsd.org/changeset/ports/490115

Log:
  Update ibiblio.org MASTER_SITE which includes a reference to the version
  number and was thus broken since we upgraded to Wine 4.0 RC1 in revision
  r487184.
  
  PR:		234459
  Submitted by:	Samy Mahmoudi <samy.mahmoudi at gmail.com>
  MFH:		2019Q1 (fix URL for secondary MASTER_SITE)

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Jan 13 06:26:33 2019	(r490114)
+++ head/emulators/wine-devel/Makefile	Sun Jan 13 06:34:32 2019	(r490115)
@@ -6,7 +6,7 @@ DISTVERSION=	4.0-rc5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
-		http://mirrors.ibiblio.org/wine/source/3.x/
+		http://mirrors.ibiblio.org/wine/source/4.0/
 PKGNAMESUFFIX?=	-devel
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 


More information about the svn-ports-all mailing list