svn commit: r413536 - head/devel/py-cffi

Bernard Spil brnrd at FreeBSD.org
Sun Apr 17 18:59:12 UTC 2016


Author: brnrd
Date: Sun Apr 17 18:59:10 2016
New Revision: 413536
URL: https://svnweb.freebsd.org/changeset/ports/413536

Log:
  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

Modified:
  head/devel/py-cffi/Makefile
  head/devel/py-cffi/distinfo

Modified: head/devel/py-cffi/Makefile
==============================================================================
--- head/devel/py-cffi/Makefile	Sun Apr 17 18:58:59 2016	(r413535)
+++ head/devel/py-cffi/Makefile	Sun Apr 17 18:59:10 2016	(r413536)
@@ -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 <bsd.port.mk>

Modified: head/devel/py-cffi/distinfo
==============================================================================
--- head/devel/py-cffi/distinfo	Sun Apr 17 18:58:59 2016	(r413535)
+++ head/devel/py-cffi/distinfo	Sun Apr 17 18:59:10 2016	(r413536)
@@ -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


More information about the svn-ports-all mailing list