diff options
author | taca <taca@pkgsrc.org> | 2019-09-04 08:15:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-09-04 08:15:32 +0000 |
commit | 23ce28ce63cb8eaa01c3f6408447deb53e8c754a (patch) | |
tree | dcb659145bd915eac492a43836580de321508287 /net | |
parent | d505ecabefe736197b9f3dabc449d86bfbbff0bc (diff) | |
download | pkgsrc-23ce28ce63cb8eaa01c3f6408447deb53e8c754a.tar.gz |
net/samba4: update MASTER_SITES
Update MASTER_SITES switching to https URL. And remove extra empty line.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index a2152f4094a..619d89c9c24 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2019/09/03 19:11:58 adam Exp $ +# $NetBSD: Makefile,v 1.79 2019/09/04 08:15:32 taca Exp $ DISTNAME= samba-4.10.8 CATEGORIES= net -MASTER_SITES= http://download.samba.org/pub/samba/stable/ - +MASTER_SITES= https://download.samba.org/pub/samba/stable/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.samba.org/ COMMENT= SMB/CIFS protocol server suite |