[Midnightbsd-cvs] mports [16181] trunk/devel: add version specific meta ports.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 12 14:23:57 EDT 2014
Revision: 16181
http://svnweb.midnightbsd.org/mports/?rev=16181
Author: laffer1
Date: 2014-04-12 14:23:57 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
add version specific meta ports.
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-setuptools27/
trunk/devel/py-setuptools27/Makefile
trunk/devel/py-setuptools33/
trunk/devel/py-setuptools33/Makefile
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2014-04-12 18:22:42 UTC (rev 16180)
+++ trunk/devel/Makefile 2014-04-12 18:23:57 UTC (rev 16181)
@@ -394,6 +394,8 @@
SUBDIR += py-orbit
SUBDIR += py-pytz
SUBDIR += py-setuptools
+SUBDIR += py-setuptools27
+SUBDIR += py-setuptools33
SUBDIR += py-simplejson
SUBDIR += py-subversion
SUBDIR += py-xdg
Added: trunk/devel/py-setuptools27/Makefile
===================================================================
--- trunk/devel/py-setuptools27/Makefile (rev 0)
+++ trunk/devel/py-setuptools27/Makefile 2014-04-12 18:23:57 UTC (rev 16181)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+PKGNAMESUFFIX= ${PYTHON_SUFFIX}
+
+PYTHON_VERSION= 2.7
+
+MASTERDIR= ${.CURDIR}/../py-setuptools
+
+.include "${MASTERDIR}/Makefile"
Added: trunk/devel/py-setuptools33/Makefile
===================================================================
--- trunk/devel/py-setuptools33/Makefile (rev 0)
+++ trunk/devel/py-setuptools33/Makefile 2014-04-12 18:23:57 UTC (rev 16181)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+PKGNAMESUFFIX= ${PYTHON_SUFFIX}
+
+PYTHON_VERSION= 3.3
+
+MASTERDIR= ${.CURDIR}/../py-setuptools
+
+.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list