Re: git: 28f442a86592 - main - security/sssd2: fix building on current
- In reply to: John Hixson : "git: 28f442a86592 - main - security/sssd2: fix building on current"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 08:13:00 UTC
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