Received: by mail.netbsd.org (Postfix, from userid 605) id 85E9984D47; Tue, 9 Jan 2018 15:33:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1098884D2A for ; Tue, 9 Jan 2018 15:33:39 +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 gfSPEQ1rBLDb for ; Tue, 9 Jan 2018 15:33:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A5EDA84D20 for ; Tue, 9 Jan 2018 15:33:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B74CFBDE; Tue, 9 Jan 2018 15:33:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515512016118760" MIME-Version: 1.0 Date: Tue, 9 Jan 2018 15:33:36 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/www/php-curl To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20180109153336.1B74CFBDE@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. --_----------=_1515512016118760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Tue Jan 9 15:33:36 UTC 2018 Modified Files: pkgsrc/www/php-curl: Makefile Log Message: reset PKGREVISION for php-curl reset PKGREVISION along with update of all lang/php* on Jan 4th To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/php-curl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515512016118760 Content-Disposition: inline Content-Length: 519 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-curl/Makefile diff -u pkgsrc/www/php-curl/Makefile:1.34 pkgsrc/www/php-curl/Makefile:1.35 --- pkgsrc/www/php-curl/Makefile:1.34 Mon Jan 1 21:18:55 2018 +++ pkgsrc/www/php-curl/Makefile Tue Jan 9 15:33:35 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2018/01/01 21:18:55 adam Exp $ +# $NetBSD: Makefile,v 1.35 2018/01/09 15:33:35 jdolecek Exp $ MODNAME= curl CATEGORIES+= www COMMENT= PHP extension for curl functions -PKGREVISION= 1 CONFLICTS= php-curl-[0-9]* --_----------=_1515512016118760--