svn commit: r532825 - head/databases/py-apsw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 24 18:03:05 UTC 2020


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


More information about the svn-ports-all mailing list