[Midnightbsd-cvs] mports [22385] trunk/lang/python27: switch to version file
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 18 11:47:46 EDT 2017
Revision: 22385
http://svnweb.midnightbsd.org/mports/?rev=22385
Author: laffer1
Date: 2017-03-18 11:47:46 -0400 (Sat, 18 Mar 2017)
Log Message:
-----------
switch to version file
Modified Paths:
--------------
trunk/lang/python27/Makefile
Added Paths:
-----------
trunk/lang/python27/Makefile.version
Modified: trunk/lang/python27/Makefile
===================================================================
--- trunk/lang/python27/Makefile 2017-03-18 15:39:00 UTC (rev 22384)
+++ trunk/lang/python27/Makefile 2017-03-18 15:47:46 UTC (rev 22385)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= python27
-PORTVERSION= 2.7.10
+PORTVERSION= ${PYTHON_PORTVERSION}
PORTREVISION= 0
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
@@ -72,6 +72,7 @@
UCS2_CONFIGURE_ON= --enable-unicode=ucs2
UCS4_CONFIGURE_ON= --enable-unicode=ucs4
+.include "${.CURDIR}/Makefile.version"
.include <bsd.mport.options.mk>
# http://bugs.python.org/issue22521
Added: trunk/lang/python27/Makefile.version
===================================================================
--- trunk/lang/python27/Makefile.version (rev 0)
+++ trunk/lang/python27/Makefile.version 2017-03-18 15:47:46 UTC (rev 22385)
@@ -0,0 +1,5 @@
+# Mk/Uses/python.mk includes this file, don't remove it!
+# $FreeBSD: head/lang/python27/Makefile.version 429470 2016-12-26 01:01:04Z wen $
+# $MidnightBSD$
+
+PYTHON_PORTVERSION= 2.7.10
Property changes on: trunk/lang/python27/Makefile.version
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list