FreeBSD Bugzilla – Attachment 199939 Details for
Bug 233666
use HTTPS in MASTER_SITES for several ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
https.diff (text/plain), 3.18 KB, created by
Peter Malcom
on 2018-12-07 20:31:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Peter Malcom
Created:
2018-12-07 20:31:08 UTC
Size:
3.18 KB
patch
obsolete
>Index: audio/libmpdclient/Makefile >=================================================================== >--- audio/libmpdclient/Makefile (revision 486887) >+++ audio/libmpdclient/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= libmpdclient > PORTVERSION= 2.16 > CATEGORIES= audio >-MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/ >+MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/ > > MAINTAINER= gblach@FreeBSD.org > COMMENT= API library for interfacing MPD >Index: audio/ncmpcpp/Makefile >=================================================================== >--- audio/ncmpcpp/Makefile (revision 486887) >+++ audio/ncmpcpp/Makefile (working copy) >@@ -4,7 +4,7 @@ > DISTVERSION= 0.8.2 > PORTREVISION= 4 > CATEGORIES= audio >-MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ >+MASTER_SITES= https://ncmpcpp.rybczak.net/stable/ > > MAINTAINER= yamagi@yamagi.org > COMMENT= Ncurses mpd client, clone of ncmpc with some new features >Index: audio/taglib/Makefile >=================================================================== >--- audio/taglib/Makefile (revision 486887) >+++ audio/taglib/Makefile (working copy) >@@ -5,7 +5,7 @@ > PORTVERSION= 1.11.1 > PORTREVISION= 1 > CATEGORIES= audio >-MASTER_SITES= http://taglib.github.io/releases/ >+MASTER_SITES= https://taglib.github.io/releases/ > > MAINTAINER= jhale@FreeBSD.org > COMMENT= Library for manipulating ID3 tags and Ogg comments >Index: devel/ncurses/Makefile >=================================================================== >--- devel/ncurses/Makefile (revision 486887) >+++ devel/ncurses/Makefile (working copy) >@@ -4,8 +4,7 @@ > PORTNAME= ncurses > DISTVERSION= 6.1-${SNAPSHOT} > CATEGORIES= devel >-MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/current/ >-DIST_SUBDIR= ${PORTNAME} >+MASTER_SITES= https://invisible-mirror.net/archives/ncurses/current/ > > MAINTAINER= swills@FreeBSD.org > COMMENT= Library for terminal-independent, full-screen output >Index: devel/ncurses/distinfo >=================================================================== >--- devel/ncurses/distinfo (revision 486887) >+++ devel/ncurses/distinfo (working copy) >@@ -1,3 +1,3 @@ > TIMESTAMP = 1544209477 >-SHA256 (ncurses/ncurses-6.1-20181201.tgz) = 702ff9added8b776f29a461acb053f348ae6391fa19c0570c78fa99ce4c3ca8a >-SIZE (ncurses/ncurses-6.1-20181201.tgz) = 3421800 >+SHA256 (ncurses-6.1-20181201.tgz) = 702ff9added8b776f29a461acb053f348ae6391fa19c0570c78fa99ce4c3ca8a >+SIZE (ncurses-6.1-20181201.tgz) = 3421800 >Index: math/fftw3/Makefile >=================================================================== >--- math/fftw3/Makefile (revision 486887) >+++ math/fftw3/Makefile (working copy) >@@ -6,6 +6,7 @@ > PORTREVISION?= 2 > CATEGORIES= math > MASTER_SITES= http://www.fftw.org/ \ >+ https://ftp.osuosl.org/pub/blfs/conglomeration/fftw/ \ > ftp://ftp.fftw.org/pub/fftw/ > PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} > DISTNAME= fftw-${DISTVERSION} >Index: www/nginx/Makefile >=================================================================== >--- www/nginx/Makefile (revision 486887) >+++ www/nginx/Makefile (working copy) >@@ -6,7 +6,7 @@ > PORTREVISION?= 0 > PORTEPOCH= 2 > CATEGORIES= www >-MASTER_SITES= http://nginx.org/download/ \ >+MASTER_SITES= https://nginx.org/download/ \ > LOCAL/joneum > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233666
:
199687
|
199700
|
199939
|
200049
|
200867