Index: head/databases/py-apsw/Makefile =================================================================== --- head/databases/py-apsw/Makefile (revision 417114) +++ head/databases/py-apsw/Makefile (revision 417115) @@ -1,25 +1,25 @@ # Created by: Rusty Nejdl # $FreeBSD$ PORTNAME= apsw -PORTVERSION= 3.11.1 +PORTVERSION= 3.13.0 DISTVERSIONSUFFIX= -r1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Another Python SQLite Wrapper LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= rogerbinns USES= localbase python sqlite:3 USE_PYTHON= distutils autoplist -PYDISTUTILS_EGGINFO= apsw-${PORTVERSION|.post1-py${PYTHON_VER}.egg-info post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so .include Index: head/databases/py-apsw/distinfo =================================================================== --- head/databases/py-apsw/distinfo (revision 417114) +++ head/databases/py-apsw/distinfo (revision 417115) @@ -1,2 +1,3 @@ -SHA256 (rogerbinns-apsw-3.11.1-r1_GH0.tar.gz) = 503b4975c00a66e6f5aa5f4593a4141ef8f71c11928bc3e7d6a356e5476878e2 -SIZE (rogerbinns-apsw-3.11.1-r1_GH0.tar.gz) = 309872 +TIMESTAMP = 1466256224 +SHA256 (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = de096149be32716e9c5dda2d1f20d59bb0609504c66c68e0ea9a3bf9953085f0 +SIZE (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = 311159 Index: head/databases/py-apsw/pkg-descr =================================================================== --- head/databases/py-apsw/pkg-descr (revision 417114) +++ head/databases/py-apsw/pkg-descr (revision 417115) @@ -1,8 +1,8 @@ APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. -WWW: https://rogerhibns.github.io/apsw/ +WWW: https://rogerbinns.github.io/apsw/