svn commit: r408648 - head/devel/py-option_merge

Don Lewis truckman at FreeBSD.org
Wed Feb 10 20:04:02 UTC 2016


Author: truckman
Date: Wed Feb 10 20:04:00 2016
New Revision: 408648
URL: https://svnweb.freebsd.org/changeset/ports/408648

Log:
  Sort USE_PYTHON
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/py-option_merge/Makefile

Modified: head/devel/py-option_merge/Makefile
==============================================================================
--- head/devel/py-option_merge/Makefile	Wed Feb 10 19:49:38 2016	(r408647)
+++ head/devel/py-option_merge/Makefile	Wed Feb 10 20:04:00 2016	(r408648)
@@ -19,7 +19,7 @@ USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	delfick
 GH_TAGNAME=	2940589
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 do-test:
 	cd ${WRKSRC} && ${PYTHON_CMD} -m nose --with-noy


More information about the svn-ports-all mailing list