git: ac30770cdc19 - 2021Q3 - databases/postgresql10-server: Fix typo in rc script
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Jul 27 20:08:21 UTC 2021
The branch 2021Q3 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac30770cdc198d98a5f0bce8a6c0391786ddf234
commit ac30770cdc198d98a5f0bce8a6c0391786ddf234
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-27 20:06:33 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-27 20:08:13 +0000
databases/postgresql10-server: Fix typo in rc script
PR: 257447
Reported by: Tom Warnke <tom at toromtomtom.com>
MFH: 2021Q3
(cherry picked from commit eae54f6c6d796d71a24141534fab318aa70b6705)
---
databases/postgresql10-server/Makefile | 2 +-
databases/postgresql10-server/files/postgresql.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
index c7c1d4e65864..2b445cf8e2d6 100644
--- a/databases/postgresql10-server/Makefile
+++ b/databases/postgresql10-server/Makefile
@@ -3,7 +3,7 @@
DISTVERSION?= 10.17
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
-PORTREVISION?= 1
+PORTREVISION?= 2
MAINTAINER?= pgsql at FreeBSD.org
diff --git a/databases/postgresql10-server/files/postgresql.in b/databases/postgresql10-server/files/postgresql.in
index 50725fd59103..e012b35f9dc8 100644
--- a/databases/postgresql10-server/files/postgresql.in
+++ b/databases/postgresql10-server/files/postgresql.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: postgresql
-# REQUIRE: DEAMON
+# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable PostgreSQL:
More information about the dev-commits-ports-all
mailing list