diff options
author | gerald <gerald@FreeBSD.org> | 2005-11-24 04:48:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-11-24 04:48:23 +0800 |
commit | 49a290d077a1dbeadef532a1c742611f3c762e21 (patch) | |
tree | b965199ba5d7b49d30d6a33d367df2a32f8f579b /emulators | |
parent | 8a04dbf906501773efc893b448198b89e7535fe0 (diff) | |
download | freebsd-ports-gnome-49a290d077a1dbeadef532a1c742611f3c762e21.tar.gz freebsd-ports-gnome-49a290d077a1dbeadef532a1c742611f3c762e21.tar.zst freebsd-ports-gnome-49a290d077a1dbeadef532a1c742611f3c762e21.zip |
The sourceforge mastersite behaves very strangely today, including serving
empty tarballs. Add ibiblio.org as an alternative download site and make
it the default for now.
Inspired by ports/89442 by Andrew P. <infofarmer@gmail.com>.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bb58ae522563..1975292922c9 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -10,7 +10,8 @@ PORTNAME= wine PORTVERSION= 0.9.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ + ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bb58ae522563..1975292922c9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -10,7 +10,8 @@ PORTNAME= wine PORTVERSION= 0.9.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ + ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org |