Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2022 07:28:32 GMT
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdc2d12d4c63 - main - devel/aws-checksums: Drop maintainership
Message-ID:  <202208220728.27M7SWnw092130@gitrepo.freebsd.org>

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

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

commit fdc2d12d4c632a54afe599516cf6fd15dbd612d0
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2022-08-21 20:50:24 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2022-08-22 07:27:58 +0000

    devel/aws-checksums: Drop maintainership
    
    Bump the OSVERSION check to FreeBSD 14. Clang still crashes on CURRENT due to assertions.
---
 devel/aws-checksums/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/aws-checksums/Makefile b/devel/aws-checksums/Makefile
index f1c7e0cc5c09..5376d87ca47d 100644
--- a/devel/aws-checksums/Makefile
+++ b/devel/aws-checksums/Makefile
@@ -4,7 +4,7 @@ DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	devel
 
-MAINTAINER=	danilo@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cross-Platform HW accelerated CRC32c and CRC32
 
 LICENSE=	APACHE20
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 # clang is crashing on CURRENT due an assertion
 # see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234232
 # and https://bugs.llvm.org/show_bug.cgi?id=40985
-.if ${OSVERSION} >= 1300000
+.if ${OSVERSION} >= 1400000
 USE_GCC=	yes
 .endif
 



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