Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2021 06:44:07 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59d7786f217d - main - textproc/py-pystache: update to 0.6.0.
Message-ID:  <202112120644.1BC6i76A045620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59d7786f217d032c4754c586c4fc1b0e4d99255c

commit 59d7786f217d032c4754c586c4fc1b0e4d99255c
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2021-12-12 06:42:13 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2021-12-12 06:42:13 +0000

    textproc/py-pystache: update to 0.6.0.
    
    ChangeLog: https://github.com/sarnold/pystache/releases/tag/0.6.0
---
 textproc/py-pystache/Makefile  | 4 ++--
 textproc/py-pystache/distinfo  | 5 +++--
 textproc/py-pystache/pkg-descr | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-pystache/Makefile b/textproc/py-pystache/Makefile
index 8120bcdae9a5..81ed93ae4f41 100644
--- a/textproc/py-pystache/Makefile
+++ b/textproc/py-pystache/Makefile
@@ -1,8 +1,8 @@
 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
 
 PORTNAME=	pystache
-PORTVERSION=	0.5.4
-PORTREVISION=	1
+PORTVERSION=	0.6.0
+PORTREVISION=	0
 CATEGORIES=	textproc www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-pystache/distinfo b/textproc/py-pystache/distinfo
index e9e63e6810cb..0c85cc34653b 100644
--- a/textproc/py-pystache/distinfo
+++ b/textproc/py-pystache/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pystache-0.5.4.tar.gz) = f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a
-SIZE (pystache-0.5.4.tar.gz) = 75131
+TIMESTAMP = 1639291223
+SHA256 (pystache-0.6.0.tar.gz) = 93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d
+SIZE (pystache-0.6.0.tar.gz) = 78240
diff --git a/textproc/py-pystache/pkg-descr b/textproc/py-pystache/pkg-descr
index 6fb5813459b7..48761cfc65cd 100644
--- a/textproc/py-pystache/pkg-descr
+++ b/textproc/py-pystache/pkg-descr
@@ -2,4 +2,4 @@ Pystache is a Python implementation of Mustache.
 Inspired by ctemplate and et, Mustache is a framework-agnostic
 way to render logic-free views.
 
-WWW: https://github.com/defunkt/pystache
+WWW: https://github.com/sarnold/pystache



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