From ca45379c6633b17e6b969d7adcb45db6355b71b0 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 7 Apr 2024 06:04:52 -0700 Subject: [PATCH] net/freebsd-telnetd: Fix WWW PR: 278221 MFH: 2024Q2 --- net/freebsd-telnetd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/freebsd-telnetd/Makefile b/net/freebsd-telnetd/Makefile index d34f6dd2cb4e..68f2c954d278 100644 --- a/net/freebsd-telnetd/Makefile +++ b/net/freebsd-telnetd/Makefile @@ -1,12 +1,12 @@ PORTNAME= freebsd-telnetd DISTVERSIONPREFIX= v DISTVERSION= 14.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= cy@FreeBSD.org COMMENT= FreeBSD telnetd -WWW= https://github.com/cschuber/freebsd-telnetd +WWW= https://github.com/cschuber/freebsd-telnet LICENSE= BSD3CLAUSE