View | Details | Raw Unified | Return to bug 273961 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/pkgconf/Makefile (-1 / +6 lines)
Lines 1-15 Link Here
1
PORTNAME=	pkgconf
1
PORTNAME=	pkgconf
2
PORTVERSION=	2.0.3
2
PORTVERSION=	2.0.3
3
PORTREVISION=	1
3
PORTEPOCH=	1
4
PORTEPOCH=	1
4
CATEGORIES=	devel
5
CATEGORIES=	devel
5
MASTER_SITES=	https://distfiles.ariadne.space/${PORTNAME}/
6
MASTER_SITES=	https://distfiles.ariadne.space/${PORTNAME}/
6
7
8
PATCH_SITES=	${WWW}/commit/ \
9
		https://github.com/${PORTNAME}/${PORTNAME}/commit/
10
PATCHFILES+=	9691abe2ef0db8d0d3a6ac403c864882ab5895ae.patch:-p1 # https://github.com/pkgconf/pkgconf/pull/327
11
7
# NOTE: before committing to this port, contact portmgr to arrange for an
12
# NOTE: before committing to this port, contact portmgr to arrange for an
8
# experimental ports run.  Untested commits may be backed out at portmgr's
13
# experimental ports run.  Untested commits may be backed out at portmgr's
9
# discretion.
14
# discretion.
10
MAINTAINER=	bapt@FreeBSD.org
15
MAINTAINER=	bapt@FreeBSD.org
11
COMMENT=	Utility to help to configure compiler and linker flags
16
COMMENT=	Utility to help to configure compiler and linker flags
12
WWW=		https://git.sr.ht/~kaniini/pkgconf
17
WWW=		https://gitea.treehouse.systems/ariadne/${PORTNAME}
13
18
14
LICENSE=	ISCL
19
LICENSE=	ISCL
15
20
(-)b/devel/pkgconf/distinfo (-2 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1693811541
1
TIMESTAMP = 1696777027
2
SHA256 (pkgconf-2.0.3.tar.xz) = cabdf3c474529854f7ccce8573c5ac68ad34a7e621037535cbc3981f6b23836c
2
SHA256 (pkgconf-2.0.3.tar.xz) = cabdf3c474529854f7ccce8573c5ac68ad34a7e621037535cbc3981f6b23836c
3
SIZE (pkgconf-2.0.3.tar.xz) = 310796
3
SIZE (pkgconf-2.0.3.tar.xz) = 310796
4
- 
4
SHA256 (9691abe2ef0db8d0d3a6ac403c864882ab5895ae.patch) = 52a569fbca0c879058a34d80add3ba12a781586702102185d325dcd8caa0ac06
5
SIZE (9691abe2ef0db8d0d3a6ac403c864882ab5895ae.patch) = 748

Return to bug 273961