diff options
author | wg <wg@FreeBSD.org> | 2014-04-18 06:06:08 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-04-18 06:06:08 +0800 |
commit | bcab9cfc7bf1e39168500c8373fd3c59462e7630 (patch) | |
tree | 932e0c2542ef4ed2e76c61cf785b6b2d2a456477 | |
parent | 79ec0f4a57200d989cd2bd760ad904dc550b33b1 (diff) | |
download | freebsd-ports-gnome-bcab9cfc7bf1e39168500c8373fd3c59462e7630.tar.gz freebsd-ports-gnome-bcab9cfc7bf1e39168500c8373fd3c59462e7630.tar.zst freebsd-ports-gnome-bcab9cfc7bf1e39168500c8373fd3c59462e7630.zip |
devel/py-babelfish: update to 0.5.1 and switch from easy_install
-rw-r--r-- | devel/py-babelfish/Makefile | 8 | ||||
-rw-r--r-- | devel/py-babelfish/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/py-babelfish/Makefile b/devel/py-babelfish/Makefile index b47c9d61c2ad..33bc9de36de5 100644 --- a/devel/py-babelfish/Makefile +++ b/devel/py-babelfish/Makefile @@ -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 and languages 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> diff --git a/devel/py-babelfish/distinfo b/devel/py-babelfish/distinfo index 1b3ccb0df06a..098e5484e742 100644 --- a/devel/py-babelfish/distinfo +++ b/devel/py-babelfish/distinfo @@ -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 |