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 87DF37A0EB for ; Mon, 11 Jul 2016 14:35:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3DCAE85E85; Mon, 11 Jul 2016 14:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C36F785E62 for ; Mon, 11 Jul 2016 14:35:15 +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 kwzvYFudldMG for ; Mon, 11 Jul 2016 14:35:15 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 644C885E38 for ; Mon, 11 Jul 2016 14:35:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6242AFBB5; Mon, 11 Jul 2016 14:35:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468247715253640" MIME-Version: 1.0 Date: Mon, 11 Jul 2016 14:35:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/contao To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160711143515.6242AFBB5@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. --_----------=_1468247715253640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jul 11 14:35:15 UTC 2016 Modified Files: pkgsrc/www/contao: Makefile.common Log Message: Remove reference to contao41. Add reference to contao42. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/www/contao/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468247715253640 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/contao/Makefile.common diff -u pkgsrc/www/contao/Makefile.common:1.105 pkgsrc/www/contao/Makefile.common:1.106 --- pkgsrc/www/contao/Makefile.common:1.105 Sun Dec 13 14:29:38 2015 +++ pkgsrc/www/contao/Makefile.common Mon Jul 11 14:35:15 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.105 2015/12/13 14:29:38 taca Exp $ +# $NetBSD: Makefile.common,v 1.106 2016/07/11 14:35:15 taca Exp $ # # used by www/contao35/Makefile -# used by www/contao41/Makefile +# used by www/contao42/Makefile CT_VER= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} CT_VERBASE= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1.\2/} --_----------=_1468247715253640--