Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2019 13:15:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497409 - head/devel/py-pytest
Message-ID:  <201903311315.x2VDFwfc053960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 31 13:15:58 2019
New Revision: 497409
URL: https://svnweb.freebsd.org/changeset/ports/497409

Log:
  Fix r496893
  
  - Bump PORTREVISION for dependency change
  
  The value is changed from PYTHON_REL format to PYTHON_VER format but the variable is not.

Modified:
  head/devel/py-pytest/Makefile

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Sun Mar 31 13:15:52 2019	(r497408)
+++ head/devel/py-pytest/Makefile	Sun Mar 31 13:15:58 2019	(r497409)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pytest
 PORTVERSION=	4.3.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -34,7 +35,7 @@ NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 3.0
+.if ${PYTHON_VER} < 3.0
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
 .endif
 



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