Index: head/databases/py-pytc/Makefile =================================================================== --- head/databases/py-pytc/Makefile (revision 512243) +++ head/databases/py-pytc/Makefile (revision 512244) @@ -1,24 +1,22 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= pytc -PORTVERSION= 0.8 -PORTREVISION= 7 +PORTVERSION= 0.9 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Tokyo Cabinet Python bindings LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet USES= python:2.7 USE_PYTHON= distutils autoplist .include post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/setup.py .include Index: head/databases/py-pytc/distinfo =================================================================== --- head/databases/py-pytc/distinfo (revision 512243) +++ head/databases/py-pytc/distinfo (revision 512244) @@ -1,2 +1,3 @@ -SHA256 (pytc-0.8.tar.gz) = b9d7dfad0b19e5c9d680b5a5e2ee20faa1755e1af0681da15d49e599d97fc14f -SIZE (pytc-0.8.tar.gz) = 10823 +TIMESTAMP = 1568759650 +SHA256 (pytc-0.9.tar.gz) = de8cc268403e53f06fa45606c4c3890b6c02df4dec7cf06f0639fe3dfbbf5b75 +SIZE (pytc-0.9.tar.gz) = 11138 Index: head/databases/py-pytc/pkg-descr =================================================================== --- head/databases/py-pytc/pkg-descr (revision 512243) +++ head/databases/py-pytc/pkg-descr (revision 512244) @@ -1,3 +1,3 @@ Tokyo Cabinet Python bindings -WWW: http://coderepos.org/share/wiki/PyTC +WWW: https://github.com/gunyarakun/pytc