aboutsummaryrefslogtreecommitdiff
path: root/emulators/i386-wine
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2017-06-11 07:10:42 +0000
committerDavid Naylor <dbn@FreeBSD.org>2017-06-11 07:10:42 +0000
commit70aa49c946569996befe600a3cc154c1b01e00fa (patch)
tree7739c06bc4ff41cff610ad94a75bdee291b44c8d /emulators/i386-wine
parentf78aa5ee716a7cca7df44d60d01472f07726c7d7 (diff)
downloadports-70aa49c946569996befe600a3cc154c1b01e00fa.tar.gz
ports-70aa49c946569996befe600a3cc154c1b01e00fa.zip
emulators/i386-wine: switch to using https for downloads
- ftp downloads are no longer provided upstream - PORTREVISION is not bumped: - on amd64 there is no change as the upstream binaries have not been rebuilt; and - on i386 the build is IGNOREd by default - the next round of binary updates to wine will include this change PR: 219775 Submitted by: rozhuk.im@gmail.com
Notes
Notes: svn path=/head/; revision=443148
Diffstat (limited to 'emulators/i386-wine')
-rw-r--r--emulators/i386-wine/files/nvidia.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/i386-wine/files/nvidia.sh b/emulators/i386-wine/files/nvidia.sh
index 220b748bbe18..a749e8fc0a9d 100644
--- a/emulators/i386-wine/files/nvidia.sh
+++ b/emulators/i386-wine/files/nvidia.sh
@@ -72,6 +72,8 @@
# - handle nvidia-driver with package name suffix
# - handle i386-wine with arbitary package name suffix
# - remove support for old pkg_ tools
+# Version 1.16 - 2017/06/04
+# - use https download site
set -e
@@ -170,9 +172,9 @@ if [ ! -f NVIDIA-FreeBSD-x86-${NV}.tar.gz ] || !(tar -tf NVIDIA-FreeBSD-x86-${NV
then
[ -n "$NO_FETCH" ] \
&& terminate 8 "NVIDIA-FreeBSD-x86-${NV}.tar.gz unavailable"
- echo "=> Downloading NVIDIA-FreeBSD-x86-${NV}.tar.gz from ftp://download.nvidia.com..."
+ echo "=> Downloading NVIDIA-FreeBSD-x86-${NV}.tar.gz from https://download.nvidia.com..."
rm -f NVIDIA-FreeBSD-x86-${NV}.tar.gz
- fetch -apRr ftp://download.nvidia.com/XFree86/FreeBSD-x86/${NV}/NVIDIA-FreeBSD-x86-${NV}.tar.gz \
+ fetch -aRr https://download.nvidia.com/XFree86/FreeBSD-x86/${NV}/NVIDIA-FreeBSD-x86-${NV}.tar.gz \
|| terminate 2 "Failed to download NVIDIA-FreeBSD-x86-${NV}.tar.gz"
echo "=> Downloaded NVIDIA-FreeBSD-x86-${NV}.tar.gz"
echo "Please check the following information against /usr/ports/x11/nvidia-driver/distinfo"