git: e4d60e44691f - 2026Q1 - security/gnutls: Stop fetching ktls_utils.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Mar 2026 08:39:54 UTC
The branch 2026Q1 has been updated by tijl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d60e44691f40173402180d1fbe101e157d238a
commit e4d60e44691f40173402180d1fbe101e157d238a
Author: Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2026-03-05 08:36:25 +0000
Commit: Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2026-03-05 08:39:25 +0000
security/gnutls: Stop fetching ktls_utils.h
It was missing from distfiles in previous versions but this has been
fixed now.
(cherry picked from commit 004617c94be181d6a4b0c57b4482d2ae682ed945)
---
security/gnutls/Makefile | 6 +-----
security/gnutls/distinfo | 4 +---
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 613ae2e2d6a7..a6fc1417e43c 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,10 +1,7 @@
PORTNAME= gnutls
DISTVERSION= 3.8.12
CATEGORIES= security net
-MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/} \
- https://gitlab.com/gnutls/gnutls/-/raw/${DISTVERSION}/tests/:test
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ktls_utils.h:test
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/}
MAINTAINER= tijl@FreeBSD.org
COMMENT= GNU Transport Layer Security library
@@ -78,7 +75,6 @@ P11KIT_CONFIGURE_WITH= p11-kit
SRP_CONFIGURE_ENABLE= srp-authentication
post-patch:
- @${CP} -p ${DISTDIR}/ktls_utils.h ${WRKSRC}/tests/
@${RM} ${WRKSRC}/doc/*.info*
@${REINPLACE_CMD} 's,/usr/share,${PREFIX}/share,' \
${WRKSRC}/doc/manpages/*.[13]
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index 5ce1d5658b03..a365c3599285 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1772306541
+TIMESTAMP = 1772697776
SHA256 (gnutls-3.8.12.tar.xz) = a7b341421bfd459acf7a374ca4af3b9e06608dcd7bd792b2bf470bea012b8e51
SIZE (gnutls-3.8.12.tar.xz) = 6949604
-SHA256 (ktls_utils.h) = 0758f34ef9e2cad9c05a159d8157c8270f2d268625d2ad7cf7278c39ded5c5bb
-SIZE (ktls_utils.h) = 2733