From c6fc416646e9235d7b4d8d3aed78152e75a5c32a Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2020 20:20:02 +0000 Subject: [PATCH] Update PORTNAME: use lowercase - Bump PORTREVISION for package change --- www/py-pastedeploy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-pastedeploy/Makefile b/www/py-pastedeploy/Makefile index 06b3be5a910d..c876e825b474 100644 --- a/www/py-pastedeploy/Makefile +++ b/www/py-pastedeploy/Makefile @@ -1,11 +1,13 @@ # Created by: Dryice Liu # $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@FreeBSD.org COMMENT= Load, configure, and compose WSGI applications and servers