Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 18:03:03 +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: r532825 - head/databases/py-apsw
Message-ID:  <202004241803.03OI33QT059119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 24 18:03:03 2020
New Revision: 532825
URL: https://svnweb.freebsd.org/changeset/ports/532825

Log:
  Update BUILD_DEPENDS: chase PORTEPOCH bump in r524241

Modified:
  head/databases/py-apsw/Makefile

Modified: head/databases/py-apsw/Makefile
==============================================================================
--- head/databases/py-apsw/Makefile	Fri Apr 24 18:02:58 2020	(r532824)
+++ head/databases/py-apsw/Makefile	Fri Apr 24 18:03:03 2020	(r532825)
@@ -13,7 +13,7 @@ COMMENT=	Another Python SQLite Wrapper
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	sqlite3>=${PORTVERSION:R}:databases/sqlite3
+BUILD_DEPENDS=	sqlite3>=${PORTVERSION:R},1:databases/sqlite3
 
 USES=		localbase python sqlite:3
 USE_PYTHON=	autoplist concurrent distutils



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