git: 815b3d6b19d6 - main - net/sniproxy: Add REQUIRE: DAEMON
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 06:20:45 UTC
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=815b3d6b19d6e30acb26f4dd5cf07ce4da00f032 commit 815b3d6b19d6e30acb26f4dd5cf07ce4da00f032 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2022-07-31 06:19:55 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2022-07-31 06:19:55 +0000 net/sniproxy: Add REQUIRE: DAEMON Reported by: Karl Jeacle <karl at jeacle#ie> --- net/sniproxy/Makefile | 2 +- net/sniproxy/files/sniproxy.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile index 2063a44c54c7..9297f23f69e5 100644 --- a/net/sniproxy/Makefile +++ b/net/sniproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= sniproxy DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= krion@FreeBSD.org diff --git a/net/sniproxy/files/sniproxy.in b/net/sniproxy/files/sniproxy.in index c9749e16b43c..d07bba4856fc 100644 --- a/net/sniproxy/files/sniproxy.in +++ b/net/sniproxy/files/sniproxy.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: sniproxy -# BEFORE: DAEMON +# REQUIRE: DAEMON # KEYWORD: shutdown #