Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2023 16:44:11 GMT
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d1669926307 - main - mail/archiveopteryx{-devel}: Fix rc script REQUIRE
Message-ID:  <202302061644.316GiBus072639@gitrepo.freebsd.org>

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

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

commit 8d16699263075ffe10995d3ef2779493c60b1ff8
Author:     Mark Felder <feld@FreeBSD.org>
AuthorDate: 2023-02-06 16:43:19 +0000
Commit:     Mark Felder <feld@FreeBSD.org>
CommitDate: 2023-02-06 16:43:19 +0000

    mail/archiveopteryx{-devel}: Fix rc script REQUIRE
    
    LOGIN must be uppercase
---
 mail/archiveopteryx-devel/Makefile                | 2 +-
 mail/archiveopteryx-devel/files/archiveopteryx.in | 2 +-
 mail/archiveopteryx/Makefile                      | 2 +-
 mail/archiveopteryx/files/archiveopteryx.in       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile
index 591456454244..79ca4381efae 100644
--- a/mail/archiveopteryx-devel/Makefile
+++ b/mail/archiveopteryx-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	archiveopteryx
 PORTVERSION=	3.2.99.20181030
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-devel
 
diff --git a/mail/archiveopteryx-devel/files/archiveopteryx.in b/mail/archiveopteryx-devel/files/archiveopteryx.in
index ad3426fb18ba..25f46f2986ec 100644
--- a/mail/archiveopteryx-devel/files/archiveopteryx.in
+++ b/mail/archiveopteryx-devel/files/archiveopteryx.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: archiveopteryx
-# REQUIRE: login
+# REQUIRE: LOGIN
 # KEYWORD: shutdown
 #
 # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index f86010d148d6..c3b176484a9f 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	archiveopteryx
 PORTVERSION=	3.2.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	mail
 MASTER_SITES=	http://archiveopteryx.org/download/
 
diff --git a/mail/archiveopteryx/files/archiveopteryx.in b/mail/archiveopteryx/files/archiveopteryx.in
index ad3426fb18ba..25f46f2986ec 100644
--- a/mail/archiveopteryx/files/archiveopteryx.in
+++ b/mail/archiveopteryx/files/archiveopteryx.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: archiveopteryx
-# REQUIRE: login
+# REQUIRE: LOGIN
 # KEYWORD: shutdown
 #
 # Add the following lines to /etc/rc.conf.local or /etc/rc.conf



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