git: c8c7a6d175ab - main - irc/soju: enable PAM support and fix build tag addition to GOFLAGS

From: Ashish SHUKLA <ashish_at_FreeBSD.org>
Date: Wed, 22 May 2024 22:16:33 UTC
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8c7a6d175aba07e9ddf8ddd622e42a9d9d7603f

commit c8c7a6d175aba07e9ddf8ddd622e42a9d9d7603f
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2024-05-18 20:40:33 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-05-22 22:15:12 +0000

    irc/soju: enable PAM support and fix build tag addition to GOFLAGS
    
    PR:             279141
---
 irc/soju/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/irc/soju/Makefile b/irc/soju/Makefile
index 5ca27a75f25d..4c414677bd34 100644
--- a/irc/soju/Makefile
+++ b/irc/soju/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	soju
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	irc
 
 MAINTAINER=	ashish@FreeBSD.org
@@ -22,12 +22,11 @@ USERS=			soju
 GROUPS=			soju
 SUB_LIST=		USER=${USERS}
 USE_RC_SUBR=		${PORTNAME}
-GO_BUILDFLAGS+=	-tags=libsqlite3
 CGO_LDFLAGS+=		-lsqlite3
 GO_MODULE=		git.sr.ht/~emersion/soju
 CONTRIBS=		./contrib/znc-import ./contrib/migrate-db \
 			./contrib/migrate-logs
-MAKE_ENV+=		${GO_ENV} \
+MAKE_ENV+=		${GO_ENV} GOFLAGS="${GOFLAGS} -tags=libsqlite3,pam" \
 			MANDIR=share/man \
 			PREFIX=${PREFIX} \
 			RUNDIR=/var/run \