From owner-svn-ports-head@freebsd.org Tue Mar 14 21:35:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6BCAD0C4DD; Tue, 14 Mar 2017 21:35:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7632C19CA; Tue, 14 Mar 2017 21:35:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ELZq0A061601; Tue, 14 Mar 2017 21:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ELZqMd061599; Tue, 14 Mar 2017 21:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703142135.v2ELZqMd061599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Mar 2017 21:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436184 - head/lang/python36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 21:35:53 -0000 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/