Date: Fri, 16 Mar 2018 15:23:16 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464710 - head/net/google-cloud-sdk Message-ID: <201803161523.w2GFNG0o071420@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Mar 16 15:23:16 2018 New Revision: 464710 URL: https://svnweb.freebsd.org/changeset/ports/464710 Log: Add runtime dependency on py-sqlite3 to fix runtime issue Reported by: gjb Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Fri Mar 16 15:22:10 2018 (r464709) +++ head/net/google-cloud-sdk/Makefile Fri Mar 16 15:23:16 2018 (r464710) @@ -3,7 +3,7 @@ PORTNAME= google-cloud-sdk PORTVERSION= 183.0.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -15,7 +15,8 @@ USES= python NO_BUILD= yes WRKSRC= ${WRKDIR}/google-cloud-sdk -RUN_DEPENDS= python:lang/python +RUN_DEPENDS= python:lang/python \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 post-extract: @${RM} -r \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803161523.w2GFNG0o071420>