- Update to 0.1.20121012
- Cleanup Makefile header Changes: https://code.google.com/p/py-leveldb/source/list
This commit is contained in:
parent
6972636b98
commit
2a544b0242
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311241
2 changed files with 5 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
||||||
# New ports collection makefile for: py-leveldb
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
# Date created: 2011-10-04
|
|
||||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= leveldb
|
PORTNAME= leveldb
|
||||||
PORTVERSION= 0.1.20120612
|
PORTVERSION= 0.1.20121012
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= LOCAL/sunpoet
|
MASTER_SITES= LOCAL/sunpoet
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -18,7 +14,7 @@ COMMENT= Thread-safe Python binding for LevelDB
|
||||||
LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb
|
LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS=yes
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
|
|
||||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/leveldb.so
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/leveldb.so
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (py-leveldb-0.1.20120612.tar.xz) = ba4b1023a77fef3d4c860dd7bc6b541a18119d10a2e1a3ca2f4ab7b4fdca3fab
|
SHA256 (py-leveldb-0.1.20121012.tar.xz) = e27b4e26dd606efd09850366dad90b87e450c6599a7350a764a5a4dc3e0ea4b4
|
||||||
SIZE (py-leveldb-0.1.20120612.tar.xz) = 11040
|
SIZE (py-leveldb-0.1.20121012.tar.xz) = 13792
|
||||||
|
|
Loading…
Reference in a new issue