svn commit: r350899 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 11 08:25:01 UTC 2014


Author: sunpoet
Date: Fri Apr 11 08:25:00 2014
New Revision: 350899
URL: http://svnweb.freebsd.org/changeset/ports/350899
QAT: https://qat.redports.org/buildarchive/r350899/

Log:
  - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Fri Apr 11 08:13:14 2014	(r350898)
+++ head/Mk/bsd.python.mk	Fri Apr 11 08:25:00 2014	(r350899)
@@ -27,7 +27,7 @@ Python_Include_MAINTAINER=	python at FreeBS
 #					  number (used for dependencies).
 #					  default: ${PYTHONBASE}/bin/${PYTHON_VERSION}
 #
-# PYTHON_DISTFILE	- The ${DISTFILE} for your python version. Needed for
+# PYTHON_DISTNAME	- The ${DISTNAME} for your python version. Needed for
 #					  extensions like bsddb, gdbm, sqlite3 and tkinter, which
 #					  are built from sources contained in the Python
 #					  distribution.
@@ -408,7 +408,7 @@ PYTHON_MAJOR_VER=	${PYTHON_VER:R}
 
 PYTHON_MASTER_SITES=		${MASTER_SITE_PYTHON}
 PYTHON_MASTER_SITE_SUBDIR=	ftp/python/${PYTHON_PORTVERSION:C/rc[0-9]//}
-PYTHON_DISTFILE=		Python-${PYTHON_PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX}
+PYTHON_DISTNAME=		Python-${PYTHON_PORTVERSION:S/.rc/rc/}
 PYTHON_WRKSRC=				${WRKDIR}/Python-${PYTHON_PORTVERSION:S/.rc/rc/}
 
 PYTHON_ABIVER?=			# empty


More information about the svn-ports-all mailing list