Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 01:22:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412088 - head/lang/cython
Message-ID:  <201603290122.u2T1MOux098031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 29 01:22:24 2016
New Revision: 412088
URL: https://svnweb.freebsd.org/changeset/ports/412088

Log:
  - Update to 0.23.5
  - Add "verify" target to verify distfile GPG signature
  
  PR:		208358
  Submitted by:	vmagerya@gmail.com (maintainer)

Modified:
  head/lang/cython/Makefile
  head/lang/cython/distinfo

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Tue Mar 29 01:06:26 2016	(r412087)
+++ head/lang/cython/Makefile	Tue Mar 29 01:22:24 2016	(r412088)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cython
-PORTVERSION=	0.23.4
+PORTVERSION=	0.23.5
 CATEGORIES=	lang python
 MASTER_SITES=	http://www.cython.org/release/ \
 		CHEESESHOP
@@ -21,4 +21,9 @@ post-install:
 	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
 		-name '*.so' -exec ${STRIP_CMD} {} +
 
+verify: checksum
+	fetch -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc" \
+		http://www.cython.org/release/${DISTNAME}${EXTRACT_SUFX}.asc
+	gpg2 --verify "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc"
+
 .include <bsd.port.mk>

Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo	Tue Mar 29 01:06:26 2016	(r412087)
+++ head/lang/cython/distinfo	Tue Mar 29 01:22:24 2016	(r412088)
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.23.4.tar.gz) = fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e
-SIZE (Cython-0.23.4.tar.gz) = 1628326
+SHA256 (Cython-0.23.5.tar.gz) = 0ae5a5451a190e03ee36922c4189ca2c88d1df40a89b4f224bc842d388a0d1b6
+SIZE (Cython-0.23.5.tar.gz) = 1629433



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