svn commit: r552471 - head/www/py-pastedeploy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:20:03 UTC 2020


Author: sunpoet
Date: Thu Oct 15 20:20:02 2020
New Revision: 552471
URL: https://svnweb.freebsd.org/changeset/ports/552471

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

Modified:
  head/www/py-pastedeploy/Makefile

Modified: head/www/py-pastedeploy/Makefile
==============================================================================
--- head/www/py-pastedeploy/Makefile	Thu Oct 15 20:15:28 2020	(r552470)
+++ head/www/py-pastedeploy/Makefile	Thu Oct 15 20:20:02 2020	(r552471)
@@ -1,11 +1,13 @@
 # Created by: Dryice Liu	<dryice at dryice.name>
 # $FreeBSD$
 
-PORTNAME=	PasteDeploy
+PORTNAME=	pastedeploy
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	PasteDeploy-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Load, configure, and compose WSGI applications and servers


More information about the svn-ports-all mailing list