svn commit: r335484 - head/textproc/cdiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 2 14:41:39 UTC 2013


On Mon, Dec 2, 2013 at 9:27 PM, Mathieu Arnold <mat at freebsd.org> 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 <bsd.port.mk>
>

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


More information about the svn-ports-head mailing list