[Midnightbsd-cvs] mports [22386] trunk/lang/python33: switch to version file

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 18 11:48:51 EDT 2017


Revision: 22386
          http://svnweb.midnightbsd.org/mports/?rev=22386
Author:   laffer1
Date:     2017-03-18 11:48:51 -0400 (Sat, 18 Mar 2017)
Log Message:
-----------
switch to version file

Modified Paths:
--------------
    trunk/lang/python33/Makefile

Added Paths:
-----------
    trunk/lang/python33/Makefile.version

Modified: trunk/lang/python33/Makefile
===================================================================
--- trunk/lang/python33/Makefile	2017-03-18 15:47:46 UTC (rev 22385)
+++ trunk/lang/python33/Makefile	2017-03-18 15:48:51 UTC (rev 22386)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	python33
-PORTVERSION=	3.3.5
+PORTVERSION=	${PYTHON_PORTVERSION}
 PORTREVISION=	1
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
@@ -65,6 +65,7 @@
 
 TSC_CONFIGURE_WITH=	tsc
 
+.include "${.CURDIR}/Makefile.version"
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MPYMALLOC}

Added: trunk/lang/python33/Makefile.version
===================================================================
--- trunk/lang/python33/Makefile.version	                        (rev 0)
+++ trunk/lang/python33/Makefile.version	2017-03-18 15:48:51 UTC (rev 22386)
@@ -0,0 +1,5 @@
+# Mk/Uses/python.mk includes this file, don't remove it!
+# $FreeBSD: head/lang/python33/Makefile.version 404739 2015-12-29 12:03:09Z marino $
+# $MidnightBSD$
+
+PYTHON_PORTVERSION=	3.3.5


Property changes on: trunk/lang/python33/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