Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2024 08:41:28 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad5166db33a2 - main - security/py-mkpasswd: pet portlint & portfmt
Message-ID:  <202407040841.4648fSCX001391@gitrepo.freebsd.org>

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

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

commit ad5166db33a280c827955ceb3c8ae9de90c50cf9
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2024-07-04 08:14:44 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-07-04 08:40:48 +0000

    security/py-mkpasswd: pet portlint & portfmt
    
    PR:             279465
---
 security/py-mkpasswd/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/py-mkpasswd/Makefile b/security/py-mkpasswd/Makefile
index b55a6be3fbdb..b4280a6744a4 100644
--- a/security/py-mkpasswd/Makefile
+++ b/security/py-mkpasswd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mkpasswd
-DISTVERSIONPREFIX= v
 PORTVERSION=	2.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	security python
 
 MAINTAINER=	rbranco@suse.de
@@ -9,14 +9,14 @@ COMMENT=	Overfeatured front end to crypt(3)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argon2-cffi>=21.1:security/py-argon2-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR}
+
+USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	ricardobranco777
 GH_PROJECT=	mkpasswd
 
-USES=		python
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argon2-cffi>=21.1:security/py-argon2-cffi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR}
-
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/mkpasswd



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