Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 13:05:49 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b59f0c81d65 - main - *: Spell misc variables correctly
Message-ID:  <202405131305.44DD5nVR063874@gitrepo.freebsd.org>

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

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

commit 9b59f0c81d65cd3b41af6a3ca94dd66609b09267
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2024-05-13 12:28:18 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2024-05-13 12:43:41 +0000

    *: Spell misc variables correctly
    
    Reported by:    portfmt scan
---
 devel/venom/Makefile               | 2 +-
 lang/rustpython/Makefile           | 2 +-
 net-im/purple-plugin-pack/Makefile | 2 +-
 security/openssl32/Makefile        | 2 +-
 www/openemr/Makefile               | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/venom/Makefile b/devel/venom/Makefile
index e0ec3e8955e5..feac67bedef6 100644
--- a/devel/venom/Makefile
+++ b/devel/venom/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Manage and run integration tests with efficiency
 WWW=		https://github.com/ovh/venom
 
 LICENSE=	APACHE20
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
 
diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile
index 08461cf6ed18..b1372e5c6330 100644
--- a/lang/rustpython/Makefile
+++ b/lang/rustpython/Makefile
@@ -11,7 +11,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440
-BROKEN_i396=	fails to compile, see https://github.com/RustPython/RustPython/issues/5318
+BROKEN_i386=	fails to compile, see https://github.com/RustPython/RustPython/issues/5318
 
 USES=		cargo
 
diff --git a/net-im/purple-plugin-pack/Makefile b/net-im/purple-plugin-pack/Makefile
index eda684aa4796..543e4144dda5 100644
--- a/net-im/purple-plugin-pack/Makefile
+++ b/net-im/purple-plugin-pack/Makefile
@@ -11,7 +11,7 @@ WWW=		https://keep.imfreedom.org/pidgin/purple-plugin-pack
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPECATED=Uses deprecated gtk2 libraries
+DEPRECATED=Uses deprecated gtk2 libraries
 EXPIRATION_DATE=2024-12-31
 
 BUILD_DEPENDS=	pidgin>0:net-im/pidgin
diff --git a/security/openssl32/Makefile b/security/openssl32/Makefile
index 3feb471fe332..5c7a341b1c91 100644
--- a/security/openssl32/Makefile
+++ b/security/openssl32/Makefile
@@ -13,7 +13,7 @@ WWW=		https://www.openssl.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONFLICTS_INSTALL=	boringssl libressl libressl-devel openssl openssl111 openssl3[13] openssl*-quictls
+CONFLICTS_INSTALL=	boringssl libressl libressl-devel openssl openssl111 openssl3[13] openssl*-quictls
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config
diff --git a/www/openemr/Makefile b/www/openemr/Makefile
index ed9c745c091a..88c8646f4cde 100644
--- a/www/openemr/Makefile
+++ b/www/openemr/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Electronic health records and medical practice management application
 WWW=		https://www.open-emr.org/
 
 LICENSE=	GPLv3
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cpe php:flavors
 USE_PHP=	ctype curl gd json ldap mcrypt \



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