Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2023 13:59:55 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c356d6bfcf8 - main - net/ocserv: Fix build and wrong PLIST
Message-ID:  <202311091359.3A9Dxt6i097434@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

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

commit 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-11-09 13:56:56 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-11-09 13:59:35 +0000

    net/ocserv: Fix build and wrong PLIST
    
    Do not include now-non-existing file in plist.
    
    Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>
    PR:             274983
---
 net/ocserv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile
index c9f76d6539b4..808a77c12cdb 100644
--- a/net/ocserv/Makefile
+++ b/net/ocserv/Makefile
@@ -38,7 +38,7 @@ GROUPS=		_ocserv
 
 PLIST_SUB=	GROUPS="${GROUPS}" \
 		USERS="${USERS}"
-PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
+PORTDOCS=	AUTHORS ChangeLog NEWS README
 PORTEXAMPLES=	profile.xml sample.config sample.passwd
 
 OPTIONS_DEFINE=	DOCS EXAMPLES GSSAPI MAXMIND RADIUS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311091359.3A9Dxt6i097434>