svn commit: r317050 - head/devel/py-pyro

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed May 1 20:41:57 UTC 2013


Author: rm
Date: Wed May  1 20:41:56 2013
New Revision: 317050
URL: http://svnweb.freebsd.org/changeset/ports/317050

Log:
  - restore DOS2UNIX call, that I forgot to comment off

Modified:
  head/devel/py-pyro/Makefile

Modified: head/devel/py-pyro/Makefile
==============================================================================
--- head/devel/py-pyro/Makefile	Wed May  1 20:38:55 2013	(r317049)
+++ head/devel/py-pyro/Makefile	Wed May  1 20:41:56 2013	(r317050)
@@ -13,7 +13,7 @@ COMMENT=	Distributed Object Middleware f
 
 LICENSE=	MIT
 
-#USE_DOS2UNIX=	yes
+USE_DOS2UNIX=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	Pyro4


More information about the svn-ports-all mailing list