git: 80f5f03d358c - main - databases/py-apsw: Update to 3.43.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:24:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=80f5f03d358c7d6c7bd529843e4388f705347410 commit 80f5f03d358c7d6c7bd529843e4388f705347410 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:17:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:17:52 +0000 databases/py-apsw: Update to 3.43.1.0 Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html --- databases/py-apsw/Makefile | 2 +- databases/py-apsw/distinfo | 10 +++++----- databases/py-apsw/files/patch-src-apsw.c | 11 +++++++++++ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 7f0b5c006da3..b7c40338b1e1 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,5 +1,5 @@ PORTNAME= apsw -PORTVERSION= 3.43.0.0 +PORTVERSION= 3.43.1.0 CATEGORIES= databases python MASTER_SITES= PYPI \ https://sqlite.org/2023/:sqlite diff --git a/databases/py-apsw/distinfo b/databases/py-apsw/distinfo index 0a269bd00ec3..a7cd6fbc65e1 100644 --- a/databases/py-apsw/distinfo +++ b/databases/py-apsw/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1693056801 -SHA256 (apsw-3.43.0.0.tar.gz) = 81d7db94047d8de91192b5ddac833f9ad131760d98fc478ab805965309d4a7d9 -SIZE (apsw-3.43.0.0.tar.gz) = 386807 -SHA256 (sqlite-autoconf-3430000.tar.gz) = 49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1 -SIZE (sqlite-autoconf-3430000.tar.gz) = 3178199 +TIMESTAMP = 1695143287 +SHA256 (apsw-3.43.1.0.tar.gz) = 7e2cbbb407b6d1146bbd966de5843688b4deaa2cb07d98690689a42d00363cdd +SIZE (apsw-3.43.1.0.tar.gz) = 398206 +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 new file mode 100644 index 000000000000..c99d4c3929c6 --- /dev/null +++ b/databases/py-apsw/files/patch-src-apsw.c @@ -0,0 +1,11 @@ +--- 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 */