Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 85DEA7A269 for ; Tue, 26 Jul 2016 09:27:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 399B385EB0; Tue, 26 Jul 2016 09:27:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C005785E78 for ; Tue, 26 Jul 2016 09:27:30 +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 CVtOSSbrlTMB for ; Tue, 26 Jul 2016 09:27:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EC7C85E11 for ; Tue, 26 Jul 2016 09:27:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C828FBB5; Tue, 26 Jul 2016 09:27:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469525250104500" MIME-Version: 1.0 Date: Tue, 26 Jul 2016 09:27:30 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20160726092730.5C828FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469525250104500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Tue Jul 26 09:27:30 UTC 2016 Modified Files: pkgsrc/www: Makefile Log Message: add php-apcu_bc To generate a diff of this commit: cvs rdiff -u -r1.1182 -r1.1183 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469525250104500 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1182 pkgsrc/www/Makefile:1.1183 --- pkgsrc/www/Makefile:1.1182 Mon Jul 11 14:32:46 2016 +++ pkgsrc/www/Makefile Tue Jul 26 09:27:30 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1182 2016/07/11 14:32:46 taca Exp $ +# $NetBSD: Makefile,v 1.1183 2016/07/26 09:27:30 jdolecek Exp $ # COMMENT= Packages related to the World Wide Web @@ -545,6 +545,7 @@ SUBDIR+= pear-HTTP SUBDIR+= pear-HTTP_Request SUBDIR+= pear-HTTP_Request2 SUBDIR+= php-apcu +SUBDIR+= php-apcu_bc SUBDIR+= php-basercms SUBDIR+= php-concrete5 SUBDIR+= php-curl --_----------=_1469525250104500--