Received: by mail.netbsd.org (Postfix, from userid 605) id 977D184D82; Sun, 9 Dec 2018 16:19:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A462184D48 for ; Sun, 9 Dec 2018 16:19:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i08MogfteiID for ; Sun, 9 Dec 2018 16:19:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C165184CDC for ; Sun, 9 Dec 2018 16:19:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9CF7FB16; Sun, 9 Dec 2018 16:19:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544372362298370" MIME-Version: 1.0 Date: Sun, 9 Dec 2018 16:19:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/php71-extensions To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181209161922.B9CF7FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1544372362298370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 9 16:19:22 UTC 2018 Modified Files: pkgsrc/meta-pkgs/php71-extensions: Makefile Log Message: meta-pkgs/php71-extensions: add php-sqlite3 Add php-sqlite3 to php71-extensions. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/meta-pkgs/php71-extensions/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544372362298370 Content-Disposition: inline Content-Length: 1297 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/php71-extensions/Makefile diff -u pkgsrc/meta-pkgs/php71-extensions/Makefile:1.4 pkgsrc/meta-pkgs/php71-extensions/Makefile:1.5 --- pkgsrc/meta-pkgs/php71-extensions/Makefile:1.4 Sat Dec 9 02:37:38 2017 +++ pkgsrc/meta-pkgs/php71-extensions/Makefile Sun Dec 9 16:19:22 2018 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2017/12/09 02:37:38 taca Exp $ +# $NetBSD: Makefile,v 1.5 2018/12/09 16:19:22 taca Exp $ DISTNAME= ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION} +PKGREVISION= 1 CATEGORIES= meta-pkgs www MASTER_SITES= # empty DISTFILES= # empty @@ -42,6 +43,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=$ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_pgsql DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_sqlite DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pgsql +DEPENDS+= ${PHP_PKG_PREFIX}-sqlite3>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-sqlite3 DEPENDS+= ${PHP_PKG_PREFIX}-posix>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-posix DEPENDS+= ${PHP_PKG_PREFIX}-pspell>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-pspell DEPENDS+= ${PHP_PKG_PREFIX}-shmop>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-shmop --_----------=_1544372362298370--