Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:58:03 +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: r491392 - head/lang/python-doc-html
Message-ID:  <201901271958.x0RJw3uV013960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 27 19:58:03 2019
New Revision: 491392
URL: https://svnweb.freebsd.org/changeset/ports/491392

Log:
  Remove python from BUILD_DEPENDS
  
  - Update WWW

Modified:
  head/lang/python-doc-html/Makefile
  head/lang/python-doc-html/pkg-descr

Modified: head/lang/python-doc-html/Makefile
==============================================================================
--- head/lang/python-doc-html/Makefile	Sun Jan 27 19:57:58 2019	(r491391)
+++ head/lang/python-doc-html/Makefile	Sun Jan 27 19:58:03 2019	(r491392)
@@ -14,9 +14,10 @@ COMMENT=	Documentation for the Python programming lang
 
 PORTSCOUT=	ignore:1
 
+USES=		python:env tar:bzip2
+
 NO_ARCH=	yes
 NO_BUILD=	yes
-USES=		python:build tar:bzip2
 
 DOCSDIR=	${PREFIX}/share/doc/${PYTHON_VERSION}
 PLIST=		${WRKDIR}/pkg-plist.${DOCFORMAT}

Modified: head/lang/python-doc-html/pkg-descr
==============================================================================
--- head/lang/python-doc-html/pkg-descr	Sun Jan 27 19:57:58 2019	(r491391)
+++ head/lang/python-doc-html/pkg-descr	Sun Jan 27 19:58:03 2019	(r491392)
@@ -1,3 +1,3 @@
 Documentation for the Python programming language.
 
-WWW: http://www.python.org/doc/
+WWW: https://www.python.org/doc/



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