svn commit: r462200 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sun Feb 18 00:17:59 UTC 2018
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}
More information about the svn-ports-head
mailing list