Date: Tue, 6 Aug 2019 11:49:50 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508248 - head/www/nginx Message-ID: <201908061149.x76Bnoja044931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908061149.x76Bnoja044931>