Date: Mon, 12 Feb 2024 09:13:00 +0100 From: Michael Osipov <michaelo@FreeBSD.org> To: John Hixson <jhixson@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 28f442a86592 - main - security/sssd2: fix building on current Message-ID: <91901d6d-82b7-4b2d-ab28-7ca4b8d87269@FreeBSD.org> In-Reply-To: <202402120341.41C3fQmk093921@gitrepo.freebsd.org> References: <202402120341.41C3fQmk093921@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2024-02-12 04:41, John Hixson wrote: > The branch main has been updated by jhixson: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=28f442a8659202f130ae0e4fa05b08d40e2b9734 > > commit 28f442a8659202f130ae0e4fa05b08d40e2b9734 > Author: John Hixson <jhixson@FreeBSD.org> > AuthorDate: 2024-02-12 03:23:00 +0000 > Commit: John Hixson <jhixson@FreeBSD.org> > CommitDate: 2024-02-12 03:41:16 +0000 > > security/sssd2: fix building on current > --- > security/sssd2/Makefile | 3 +- > security/sssd2/files/bsdnss.c | 44 +++++++++++----------- > .../patch-src__lib__certmap__sss_certmap.exports | 10 +++++ > .../files/patch-src__sss_client__sss_nss.exports | 28 +++++++------- > 4 files changed, 48 insertions(+), 37 deletions(-) > > diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile > index c08fc5aad78d..825b1290b5ee 100644 > --- a/security/sssd2/Makefile > +++ b/security/sssd2/Makefile > @@ -1,6 +1,6 @@ > PORTNAME= sssd > PORTVERSION= 2.9.4 > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= security > PKGNAMESUFFIX= -devel ^^^^^^^^^^^^^ Don't forget to drop this suffix. M
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91901d6d-82b7-4b2d-ab28-7ca4b8d87269>