Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 17:26:37 +0000
From:      Michael Osipov <michaelo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d27c53d9ebdd - main - security/openca-ocspd: Use documented placeholder NETWOKING in RC scripts
Message-ID:  <69c0264d.36f10.5f1b220a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by michaelo:

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

commit d27c53d9ebdd937e4c1d80e71dba05306add74d3
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-03-07 21:15:08 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-03-22 17:26:16 +0000

    security/openca-ocspd: Use documented placeholder NETWOKING in RC scripts
    
    PR:             293652
    Approved by:    bruno@ruomad.net (maintainer timeout)
    Differential Revision:  https://reviews.freebsd.org/D55712
---
 security/openca-ocspd/Makefile       | 2 +-
 security/openca-ocspd/files/ocspd.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/openca-ocspd/Makefile b/security/openca-ocspd/Makefile
index 83338f75a91a..ec4eefa3b733 100644
--- a/security/openca-ocspd/Makefile
+++ b/security/openca-ocspd/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openca-ocspd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	bruno@ruomad.net
diff --git a/security/openca-ocspd/files/ocspd.in b/security/openca-ocspd/files/ocspd.in
index dc813fc1fe86..bd2afa554318 100755
--- a/security/openca-ocspd/files/ocspd.in
+++ b/security/openca-ocspd/files/ocspd.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: ocspd
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
 
 . /etc/rc.subr
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c0264d.36f10.5f1b220a>