Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 19:59:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465918 - head/devel/nuitka
Message-ID:  <201803291959.w2TJxWj2093258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 29 19:59:32 2018
New Revision: 465918
URL: https://svnweb.freebsd.org/changeset/ports/465918

Log:
  Update MASTER_SITES and WWW

Modified:
  head/devel/nuitka/Makefile
  head/devel/nuitka/pkg-descr

Modified: head/devel/nuitka/Makefile
==============================================================================
--- head/devel/nuitka/Makefile	Thu Mar 29 19:59:26 2018	(r465917)
+++ head/devel/nuitka/Makefile	Thu Mar 29 19:59:32 2018	(r465918)
@@ -4,7 +4,7 @@
 PORTNAME=	nuitka
 PORTVERSION=	0.5.29.1
 CATEGORIES=	devel python
-MASTER_SITES=	http://nuitka.net/releases/
+MASTER_SITES=	https://nuitka.net/releases/
 DISTNAME=	Nuitka-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org

Modified: head/devel/nuitka/pkg-descr
==============================================================================
--- head/devel/nuitka/pkg-descr	Thu Mar 29 19:59:26 2018	(r465917)
+++ head/devel/nuitka/pkg-descr	Thu Mar 29 19:59:32 2018	(r465918)
@@ -3,4 +3,4 @@ and compiles every construct that CPython 2.6, 2.7, 3.
 It translates Python code into a C++ program that then uses "libpython" to
 execute in the same way as CPython does, in a very compatible way.
 
-WWW: http://nuitka.net/
+WWW: https://nuitka.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291959.w2TJxWj2093258>