Date: Sun, 8 Oct 2023 12:02:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6c79d53e967d - main - databases/py-apsw: Update to 3.43.1.1 Message-ID: <202310081202.398C2wxY053963@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c79d53e967dc82f579dbcf86e7bb48a02b781ae commit 6c79d53e967dc82f579dbcf86e7bb48a02b781ae Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-08 11:54:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-08 11:54:47 +0000 databases/py-apsw: Update to 3.43.1.1 Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html --- databases/py-apsw/Makefile | 2 +- databases/py-apsw/distinfo | 6 +++--- databases/py-apsw/files/patch-src-apsw.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index b7c40338b1e1..6707a1991133 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,5 +1,5 @@ PORTNAME= apsw -PORTVERSION= 3.43.1.0 +PORTVERSION= 3.43.1.1 CATEGORIES= databases python MASTER_SITES= PYPI \ https://sqlite.org/2023/:sqlite diff --git a/databases/py-apsw/distinfo b/databases/py-apsw/distinfo index a7cd6fbc65e1..4f33567274a7 100644 --- a/databases/py-apsw/distinfo +++ b/databases/py-apsw/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1695143287 -SHA256 (apsw-3.43.1.0.tar.gz) = 7e2cbbb407b6d1146bbd966de5843688b4deaa2cb07d98690689a42d00363cdd -SIZE (apsw-3.43.1.0.tar.gz) = 398206 +TIMESTAMP = 1696753638 +SHA256 (apsw-3.43.1.1.tar.gz) = 19606778b88515495495a4be87dbfca4a28dd61afda8e5404c0ed0e78acd8de8 +SIZE (apsw-3.43.1.1.tar.gz) = 398125 SHA256 (sqlite-autoconf-3430100.tar.gz) = 39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9 SIZE (sqlite-autoconf-3430100.tar.gz) = 3175971 diff --git a/databases/py-apsw/files/patch-src-apsw.c b/databases/py-apsw/files/patch-src-apsw.c deleted file mode 100644 index c99d4c3929c6..000000000000 --- a/databases/py-apsw/files/patch-src-apsw.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/apsw.c.orig 2023-09-13 22:45:44 UTC -+++ src/apsw.c -@@ -102,7 +102,7 @@ API Reference - #ifdef _MSC_VER - #include <malloc.h> - #else --#include <alloca.h> -+#include <stdlib.h> - #endif - - /* Get the version number */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081202.398C2wxY053963>