diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2023-06-25 16:01:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2023-07-11 20:10:57 +0000 |
commit | 21e620488c1e545a0af680a7c5d1aecc50fd04ce (patch) | |
tree | 333e610c33ea8a01455e6e2670ce13dcdadf47e9 | |
parent | a8369fa45f1e1c1a4a37d8922d7daba31c5ab13c (diff) |
print/cups: Use upstream release tarball
PR: 272167
-rw-r--r-- | print/cups/Makefile | 8 | ||||
-rw-r--r-- | 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 |