Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 19:08:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3f8da66b18b - main - net/gmid: Update to 2.0.4
Message-ID:  <202406061908.456J87Ir077726@gitrepo.freebsd.org>

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

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

commit f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b
Author:     Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2024-06-06 15:59:35 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:49 +0000

    net/gmid: Update to 2.0.4
    
    Changelog: https://github.com/omar-polo/gmid/releases/tag/2.0.4
    
    PR:             279557
---
 net/gmid/Makefile               | 3 +--
 net/gmid/distinfo               | 6 +++---
 net/gmid/files/gmid.conf.sample | 5 +++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 77f762ac6788..49d248a77038 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gmid
-DISTVERSION=	2.0
-PORTREVISION=	1
+DISTVERSION=	2.0.4
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/omar-polo/${PORTNAME}/releases/download/${DISTVERSION}/ \
 		https://ftp.omarpolo.com/
diff --git a/net/gmid/distinfo b/net/gmid/distinfo
index b2e6a36c737f..48811c06894a 100644
--- a/net/gmid/distinfo
+++ b/net/gmid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704989207
-SHA256 (gmid-2.0.tar.gz) = b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d
-SIZE (gmid-2.0.tar.gz) = 182861
+TIMESTAMP = 1717683832
+SHA256 (gmid-2.0.4.tar.gz) = 820613f57d1993fece827b97faf7bc70169c35fde68045887d7369212992df94
+SIZE (gmid-2.0.4.tar.gz) = 192183
diff --git a/net/gmid/files/gmid.conf.sample b/net/gmid/files/gmid.conf.sample
index b4680f8d2acf..8ce5a0ec3823 100644
--- a/net/gmid/files/gmid.conf.sample
+++ b/net/gmid/files/gmid.conf.sample
@@ -1,12 +1,13 @@
 # drop privileges
 user "_gmid"
 
-# it's a good idea to enable chroot, but
-# beware that can make CGI scripting harder
+# it's a good idea to enable chroot
 chroot "/var/gemini"
 
 # An example of a server block:
 server "localhost" {
+	listen on * port 1965
+
 	# set the directory to serve; it's relative to the
 	# chroot (if enabled)
 	root "/localhost"



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