Hello, I was playing with gophernicus and noted that the installed readme says:
> Development! DO NOT USE unless you want fiery dragons! > (you probably want to `git checkout 3.0.1`) my interpretation is that the paragraph is meant to discourage people from running gophernicus from the master branch, but we're already fetching a tagged version. (no 'fiery dragons' for us unfortunately) I was a bit puzzled when reading the documentation, what about dropping the sentence? Or maybe it's clear enough? Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/gophernicus/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile 13 Feb 2021 14:13:37 -0000 1.20 +++ Makefile 19 Jan 2022 20:23:38 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.20 2021/02/13 14:13:37 bcallah Exp $ COMMENT= modern gopher server -REVISION = 0 +REVISION = 1 GH_ACCOUNT= gophernicus GH_PROJECT= gophernicus Index: patches/patch-README_md =================================================================== RCS file: patches/patch-README_md diff -N patches/patch-README_md --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-README_md 19 Jan 2022 20:23:28 -0000 @@ -0,0 +1,17 @@ +$OpenBSD$ + +we're already using the stable version + +Index: README.md +--- README.md.orig ++++ README.md +@@ -2,9 +2,6 @@ + + Version 3.0.1 + +-Development! DO NOT USE unless you want fiery dragons! +-(you probably want to `git checkout 3.0.1`) +- + *Copyright (c) 2009-2019 Kim Holviala and others* + + Gophernicus is a modern full-featured (and hopefully) secure gopher
