Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2023 22:11:16 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6218c0ab259f - main - print/cups: Fix build with GNUTLS disabled
Message-ID:  <202311172211.3AHMBGDu087517@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6218c0ab259f38c6e9ec88291b95a333c07d8c60

commit 6218c0ab259f38c6e9ec88291b95a333c07d8c60
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2023-11-17 20:51:47 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2023-11-17 22:10:11 +0000

    print/cups: Fix build with GNUTLS disabled
    
    PR:             275154
---
 print/cups/Makefile | 4 ++++
 print/cups/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/print/cups/Makefile b/print/cups/Makefile
index e9101d5b8622..addd7bc21d13 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,9 +1,13 @@
 PORTNAME=	cups
 DISTVERSION=	2.4.7
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	https://github.com/OpenPrinting/cups/releases/download/v${DISTVERSION}/
 EXTRACT_SUFX=	-source.tar.gz
 
+PATCH_SITES=	https://github.com/OpenPrinting/cups/commit/
+PATCHFILES=	43ceb50ad92236bda3de168a19765f371812a1ea.patch:-p1
+
 MAINTAINER=	tijl@FreeBSD.org
 COMMENT=	Common UNIX Printing System
 WWW=		https://github.com/OpenPrinting/cups
diff --git a/print/cups/distinfo b/print/cups/distinfo
index 9db2300bf4ea..6f4dd49c7ef6 100644
--- a/print/cups/distinfo
+++ b/print/cups/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1700231414
+TIMESTAMP = 1700253499
 SHA256 (cups-2.4.7-source.tar.gz) = dd54228dd903526428ce7e37961afaed230ad310788141da75cebaa08362cf6c
 SIZE (cups-2.4.7-source.tar.gz) = 8134809
+SHA256 (43ceb50ad92236bda3de168a19765f371812a1ea.patch) = 039092048f00e855bb24679842eb15f28a915bb1832120f91222ccc0aa7a423a
+SIZE (43ceb50ad92236bda3de168a19765f371812a1ea.patch) = 9886



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311172211.3AHMBGDu087517>