svn commit: r558666 - head/devel/py-flask-babel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:25:04 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:24:58 2020
New Revision: 558666
URL: https://svnweb.freebsd.org/changeset/ports/558666

Log:
  Update PORTNAME: use lowercase
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-flask-babel/Makefile

Modified: head/devel/py-flask-babel/Makefile
==============================================================================
--- head/devel/py-flask-babel/Makefile	Sat Dec 19 20:24:53 2020	(r558665)
+++ head/devel/py-flask-babel/Makefile	Sat Dec 19 20:24:58 2020	(r558666)
@@ -1,11 +1,13 @@
 # Created by: Olivier Duchateau <duchateau.olivier at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	Flask-Babel
+PORTNAME=	flask-babel
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Flask-Babel-${PORTVERSION}
 
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Adds i18n/l10n support to Flask applications


More information about the svn-ports-head mailing list