git: ca45379c6633 - main - net/freebsd-telnetd: Fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 13:05:45 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca45379c6633b17e6b969d7adcb45db6355b71b0 commit ca45379c6633b17e6b969d7adcb45db6355b71b0 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-04-07 13:04:52 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-04-07 13:04:52 +0000 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