Date: Sun, 13 Dec 2020 14:45:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557944 - head/www/py-flask-migrate Message-ID: <202012131445.0BDEjokn039361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 13 14:45:50 2020 New Revision: 557944 URL: https://svnweb.freebsd.org/changeset/ports/557944 Log: Update PORTNAME: use lowercase Modified: head/www/py-flask-migrate/Makefile Modified: head/www/py-flask-migrate/Makefile ============================================================================== --- head/www/py-flask-migrate/Makefile Sun Dec 13 14:45:46 2020 (r557943) +++ head/www/py-flask-migrate/Makefile Sun Dec 13 14:45:50 2020 (r557944) @@ -1,10 +1,11 @@ # $FreeBSD$ -PORTNAME= Flask-Migrate +PORTNAME= flask-migrate PORTVERSION= 2.5.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Flask-Migrate-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Database schema migrations for Flask applications
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131445.0BDEjokn039361>