svn commit: r351502 - head/devel/py-babelfish

William Grzybowski wg at FreeBSD.org
Thu Apr 17 22:06:09 UTC 2014


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


More information about the svn-ports-all mailing list