svn commit: r525086 - head/lang/luajit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 3 19:47:58 UTC 2020


Author: sunpoet
Date: Mon Feb  3 19:47:57 2020
New Revision: 525086
URL: https://svnweb.freebsd.org/changeset/ports/525086

Log:
  Update MASTER_SITES and WWW: use https:// instead of http://
  
  Approved by:	portmgr (blanket)

Modified:
  head/lang/luajit/Makefile
  head/lang/luajit/pkg-descr

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Mon Feb  3 19:47:52 2020	(r525085)
+++ head/lang/luajit/Makefile	Mon Feb  3 19:47:57 2020	(r525086)
@@ -5,7 +5,7 @@ PORTNAME=	luajit
 DISTVERSION=	2.0.5
 PORTREVISION=	4
 CATEGORIES=	lang
-MASTER_SITES=	http://luajit.org/download/
+MASTER_SITES=	https://luajit.org/download/
 DISTNAME=	LuaJIT-${DISTVERSION}
 
 MAINTAINER=	osa at FreeBSD.org

Modified: head/lang/luajit/pkg-descr
==============================================================================
--- head/lang/luajit/pkg-descr	Mon Feb  3 19:47:52 2020	(r525085)
+++ head/lang/luajit/pkg-descr	Mon Feb  3 19:47:57 2020	(r525086)
@@ -1,3 +1,3 @@
 LuaJIT is a Just-In-Time Compiler for the Lua programming language.
 
-WWW: http://luajit.org/luajit.html
+WWW: https://luajit.org/luajit.html


More information about the svn-ports-all mailing list