svn commit: r347272 - head/devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 6 16:37:57 UTC 2014


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


More information about the svn-ports-all mailing list