From owner-svn-ports-head@FreeBSD.ORG Mon Dec 2 14:41:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9FD2876 for ; Mon, 2 Dec 2013 14:41:38 +0000 (UTC) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD341982 for ; Mon, 2 Dec 2013 14:41:38 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id jw12so8838794veb.17 for ; Mon, 02 Dec 2013 06:41:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=uwzRXqFO8b2UIGsokaCOoDztgPWTy1gxCeHTBdfK7XQ=; b=Xc7vmJtpQF+kouPLwudP9BsIZQ17ghXGG144CR3sPz2r5qEf8aYqE4+oZVfM+r4KXK TLaSPWZ9qBmuFiFYPBRi+9eSQlcagsIEXSr/wgffZ/doKubZc8GpE2EcW9/7laoGkgbX EYXP7OG2wFp2hRn+yXp+aC4/a9IGjEjptM+amVzjOdVzfisUi22F9YYam4YrKi1gbEOp 6o10jCqgGtwuo0l8h+xIqvjL0WOyrHA8/I8VoXQX7Thay2YcGWpqOzXMdMoD1a1Lc9HF iTL2AxPw8lBVbWOJdD5raelsoQnRAFSStXoh0SZshUCv60gofC1MpC1msyjYyHer6VTi B++Q== X-Gm-Message-State: ALoCoQlR7UdPIAq0Ko8kVZsJetAL8SYYTpgarIIs0tZEWyKMH5RQWoo0o5eYG4ULI0n7AFLESWUH X-Received: by 10.220.11.7 with SMTP id r7mr52985023vcr.12.1385993416732; Mon, 02 Dec 2013 06:10:16 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.58.31.72 with HTTP; Mon, 2 Dec 2013 06:09:56 -0800 (PST) In-Reply-To: <201312021327.rB2DRJEo083439@svn.freebsd.org> References: <201312021327.rB2DRJEo083439@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Dec 2013 22:09:56 +0800 X-Google-Sender-Auth: 2Qwb351xQgYJapqtsGVqxXEYg5w Message-ID: Subject: Re: svn commit: r335484 - head/textproc/cdiff To: Mathieu Arnold Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 14:41:39 -0000 On Mon, Dec 2, 2013 at 9:27 PM, Mathieu Arnold wrote: > Author: mat > Date: Mon Dec 2 13:27:19 2013 > New Revision: 335484 > URL: http://svnweb.freebsd.org/changeset/ports/335484 > > Log: > Use PYDISTUTILS_AUTOPLIST > > PR: ports/184390 > Submitted by: sunpoet > > Deleted: > head/textproc/cdiff/pkg-plist > Modified: > head/textproc/cdiff/Makefile > > Modified: head/textproc/cdiff/Makefile > > ============================================================================== > --- head/textproc/cdiff/Makefile Mon Dec 2 13:23:26 2013 > (r335483) > +++ head/textproc/cdiff/Makefile Mon Dec 2 13:27:19 2013 > (r335484) > @@ -16,6 +16,7 @@ GH_TAGNAME= ${GH_COMMIT} > GH_COMMIT= f85a5e2 > > USE_PYTHON= > -USE_PYDISTUTILS= yes > +USE_PYDISTUTILS= > +PYDISTUTILS_AUTOPLIST= > > .include > Hi mat, You miss one thing in the PR: "- Set value of USE_GITHUB and USE_PYTHON explicitly". Is there any reason not giving them a "yes"? Thanks. Regards, sunpoet