git: 5a4682150101 - main - databases/firebird30-*: update to 3.0.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Nov 2022 01:53:00 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a468215010191eea58c91b75adb7f6a686fec47
commit 5a468215010191eea58c91b75adb7f6a686fec47
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-11-23 01:51:45 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-11-23 01:52:51 +0000
databases/firebird30-*: update to 3.0.10
ChangeLog at: https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rlsnotes30.html
---
databases/firebird30-server/Makefile | 8 +++----
databases/firebird30-server/distinfo | 6 +++---
.../files/patch-src_remote_SockAddr.h | 25 ----------------------
3 files changed, 7 insertions(+), 32 deletions(-)
diff --git a/databases/firebird30-server/Makefile b/databases/firebird30-server/Makefile
index 08081172e533..5726107ddc50 100644
--- a/databases/firebird30-server/Makefile
+++ b/databases/firebird30-server/Makefile
@@ -1,10 +1,10 @@
PORTNAME= firebird
-PORTVERSION= 3.0.7
-PORTREVISION= 3
+PORTVERSION= 3.0.10
+PORTREVISION= 0
CATEGORIES?= databases
-MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R3_0_7/
+MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
-DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.33374-0
+DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.33601-0
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
diff --git a/databases/firebird30-server/distinfo b/databases/firebird30-server/distinfo
index e18a632d7439..b0a0405d6aa9 100644
--- a/databases/firebird30-server/distinfo
+++ b/databases/firebird30-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621726682
-SHA256 (firebird/Firebird-3.0.7.33374-0.tar.bz2) = acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76
-SIZE (firebird/Firebird-3.0.7.33374-0.tar.bz2) = 9841457
+TIMESTAMP = 1669080245
+SHA256 (firebird/Firebird-3.0.10.33601-0.tar.bz2) = 9138bb60d27eabb15947c8bd0184dd7b795cc19ca6324b76db8ff719641f0340
+SIZE (firebird/Firebird-3.0.10.33601-0.tar.bz2) = 13270269
diff --git a/databases/firebird30-server/files/patch-src_remote_SockAddr.h b/databases/firebird30-server/files/patch-src_remote_SockAddr.h
deleted file mode 100644
index 30297137c2c5..000000000000
--- a/databases/firebird30-server/files/patch-src_remote_SockAddr.h
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/remote/SockAddr.h.orig 2020-10-12 00:02:22 UTC
-+++ src/remote/SockAddr.h
-@@ -112,11 +112,13 @@ public:
-
- #define AF_INET6_POSIX 10
- #define AF_INET6_WINDOWS 23
-+#define AF_INET6_BSD 28
- #define AF_INET6_DARWIN 30
-
- #if AF_INET6 == AF_INET6_POSIX
- #elif AF_INET6 == AF_INET6_WINDOWS
- #elif AF_INET6 == AF_INET6_DARWIN
-+#elif AF_INET6 == AF_INET6_BSD
- #else
- #error Unknown value of AF_INET6 !
- #endif
-@@ -132,6 +134,7 @@ inline void SockAddr::checkAndFixFamily(
- case AF_INET6_POSIX:
- case AF_INET6_WINDOWS:
- case AF_INET6_DARWIN:
-+ case AF_INET6_BSD:
- data.sock.sa_family = AF_INET6;
- fb_assert(len == sizeof(sockaddr_in6));
- break;
-