Bug 219775 - [PATCH] emulators/i386-wine: use https nvidia download site
Summary: [PATCH] emulators/i386-wine: use https nvidia download site
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: David Naylor
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-06-04 14:33 UTC by Ivan Rozhuk
Modified: 2017-06-11 07:13 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (dbn)


Attachments
use https download site (1.20 KB, patch)
2017-06-04 14:33 UTC, Ivan Rozhuk
no flags Details | Diff
same for wine-devel (1.22 KB, patch)
2017-06-04 14:36 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2017-06-04 14:33:08 UTC
Created attachment 183203 [details]
use https download site
Comment 1 Ivan Rozhuk 2017-06-04 14:36:37 UTC
Created attachment 183204 [details]
same for wine-devel
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-06-11 07:11:44 UTC
A commit references this bug:

Author: dbn
Date: Sun Jun 11 07:10:42 UTC 2017
New revision: 443148
URL: https://svnweb.freebsd.org/changeset/ports/443148

Log:
  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

Changes:
  head/emulators/i386-wine/files/nvidia.sh
  head/emulators/i386-wine-devel/files/nvidia.sh
Comment 3 David Naylor freebsd_committer freebsd_triage 2017-06-11 07:13:28 UTC
Committed, thanks for the patches.