[Midnightbsd-cvs] mports [22387] trunk/lang/python34: switch to version file
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 18 11:49:41 EDT 2017
Revision: 22387
http://svnweb.midnightbsd.org/mports/?rev=22387
Author: laffer1
Date: 2017-03-18 11:49:41 -0400 (Sat, 18 Mar 2017)
Log Message:
-----------
switch to version file
Modified Paths:
--------------
trunk/lang/python34/Makefile
Added Paths:
-----------
trunk/lang/python34/Makefile.version
Modified: trunk/lang/python34/Makefile
===================================================================
--- trunk/lang/python34/Makefile 2017-03-18 15:48:51 UTC (rev 22386)
+++ trunk/lang/python34/Makefile 2017-03-18 15:49:41 UTC (rev 22387)
@@ -3,7 +3,7 @@
# $FreeBSD: head/lang/python34/Makefile 367307 2014-09-04 19:26:24Z antoine $
PORTNAME= python34
-PORTVERSION= 3.4.3
+PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -68,6 +68,7 @@
TSC_CONFIGURE_WITH= tsc
+.include "${.CURDIR}/Makefile.version"
.include <bsd.mport.options.mk>
.if ${PORT_OPTIONS:MTHREADS}
Added: trunk/lang/python34/Makefile.version
===================================================================
--- trunk/lang/python34/Makefile.version (rev 0)
+++ trunk/lang/python34/Makefile.version 2017-03-18 15:49:41 UTC (rev 22387)
@@ -0,0 +1,5 @@
+# Mk/Uses/python.mk includes this file, don't remove it!
+# $FreeBSD: head/lang/python34/Makefile.version 431929 2017-01-20 03:03:29Z wen $
+# $MidnightBSD$
+
+PYTHON_PORTVERSION= 3.4.3
Property changes on: trunk/lang/python34/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