diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:50:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:50:34 +0800 |
commit | d244d57f44c48af092d8fb0da04709f7b496243a (patch) | |
tree | a1a74f0efad2538f5c3c4f54ffa233da7552f12f /databases | |
parent | a0af881ecbb229f506c815e03b9eff7bfd7c602a (diff) | |
download | freebsd-ports-gnome-d244d57f44c48af092d8fb0da04709f7b496243a.tar.gz freebsd-ports-gnome-d244d57f44c48af092d8fb0da04709f7b496243a.tar.zst freebsd-ports-gnome-d244d57f44c48af092d8fb0da04709f7b496243a.zip |
- Update to 0.1.20121012
- Cleanup Makefile header
Changes: https://code.google.com/p/py-leveldb/source/list
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-leveldb/Makefile | 10 | ||||
-rw-r--r-- | databases/py-leveldb/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile index 505cc4ed16cd..0375921cb65e 100644 --- a/databases/py-leveldb/Makefile +++ b/databases/py-leveldb/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-leveldb -# Date created: 2011-10-04 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= leveldb -PORTVERSION= 0.1.20120612 +PORTVERSION= 0.1.20121012 CATEGORIES= databases python MASTER_SITES= LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +14,7 @@ COMMENT= Thread-safe Python binding for LevelDB LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_XZ= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/leveldb.so diff --git a/databases/py-leveldb/distinfo b/databases/py-leveldb/distinfo index 451f5acf28dd..d54f0fcbdf8d 100644 --- a/databases/py-leveldb/distinfo +++ b/databases/py-leveldb/distinfo @@ -1,2 +1,2 @@ -SHA256 (py-leveldb-0.1.20120612.tar.xz) = ba4b1023a77fef3d4c860dd7bc6b541a18119d10a2e1a3ca2f4ab7b4fdca3fab -SIZE (py-leveldb-0.1.20120612.tar.xz) = 11040 +SHA256 (py-leveldb-0.1.20121012.tar.xz) = e27b4e26dd606efd09850366dad90b87e450c6599a7350a764a5a4dc3e0ea4b4 +SIZE (py-leveldb-0.1.20121012.tar.xz) = 13792 |