svn commit: r513981 - head/devel/py-cheetah3
Steve Wills
swills at FreeBSD.org
Mon Oct 7 17:44:46 UTC 2019
Author: swills
Date: Mon Oct 7 17:44:45 2019
New Revision: 513981
URL: https://svnweb.freebsd.org/changeset/ports/513981
Log:
devel/py-cheetah3: Update to 3.2.4
PR: 240958
Submitted by: Shane <FreeBSD at ShaneWare.Biz> (maintainer)
Modified:
head/devel/py-cheetah3/Makefile (contents, props changed)
head/devel/py-cheetah3/distinfo (contents, props changed)
Modified: head/devel/py-cheetah3/Makefile
==============================================================================
--- head/devel/py-cheetah3/Makefile Mon Oct 7 17:43:02 2019 (r513980)
+++ head/devel/py-cheetah3/Makefile Mon Oct 7 17:44:45 2019 (r513981)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cheetah
-DISTVERSION= 3.2.3
+DISTVERSION= 3.2.4
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,5 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:te
USES= python
USE_PYTHON= autoplist concurrent distutils
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Cheetah/*.so
.include <bsd.port.mk>
Modified: head/devel/py-cheetah3/distinfo
==============================================================================
--- head/devel/py-cheetah3/distinfo Mon Oct 7 17:43:02 2019 (r513980)
+++ head/devel/py-cheetah3/distinfo Mon Oct 7 17:44:45 2019 (r513981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557680097
-SHA256 (Cheetah3-3.2.3.tar.gz) = 7c450bce04a82d34cf6d48992c736c2048246cbc00f7b4903a39cf9a8ea3990c
-SIZE (Cheetah3-3.2.3.tar.gz) = 875441
+TIMESTAMP = 1569732902
+SHA256 (Cheetah3-3.2.4.tar.gz) = caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b
+SIZE (Cheetah3-3.2.4.tar.gz) = 294969
More information about the svn-ports-all
mailing list