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 C70F87A0F3 for ; Sat, 11 Mar 2017 18:29:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6CFE185618; Sat, 11 Mar 2017 18:29:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE4C5855FB for ; Sat, 11 Mar 2017 18:29:24 +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 IGmsCS9utHHq for ; Sat, 11 Mar 2017 18:29:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B3CD84CEE for ; Sat, 11 Mar 2017 18:29:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82EDEFBE4; Sat, 11 Mar 2017 18:29:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148925696484840" MIME-Version: 1.0 Date: Sat, 11 Mar 2017 18:29:24 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170311182924.82EDEFBE4@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. --_----------=_148925696484840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Mar 11 18:29:24 UTC 2017 Modified Files: pkgsrc/mk: apache.mk Log Message: default to apache24 (not 22) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/mk/apache.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148925696484840 Content-Disposition: inline Content-Length: 682 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/apache.mk diff -u pkgsrc/mk/apache.mk:1.29 pkgsrc/mk/apache.mk:1.30 --- pkgsrc/mk/apache.mk:1.29 Fri Jul 4 21:20:52 2014 +++ pkgsrc/mk/apache.mk Sat Mar 11 18:29:24 2017 @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.29 2014/07/04 21:20:52 dholland Exp $ +# $NetBSD: apache.mk,v 1.30 2017/03/11 18:29:24 maya Exp $ # # This file is meant to be included by packages that require an apache # web server. @@ -46,7 +46,7 @@ _SYS_VARS.apache= PKG_APACHE APACHE_PKG_ .include "bsd.fast.prefs.mk" -PKG_APACHE_DEFAULT?= apache22 +PKG_APACHE_DEFAULT?= apache24 BUILD_DEFS+= PKG_APACHE_DEFAULT BUILD_DEFS_EFFECTS+= PKG_APACHE APACHE_PKG_PREFIX --_----------=_148925696484840--