Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 20:41:57 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317050 - head/devel/py-pyro
Message-ID:  <201305012041.r41KfvR1005766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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