Date: Tue, 14 Mar 2017 21:35:52 +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: r436184 - head/lang/python36 Message-ID: <201703142135.v2ELZqMd061599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 14 21:35:52 2017 New Revision: 436184 URL: https://svnweb.freebsd.org/changeset/ports/436184 Log: Clean up Makefile - Use PORTVERSION - Remove CPE_VERSION - Update WWW Modified: head/lang/python36/Makefile head/lang/python36/pkg-descr Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Tue Mar 14 21:35:48 2017 (r436183) +++ head/lang/python36/Makefile Tue Mar 14 21:35:52 2017 (r436184) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python -DISTVERSION= ${PYTHON_PORTVERSION} +PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PYTHON_PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR} -CPE_VERSION= ${DISTVERSION} # Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits. PYTHON_VER= ${PYTHON_PORTVERSION:R} Modified: head/lang/python36/pkg-descr ============================================================================== --- head/lang/python36/pkg-descr Tue Mar 14 21:35:48 2017 (r436183) +++ head/lang/python36/pkg-descr Tue Mar 14 21:35:52 2017 (r436184) @@ -1,4 +1,4 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. -WWW: http://www.python.org/ +WWW: https://www.python.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703142135.v2ELZqMd061599>