Received: by mail.netbsd.org (Postfix, from userid 605) id 0F2AA84FA6; Mon, 26 Feb 2024 15:07:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708960025; bh=Hfj36a7jP0RP2GE+I0uBkHl+f492HHV5NYlVfQI/nrM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2mRrhjsVjmE/mSWxoCirzO7F2cDh2/+57PDWqzjZlHAk0qjJ/u0FePpFcxvHZKvQB PLrDtQ0w4H8KhZ6CUUQ6zRkbnxMJH3GKLRe+ijNqw2C/bOHxIdIqhDGpOTDR5lT3RE FGtBI0Nf7BNyrXRCyGlj2OchmHOAt3VFFStmhqGM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00CA184F57 for ; Mon, 26 Feb 2024 15:07:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 8jVd4NuB48Bm for ; Mon, 26 Feb 2024 15:07:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 88C7084D1D for ; Mon, 26 Feb 2024 15:07:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708960023; bh=Hfj36a7jP0RP2GE+I0uBkHl+f492HHV5NYlVfQI/nrM=; h=Date:From:Subject:To:Reply-To; b=v/m1rZGKu+eAh9EbfQSijYSnQiPxaatMw9TgMWOd0OsVmZH+HystdsVcpYUFoms/I 3fXPhKscdlptqCM4WplWrp1e27iwQyTUjmK3H4DjGgmD5P7UPFM8cLno/H2voVW/Rg kZUGRMDya5JPzxp3IiRAtJt0Xx4e1N5y1ZVgQug8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82CEDFA27; Mon, 26 Feb 2024 15:07:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170896002326290" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 15:07:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240226150703.82CEDFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170896002326290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Feb 26 15:07:03 UTC 2024 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable php-concrete-cms To generate a diff of this commit: cvs rdiff -u -r1.1783 -r1.1784 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170896002326290 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1783 pkgsrc/www/Makefile:1.1784 --- pkgsrc/www/Makefile:1.1783 Thu Feb 22 13:07:44 2024 +++ pkgsrc/www/Makefile Mon Feb 26 15:07:03 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1783 2024/02/22 13:07:44 adam Exp $ +# $NetBSD: Makefile,v 1.1784 2024/02/26 15:07:03 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -643,6 +643,7 @@ SUBDIR+= php-apcu SUBDIR+= php-apcu4 SUBDIR+= php-apcu_bc SUBDIR+= php-basercms +SUBDIR+= php-concrete-cms SUBDIR+= php-concrete5 SUBDIR+= php-contao-manager SUBDIR+= php-curl --_----------=_170896002326290--