From ec4fe71414021dbfcfb04cee508ca8d0c20c4d02 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 17 Apr 2016 18:59:10 +0000 Subject: [PATCH] devel/py-cffi: Update to 1.5.0 - Update to latest version 1.5.0 - Fix broken test target - Align test target with ports framework Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5960 --- devel/py-cffi/Makefile | 6 +++--- devel/py-cffi/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index 33556444b714..3ef7232f9d61 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cffi -PORTVERSION= 1.2.1 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,8 +23,8 @@ LDFLAGS+= -L${LOCALBASE}/lib USES= python USE_PYTHON= autoplist distutils -regression-test: patch - cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_ext -i && +do-test: patch + cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_ext -i && \ ${LOCALBASE}/bin/py.test .include diff --git a/devel/py-cffi/distinfo b/devel/py-cffi/distinfo index c8572d39446b..7b3743857bd8 100644 --- a/devel/py-cffi/distinfo +++ b/devel/py-cffi/distinfo @@ -1,2 +1,2 @@ -SHA256 (cffi-1.2.1.tar.gz) = eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d -SIZE (cffi-1.2.1.tar.gz) = 335778 +SHA256 (cffi-1.5.0.tar.gz) = 44f76f6c3fc654860821785192eca29bd66531af57d09b681e6d52584604a7e7 +SIZE (cffi-1.5.0.tar.gz) = 385496