Received: by mail.netbsd.org (Postfix, from userid 605) id D766E84D9F; Sat, 15 Dec 2018 16:58:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCD6384D22 for ; Sat, 15 Dec 2018 16:58:14 +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 Z2p7OHjjjEUi for ; Sat, 15 Dec 2018 16:58:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E905584CF1 for ; Sat, 15 Dec 2018 16:58:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4952FB16; Sat, 15 Dec 2018 16:58:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154489309357840" MIME-Version: 1.0 Date: Sat, 15 Dec 2018 16:58:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181215165813.E4952FB16@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. --_----------=_154489309357840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 15 16:58:13 UTC 2018 Modified Files: pkgsrc/lang/php70: distinfo Removed Files: pkgsrc/lang/php70/patches: patch-ext_sqlite3_libsqlite_sqlite3.c Log Message: lang/php70: remove unused patch sqlite3 support moved todatabases/php-sqlite3 and it dose not use in-tree sqlite3. So, this patch is not required any more. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/php70/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/php70/patches/patch-ext_sqlite3_libsqlite_sqlite3.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154489309357840 Content-Disposition: inline Content-Length: 1138 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php70/distinfo diff -u pkgsrc/lang/php70/distinfo:1.50 pkgsrc/lang/php70/distinfo:1.51 --- pkgsrc/lang/php70/distinfo:1.50 Fri Dec 7 17:13:58 2018 +++ pkgsrc/lang/php70/distinfo Sat Dec 15 16:58:13 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.50 2018/12/07 17:13:58 taca Exp $ +$NetBSD: distinfo,v 1.51 2018/12/15 16:58:13 taca Exp $ SHA1 (php-7.0.33.tar.bz2) = 8bcc984f8ec2bd61e9aedd0770086bdb1f49ed4e RMD160 (php-7.0.33.tar.bz2) = 59ab0712f261ae2824fc0f7038a3225b1568bc87 @@ -16,7 +16,6 @@ SHA1 (patch-ext_pdo_config.m4) = 5222817 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8 SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159 -SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5 SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56 SHA1 (patch-ext_tidy_tidy.c) = 420559f0b36d054e4d954e666be2a519b67e1b84 SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627 --_----------=_154489309357840--