Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 22:06:09 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351502 - head/devel/py-babelfish
Message-ID:  <201404172206.s3HM69SP074483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Apr 17 22:06:08 2014
New Revision: 351502
URL: http://svnweb.freebsd.org/changeset/ports/351502
QAT: https://qat.redports.org/buildarchive/r351502/

Log:
  devel/py-babelfish: update to 0.5.1 and switch from easy_install

Modified:
  head/devel/py-babelfish/Makefile
  head/devel/py-babelfish/distinfo

Modified: head/devel/py-babelfish/Makefile
==============================================================================
--- head/devel/py-babelfish/Makefile	Thu Apr 17 21:59:26 2014	(r351501)
+++ head/devel/py-babelfish/Makefile	Thu Apr 17 22:06:08 2014	(r351502)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	babelfish
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,7 @@ COMMENT=	Module to work with countries a
 LICENSE=	BSD
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-post-patch:
-	@${REINPLACE_CMD} "s/.com',/.com', zip_safe=False,/" \
-		${WRKSRC}/setup.py
-
 .include <bsd.port.mk>

Modified: head/devel/py-babelfish/distinfo
==============================================================================
--- head/devel/py-babelfish/distinfo	Thu Apr 17 21:59:26 2014	(r351501)
+++ head/devel/py-babelfish/distinfo	Thu Apr 17 22:06:08 2014	(r351502)
@@ -1,2 +1,2 @@
-SHA256 (babelfish-0.4.0.tar.gz) = 1c22bf70ecc61d0ebe637edc3868dfb146dc5a458be353b20386406e28a18710
-SIZE (babelfish-0.4.0.tar.gz) = 89386
+SHA256 (babelfish-0.5.1.tar.gz) = bd78ecacc684aac8939c2937fe25c85179123940997943381ae9c22e37bf964f
+SIZE (babelfish-0.5.1.tar.gz) = 89683



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