Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 16:50:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311241 - head/databases/py-leveldb
Message-ID:  <201301301650.r0UGoZFs011009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 16:50:34 2013
New Revision: 311241
URL: http://svnweb.freebsd.org/changeset/ports/311241

Log:
  - Update to 0.1.20121012
  - Cleanup Makefile header
  
  Changes:	https://code.google.com/p/py-leveldb/source/list

Modified:
  head/databases/py-leveldb/Makefile   (contents, props changed)
  head/databases/py-leveldb/distinfo   (contents, props changed)

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Wed Jan 30 16:49:44 2013	(r311240)
+++ head/databases/py-leveldb/Makefile	Wed Jan 30 16:50:34 2013	(r311241)
@@ -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 
 LIB_DEPENDS=	leveldb:${PORTSDIR}/databases/leveldb
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 USE_XZ=		yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/leveldb.so

Modified: head/databases/py-leveldb/distinfo
==============================================================================
--- head/databases/py-leveldb/distinfo	Wed Jan 30 16:49:44 2013	(r311240)
+++ head/databases/py-leveldb/distinfo	Wed Jan 30 16:50:34 2013	(r311241)
@@ -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



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