Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 20:28:40 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544840 - head/devel/blitz
Message-ID:  <202008132028.07DKSeWY056963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 13 20:28:39 2020
New Revision: 544840
URL: https://svnweb.freebsd.org/changeset/ports/544840

Log:
  devel/blitz: Remove the 2.7 python limitation because it's no longer needed

Modified:
  head/devel/blitz/Makefile

Modified: head/devel/blitz/Makefile
==============================================================================
--- head/devel/blitz/Makefile	Thu Aug 13 20:23:18 2020	(r544839)
+++ head/devel/blitz/Makefile	Thu Aug 13 20:28:39 2020	(r544840)
@@ -11,10 +11,7 @@ COMMENT=	Blitz++ Multi-Dimensional Array Library for C
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
-USES=		cmake:noninja libtool localbase python:2.7,build
+USES=		cmake:noninja libtool localbase python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	blitzpp
 USE_LDCONFIG=	yes



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