Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2026 16:26:48 +0000
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e53e8ebaa5b7 - main - security/hidden-lake: Update 1.10.3 => 1.10.4
Message-ID:  <69cbf5c8.3d834.67492208@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

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

commit e53e8ebaa5b7aa135d430d491276ba5b9508a033
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-03-31 16:11:12 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-03-31 16:26:22 +0000

    security/hidden-lake: Update 1.10.3 => 1.10.4
    
    * Fix build with DOCS=off
    
    Approved by:            db@, yuri@ (Mentors, implicit)
---
 security/hidden-lake/Makefile  | 10 ++++------
 security/hidden-lake/distinfo  | 10 +++++-----
 security/hidden-lake/pkg-plist | 10 +++++-----
 3 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile
index fdabd9b15f1a..bb52aa504aeb 100644
--- a/security/hidden-lake/Makefile
+++ b/security/hidden-lake/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hidden-lake
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.10.3
-PORTREVISION=	1
+DISTVERSION=	1.10.4
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	alven@FreeBSD.org
@@ -27,14 +26,13 @@ TEST_TARGET=	test-run
 PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONS_SUB=	yes
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/*.md  ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/docs && ${INSTALL_DATA} *.md *.pdf *.svg ${STAGEDIR}${DOCSDIR}
 
 post-install-EXAMPLES-on:
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>
diff --git a/security/hidden-lake/distinfo b/security/hidden-lake/distinfo
index f514e39c4da9..ef1e457d6458 100644
--- a/security/hidden-lake/distinfo
+++ b/security/hidden-lake/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1771411527
-SHA256 (go/security_hidden-lake/hidden-lake-v1.10.3/v1.10.3.mod) = d27866f2c9f721d684a6a762dfd65f659cc1a2bdf9d6a729dda9762fbebeae3a
-SIZE (go/security_hidden-lake/hidden-lake-v1.10.3/v1.10.3.mod) = 311
-SHA256 (go/security_hidden-lake/hidden-lake-v1.10.3/v1.10.3.zip) = e927ff3b4296a9b4b490c3953f7c140b5c5f1ea85d9cb8e39a3bfa60f66f795a
-SIZE (go/security_hidden-lake/hidden-lake-v1.10.3/v1.10.3.zip) = 8109866
+TIMESTAMP = 1774973223
+SHA256 (go/security_hidden-lake/hidden-lake-v1.10.4/v1.10.4.mod) = eebc30c6981f36880325b24f7edf7fab2c18d4531f0f91d358acb21ac130e083
+SIZE (go/security_hidden-lake/hidden-lake-v1.10.4/v1.10.4.mod) = 311
+SHA256 (go/security_hidden-lake/hidden-lake-v1.10.4/v1.10.4.zip) = d0442094d39357ebc8f4672acaeb637f95fcbf7072f955ff60fc24bcba6843ed
+SIZE (go/security_hidden-lake/hidden-lake-v1.10.4/v1.10.4.zip) = 8034264
diff --git a/security/hidden-lake/pkg-plist b/security/hidden-lake/pkg-plist
index 6c0340751eee..9e458196500d 100644
--- a/security/hidden-lake/pkg-plist
+++ b/security/hidden-lake/pkg-plist
@@ -5,8 +5,8 @@ bin/hlk
 bin/hls-filesharer
 bin/hls-messenger
 bin/hls-pinger
-%%PORTDOCS%%%%DOCSDIR%%/CODESTYLE.md
-%%PORTDOCS%%%%DOCSDIR%%/DEF_PORTS.md
-%%PORTDOCS%%%%DOCSDIR%%/README.md
-%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network.pdf
-%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network_view.pdf
+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/CODESTYLE.md
+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/DEF_PORTS.md
+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network.pdf
+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/hidden_lake_anonymous_network_scheme.svg


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cbf5c8.3d834.67492208>