svn commit: r562789 - head/devel/py-decoratortools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:26:50 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:26:46 2021
New Revision: 562789
URL: https://svnweb.freebsd.org/changeset/ports/562789

Log:
  Update PORTNAME: use lowercase

Modified:
  head/devel/py-decoratortools/Makefile

Modified: head/devel/py-decoratortools/Makefile
==============================================================================
--- head/devel/py-decoratortools/Makefile	Tue Jan 26 17:26:41 2021	(r562788)
+++ head/devel/py-decoratortools/Makefile	Tue Jan 26 17:26:46 2021	(r562789)
@@ -1,12 +1,13 @@
 # Created by: alexander smishlajev
 # $FreeBSD$
 
-PORTNAME=	DecoratorTools
+PORTNAME=	decoratortools
 PORTVERSION=	1.8
 PORTREVISION=	4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	DecoratorTools-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Class, function, and metaclass decorators


More information about the svn-ports-head mailing list