git: 7557ee0aeb6f - main - security/s2n-tls: Restore PORTEPOCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Sep 2022 15:54:58 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7557ee0aeb6f00eb882e466e752644c2c9d2724d commit 7557ee0aeb6f00eb882e466e752644c2c9d2724d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-22 15:53:59 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-22 15:53:59 +0000 security/s2n-tls: Restore PORTEPOCH - Restore PORTEPOCH removed vi mistake --- security/s2n-tls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 554806f4075b..91304a217afb 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,7 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v DISTVERSION= 1.3.22 +PORTEPOCH= 1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org