Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 12:47:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e3ba1e3c369 - main - devel/toml11: Add NO_ARCH
Message-ID:  <202407291247.46TClrmF013272@gitrepo.freebsd.org>

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

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

commit 9e3ba1e3c3693fe2560c860c6dde107d7e7c15a4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 12:41:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 12:41:25 +0000

    devel/toml11: Add NO_ARCH
    
    - Update WWW
    
    Approved by:    portmgr (blanket)
---
 devel/toml11/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/toml11/Makefile b/devel/toml11/Makefile
index dd2271c40930..3eb42397c270 100644
--- a/devel/toml11/Makefile
+++ b/devel/toml11/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=		devel
 
 MAINTAINER=		dch@FreeBSD.org
 COMMENT=		C++11 header-only toml parser & encoder
-WWW=		https://github.com/toruniina/toml11
+WWW=		https://github.com/ToruNiina/toml11
 
 LICENSE=		MIT
 LICENSE_FILE=		${WRKSRC}/LICENSE
@@ -14,4 +14,6 @@ USES=		compiler:c++17-lang cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	ToruNiina
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>



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