From owner-cvs-ports@FreeBSD.ORG Tue Dec 27 08:43:21 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0A3A106566B; Tue, 27 Dec 2011 08:43:21 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 74ADA8FC0C; Tue, 27 Dec 2011 08:43:21 +0000 (UTC) Received: by mail-iy0-f182.google.com with SMTP id j38so24308546iad.13 for ; Tue, 27 Dec 2011 00:43:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=vySiPlWCpFPjcC8zMUAlmN2U/WfD9DYgJPSWEDtAIho=; b=YuuvsiZn0kCfaDIKimvGJ6cv4Oo+C6STYRFNQfPMISTp5+vq55ju+LTTwvU7k/XbFV CBveRYOGm8pzD+HpBoJF07+MkbReNe+BGKsaOdYJ2ueed3kyw3hKhj5rwMsPsLz3YdqL QnKP3yg6z/SsLEASeruh1wVU9KxU+uHE0lHxk= Received: by 10.43.51.69 with SMTP id vh5mr31885631icb.32.1324975401315; Tue, 27 Dec 2011 00:43:21 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.207.7 with HTTP; Tue, 27 Dec 2011 00:42:50 -0800 (PST) In-Reply-To: <201112270126.pBR1QYKj010497@repoman.freebsd.org> References: <201112270126.pBR1QYKj010497@repoman.freebsd.org> From: Chris Rees Date: Tue, 27 Dec 2011 08:42:50 +0000 X-Google-Sender-Auth: u53BBKBMq-gf145nGylSzIcPfg4 Message-ID: To: Joe Marcus Clarke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.pl X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 08:43:21 -0000 On 27 December 2011 01:26, Joe Marcus Clarke wrote: > marcus =A0 =A0 =A02011-12-27 01:26:34 UTC > > =A0FreeBSD ports repository > > =A0Modified files: > =A0 =A0ports-mgmt/portlint =A0Makefile > =A0 =A0ports-mgmt/portlint/src portlint.pl > =A0Log: > =A0Update to 2.13.8. > > =A0* Complete the check for CPPFLAGS being set indirectly by checking MAK= E_ENV > =A0in addition to CONFIGURE_ENV. [1] > > =A0* Remove checks for port file headers as we are phasing them out in Fr= eeBSD. [2] So we shouldn't have the Ports Collection Makefile lines in ports any more? Chris