svn commit: r508248 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Tue Aug 6 11:49:51 UTC 2019


Author: joneum
Date: Tue Aug  6 11:49:50 2019
New Revision: 508248
URL: https://svnweb.freebsd.org/changeset/ports/508248

Log:
  fix typo

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Aug  6 10:53:07 2019	(r508247)
+++ head/www/nginx/Makefile	Tue Aug  6 11:49:50 2019	(r508248)
@@ -6,7 +6,7 @@ PORTVERSION=	1.16.0
 PORTREVISION?=	2
 PORTEPOCH=	2
 CATEGORIES=	www
-MASTER_SITES=	httpis://nginx.org/download/ \
+MASTER_SITES=	https://nginx.org/download/ \
 		http://nginx.org/download/ \
 		LOCAL/joneum
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}


More information about the svn-ports-head mailing list