Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 16:37:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347272 - head/devel
Message-ID:  <201403061637.s26Gbv5G088608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar  6 16:37:56 2014
New Revision: 347272
URL: http://svnweb.freebsd.org/changeset/ports/347272
QAT: https://qat.redports.org/buildarchive/r347272/

Log:
  - Add slave port of devel/py-setuptools for different python versions (27, 32 and 33)
  - Update Mk/bsd.python.mk to use new devel/py-setuptools{27|32|33}
  
  PR:		ports/187091
  Submitted by:	sunpoet (myself)
  Discussed with:	lwhsu, mva, koobs, crees
  Exp-run by:	bdrewery
  With hat:	python
  MFH:		2014Q1

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar  6 16:35:42 2014	(r347271)
+++ head/devel/Makefile	Thu Mar  6 16:37:56 2014	(r347272)
@@ -3801,6 +3801,9 @@
     SUBDIR += py-serpent
     SUBDIR += py-setproctitle
     SUBDIR += py-setuptools
+    SUBDIR += py-setuptools27
+    SUBDIR += py-setuptools32
+    SUBDIR += py-setuptools33
     SUBDIR += py-setuptools-git
     SUBDIR += py-setuptools_darcs
     SUBDIR += py-setuptools_hg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061637.s26Gbv5G088608>