Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2023 20:20:10 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: 21e620488c1e - main - print/cups: Use upstream release tarball
Message-ID:  <202307112020.36BKKAS0026177@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=21e620488c1e545a0af680a7c5d1aecc50fd04ce

commit 21e620488c1e545a0af680a7c5d1aecc50fd04ce
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2023-06-25 16:01:29 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2023-07-11 20:10:57 +0000

    print/cups: Use upstream release tarball
    
    PR:             272167
---
 print/cups/Makefile | 8 +++-----
 print/cups/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/print/cups/Makefile b/print/cups/Makefile
index 22ef8c1e834a..050070c9f5f6 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	cups
-PORTVERSION=	2.4.6
-DISTVERSIONPREFIX=v
+DISTVERSION=	2.4.6
 CATEGORIES=	print
+MASTER_SITES=	https://github.com/OpenPrinting/cups/releases/download/v${DISTVERSION}/
+EXTRACT_SUFX=	-source.tar.gz
 
 MAINTAINER=	tijl@FreeBSD.org
 COMMENT=	Common UNIX Printing System
@@ -13,9 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		compiler:c++11-lang cpe gmake iconv localbase pkgconfig
 CPE_VENDOR=	linuxfoundation
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	OpenPrinting
-
 CONFLICTS=	LPRng
 
 GNU_CONFIGURE=	yes
diff --git a/print/cups/distinfo b/print/cups/distinfo
index 426f7817cb5a..f816a293e533 100644
--- a/print/cups/distinfo
+++ b/print/cups/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687505666
-SHA256 (OpenPrinting-cups-v2.4.6_GH0.tar.gz) = 7d89f684aace50e17100c78812069168f1bdc06f95623117094f8c47ef867aef
-SIZE (OpenPrinting-cups-v2.4.6_GH0.tar.gz) = 8185117
+TIMESTAMP = 1687707736
+SHA256 (cups-2.4.6-source.tar.gz) = 58e970cf1955e1cc87d0847c32526d9c2ccee335e5f0e3882b283138ba0e7262
+SIZE (cups-2.4.6-source.tar.gz) = 8135135



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