svn commit: r380147 - head/www/py-tornado

Grzegorz Blach gblach at FreeBSD.org
Sat Feb 28 15:10:57 UTC 2015


Author: gblach
Date: Sat Feb 28 15:10:56 2015
New Revision: 380147
URL: https://svnweb.freebsd.org/changeset/ports/380147
QAT: https://qat.redports.org/buildarchive/r380147/

Log:
  Update to 4.1
  
  PR:		197973
  Submitted by:	maintainer (khsing.cn <at> gmail <dot> com)

Modified:
  head/www/py-tornado/Makefile
  head/www/py-tornado/distinfo

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sat Feb 28 15:06:54 2015	(r380146)
+++ head/www/py-tornado/Makefile	Sat Feb 28 15:10:56 2015	(r380147)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tornado
-PORTVERSION=	4.0.2
+PORTVERSION=	4.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,9 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}bac
 		${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures
 .endif
 
+post-build:
+	@${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \;
+
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
 

Modified: head/www/py-tornado/distinfo
==============================================================================
--- head/www/py-tornado/distinfo	Sat Feb 28 15:06:54 2015	(r380146)
+++ head/www/py-tornado/distinfo	Sat Feb 28 15:10:56 2015	(r380147)
@@ -1,2 +1,2 @@
-SHA256 (tornado-4.0.2.tar.gz) = 900c5124ebdb6598ca8e8a0c5888f41a5f14117952d5515258e3d20222b21bfa
-SIZE (tornado-4.0.2.tar.gz) = 315841
+SHA256 (tornado-4.1.tar.gz) = 99abd3aede45c93739346ee7384e710120121c3744da155d5cff1c0101702228
+SIZE (tornado-4.1.tar.gz) = 332603


More information about the svn-ports-head mailing list