Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2024 10:28:56 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61d14bb2621c - main - security/pssh: pet portlint (+)
Message-ID:  <202411201028.4AKASuE8062151@gitrepo.freebsd.org>

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

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

commit 61d14bb2621c9697ac7c80f38d9bac4282ca5706
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-20 10:23:16 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-20 10:28:42 +0000

    security/pssh: pet portlint (+)
    
    When building with all flavors, concurrent packages get override by same name without flafors suffix
    Set noflafors to build only default one
    
    Approved by:    portmgr blanket (trivial packaging fix)
    
    Sponsored by:   Future Crew, LLC
---
 security/pssh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index 4100b0269c09..09aafafe8e76 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 RUN_DEPENDS=	rsync:net/rsync
 
 USES=		python
-USE_PYTHON=	autoplist pep517
+USE_PYTHON=	autoplist noflavors pep517
 USE_GITHUB=	yes
 GH_ACCOUNT=	lilydjwg
 



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