Received: by mail.netbsd.org (Postfix, from userid 605) id B06FC84E3E; Fri, 5 Jan 2018 03:14:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C3AC84E38 for ; Fri, 5 Jan 2018 03:14:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VauqZOx5ozuU for ; Fri, 5 Jan 2018 03:14:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA77A84D70 for ; Fri, 5 Jan 2018 03:14:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B594CFBDE; Fri, 5 Jan 2018 03:14:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151512209213700" MIME-Version: 1.0 Date: Fri, 5 Jan 2018 03:14:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180105031452.B594CFBDE@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. --_----------=_151512209213700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jan 5 03:14:52 UTC 2018 Modified Files: pkgsrc/converters/php-iconv: Makefile pkgsrc/databases/php-pdo_sqlite: Makefile pkgsrc/textproc/php-intl: Makefile pkgsrc/textproc/php-json: Makefile Log Message: lang/php: reset PKGREVISION Reset PKGREVISION with updating of all lang/php* packages. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/php-iconv/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/php-pdo_sqlite/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/php-intl/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/php-json/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151512209213700 Content-Disposition: inline Content-Length: 2161 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/php-iconv/Makefile diff -u pkgsrc/converters/php-iconv/Makefile:1.12 pkgsrc/converters/php-iconv/Makefile:1.13 --- pkgsrc/converters/php-iconv/Makefile:1.12 Sat Dec 9 02:23:07 2017 +++ pkgsrc/converters/php-iconv/Makefile Fri Jan 5 03:14:52 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2017/12/09 02:23:07 taca Exp $ +# $NetBSD: Makefile,v 1.13 2018/01/05 03:14:52 taca Exp $ MODNAME= iconv -PKGREVISION= 1 CATEGORIES+= converters COMMENT= PHP extension for character set conversion Index: pkgsrc/databases/php-pdo_sqlite/Makefile diff -u pkgsrc/databases/php-pdo_sqlite/Makefile:1.28 pkgsrc/databases/php-pdo_sqlite/Makefile:1.29 --- pkgsrc/databases/php-pdo_sqlite/Makefile:1.28 Thu Nov 30 16:45:18 2017 +++ pkgsrc/databases/php-pdo_sqlite/Makefile Fri Jan 5 03:14:52 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2017/11/30 16:45:18 adam Exp $ +# $NetBSD: Makefile,v 1.29 2018/01/05 03:14:52 taca Exp $ MODNAME= pdo_sqlite CATEGORIES+= databases COMMENT= PHP extension for PHP Data Objects (SQLite v3) -PKGREVISION= 1 USE_PHP_EXT_PATCHES= yes Index: pkgsrc/textproc/php-intl/Makefile diff -u pkgsrc/textproc/php-intl/Makefile:1.33 pkgsrc/textproc/php-intl/Makefile:1.34 --- pkgsrc/textproc/php-intl/Makefile:1.33 Thu Nov 30 16:45:39 2017 +++ pkgsrc/textproc/php-intl/Makefile Fri Jan 5 03:14:52 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2017/11/30 16:45:39 adam Exp $ +# $NetBSD: Makefile,v 1.34 2018/01/05 03:14:52 taca Exp $ MODNAME= intl CATEGORIES+= textproc COMMENT= PHP extension for i18n -PKGREVISION= 1 LICENSE= php USE_LANGUAGES= c c++11 Index: pkgsrc/textproc/php-json/Makefile diff -u pkgsrc/textproc/php-json/Makefile:1.5 pkgsrc/textproc/php-json/Makefile:1.6 --- pkgsrc/textproc/php-json/Makefile:1.5 Wed Dec 13 11:42:41 2017 +++ pkgsrc/textproc/php-json/Makefile Fri Jan 5 03:14:52 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/12/13 11:42:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2018/01/05 03:14:52 taca Exp $ MODNAME= json -PKGREVISION= 1 CATEGORIES+= textproc COMMENT= PHP extension for JSON serialization support --_----------=_151512209213700--