Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2024 21:39:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5137f298f9cb - main - ports-mgmt/portsnap: Fix typo in EXPIRATION_DATE
Message-ID:  <202403152139.42FLdZOY073016@gitrepo.freebsd.org>

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

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

commit 5137f298f9cbee246975d29cfcd0db84d92bce9d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-15 21:38:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-15 21:38:59 +0000

    ports-mgmt/portsnap: Fix typo in EXPIRATION_DATE
    
    Reported by:    lbartoletti
---
 ports-mgmt/portsnap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index 5d5708e71663..be779cf001e6 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/portsnap/Makefile
@@ -11,7 +11,7 @@ WWW=		http://www.daemonology.net/portsnap/
 LICENSE=	BSD2CLAUSE
 
 DEPRECATED=	portsnap infrastructure will be removed after the EOL of 13.x
-EXPIRQATION_DATE=2026-01-31
+EXPIRATION_DATE=2026-01-31
 
 SUB_FILES=		pkg-message
 



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