svn commit: r557944 - head/www/py-flask-migrate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:45:58 UTC 2020


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 at FreeBSD.org
 COMMENT=	Database schema migrations for Flask applications


More information about the svn-ports-all mailing list