View | Details | Raw Unified | Return to bug 272167
Collapse All | Expand All

(-)b/print/cups/Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	cups
1
PORTNAME=	cups
2
PORTVERSION=	2.4.6
2
PORTVERSION=	2.4.6
3
DISTVERSIONPREFIX=v
4
CATEGORIES=	print
3
CATEGORIES=	print
4
MASTER_SITES=	https://github.com/OpenPrinting/${PORTNAME}/releases/download/v${DISTVERSION}/
5
DISTNAME=	${PORTNAME}-${DISTVERSION}-source
5
6
6
MAINTAINER=	tijl@FreeBSD.org
7
MAINTAINER=	tijl@FreeBSD.org
7
COMMENT=	Common UNIX Printing System
8
COMMENT=	Common UNIX Printing System
Lines 13-23 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
USES=		compiler:c++11-lang cpe gmake iconv localbase pkgconfig
14
USES=		compiler:c++11-lang cpe gmake iconv localbase pkgconfig
14
CPE_VENDOR=	linuxfoundation
15
CPE_VENDOR=	linuxfoundation
15
16
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	OpenPrinting
18
19
CONFLICTS=	LPRng
17
CONFLICTS=	LPRng
20
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--enable-relro						\
22
CONFIGURE_ARGS=	--enable-relro						\
23
		--with-cups-user=${USERS}				\
23
		--with-cups-user=${USERS}				\
(-)b/print/cups/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1687505666
1
TIMESTAMP = 1687542210
2
SHA256 (OpenPrinting-cups-v2.4.6_GH0.tar.gz) = 7d89f684aace50e17100c78812069168f1bdc06f95623117094f8c47ef867aef
2
SHA256 (cups-2.4.6-source.tar.gz) = 58e970cf1955e1cc87d0847c32526d9c2ccee335e5f0e3882b283138ba0e7262
3
SIZE (OpenPrinting-cups-v2.4.6_GH0.tar.gz) = 8185117
3
SIZE (cups-2.4.6-source.tar.gz) = 8135135

Return to bug 272167