Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 20:20:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552471 - head/www/py-pastedeploy
Message-ID:  <202010152020.09FKK3Ib014541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Load, configure, and compose WSGI applications and servers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010152020.09FKK3Ib014541>