git: eae54f6c6d79 - main - databases/postgresql10-server: Fix typo in rc script

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jul 27 20:07:45 UTC 2021


The branch main has been updated by lwhsu:

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

commit eae54f6c6d796d71a24141534fab318aa70b6705
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:06:33 +0000

    databases/postgresql10-server: Fix typo in rc script
    
    PR:             257447
    Reported by:    Tom Warnke <tom at toromtomtom.com>
    MFH:            2021Q3
---
 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-main mailing list