svn commit: r511837 - head/dns/djbdns

David Thiel lx at FreeBSD.org
Wed Sep 11 19:27:27 UTC 2019


Author: lx
Date: Wed Sep 11 19:27:26 2019
New Revision: 511837
URL: https://svnweb.freebsd.org/changeset/ports/511837

Log:
  Add SSL master site
  
  PR:		238909
  Submitted by:	Leo Vandewoestijne

Modified:
  head/dns/djbdns/Makefile

Modified: head/dns/djbdns/Makefile
==============================================================================
--- head/dns/djbdns/Makefile	Wed Sep 11 19:19:47 2019	(r511836)
+++ head/dns/djbdns/Makefile	Wed Sep 11 19:27:26 2019	(r511837)
@@ -6,7 +6,8 @@ PORTVERSION?=	${DJBDNS_VER}
 PORTREVISION?=	22
 PORTEPOCH?=	1
 CATEGORIES?=	dns
-MASTER_SITES=	http://cr.yp.to/djbdns/ \
+MASTER_SITES=	https://cr.yp.to/djbdns/ \
+		http://cr.yp.to/djbdns/ \
 		ftp://cr.yp.to/djbdns/
 DISTNAME=	djbdns-${DJBDNS_VER}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}


More information about the svn-ports-head mailing list