git: b7c9f46c1079 - main - www/py-flask-script: Use lowercase PORTNAME

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 18 19:32:20 UTC 2021


The branch main has been updated by sunpoet:

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

commit b7c9f46c1079994d5e6f138511b45758ed2e5e0f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-18 19:28:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-18 19:28:43 +0000

    www/py-flask-script: Use lowercase PORTNAME
    
    - Take maintainership
---
 www/py-flask-script/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile
index f66aa67ce649..1b0ddd9b178f 100644
--- a/www/py-flask-script/Makefile
+++ b/www/py-flask-script/Makefile
@@ -1,21 +1,23 @@
 # Created by: Mark Felder <feld at FreeBSD.org>
 
-PORTNAME=	Flask-Script
+PORTNAME=	flask-script
 PORTVERSION=	2.0.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Flask-Script-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Scripting support for Flask
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list