svn commit: r436184 - head/lang/python36

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 14 21:35:53 UTC 2017


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/


More information about the svn-ports-all mailing list