git: 8d1669926307 - main - mail/archiveopteryx{-devel}: Fix rc script REQUIRE

From: Mark Felder <feld_at_FreeBSD.org>
Date: Mon, 06 Feb 2023 16:44:11 UTC
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