From owner-svn-ports-all@FreeBSD.ORG Wed Feb 19 23:57:53 2014 Return-Path: Delivered-To: svn-ports-all@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 348EA98F; Wed, 19 Feb 2014 23:57:53 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E41B12CB; Wed, 19 Feb 2014 23:57:52 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id l18so908538wgh.0 for ; Wed, 19 Feb 2014 15:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8XAQHgl8ca6De3nlmcdMur+oYNEUZyY5YU3PiO7ZjtM=; b=ChjtXCmBlAREqC9MiFmtz6XlVpa7ldOyji2x8dLqx54PIhd9KlsTXSmQEmzQ3OlLS1 3XRx15ULXUQzH9cyN5QQ71mi12q9Gwsjq3fsmX0mZ7zrB7ffMPV2BKMrYRyM+TOSQIrj 5zrG+RHLdYPdSgHgWWhqgsUENXaCVjy1f8ZtloxsI5QCbBCcKzmb7UXmpm7IUZVfwPB3 8X+1e+XLWHRvYQGzL9t+HQSuemBWbq4FhuTie4JKvD5AhmY1YpbPwDfto5BdS+oSK/9N MtBxz6mFYreZsmu+aXxrfG5Bc8maypfmDXW8DMeMKLPnAcgx5Bm7/QlaDZ0wfXoIIEtz fIGw== X-Received: by 10.194.23.201 with SMTP id o9mr4920727wjf.67.1392854270593; Wed, 19 Feb 2014 15:57:50 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ux5sm4357927wjc.6.2014.02.19.15.57.48 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 19 Feb 2014 15:57:49 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 20 Feb 2014 00:57:46 +0100 From: Baptiste Daroussin To: Xin LI Subject: Re: svn commit: r345165 - head/devel/hgsvn Message-ID: <20140219235746.GA1699@ithaqua.etoilebsd.net> References: <201402192351.s1JNplot033193@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <201402192351.s1JNplot033193@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 23:57:53 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2014 at 11:51:47PM +0000, Xin LI wrote: > Author: delphij > Date: Wed Feb 19 23:51:47 2014 > New Revision: 345165 > URL: http://svnweb.freebsd.org/changeset/ports/345165 > QAT: https://qat.redports.org/buildarchive/r345165/ >=20 > Log: > Update to 0.2.5. > =20 > While I'm there also pet portlint. >=20 > Modified: > head/devel/hgsvn/Makefile > head/devel/hgsvn/distinfo >=20 > Modified: head/devel/hgsvn/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/hgsvn/Makefile Wed Feb 19 23:47:51 2014 (r345164) > +++ head/devel/hgsvn/Makefile Wed Feb 19 23:51:47 2014 (r345165) > @@ -2,21 +2,22 @@ > # $FreeBSD$ > =20 > PORTNAME=3D hgsvn > -PORTVERSION=3D 0.2.3 > +PORTVERSION=3D 0.2.5 > CATEGORIES=3D devel python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > -DIST_SUBDIR=3D python > -EXTRACT_SUFX=3D .zip > =20 > MAINTAINER=3D delphij@FreeBSD.org > COMMENT=3D Scripts to work locally on Subversion checkouts using Mercuri= al > =20 > +LICENSE=3D GPLv3 > + > RUN_DEPENDS=3D svn:${PORTSDIR}/devel/subversion \ > hg:${PORTSDIR}/devel/mercurial > =20 > USE_PYTHON=3D yes > USE_PYDISTUTILS=3Dyes > +USE_ZIP=3D yes > PYDISTUTILS_AUTOPLIST=3D yes > PLIST_SUB=3D VERSION=3D${PORTVERSION} PYVER=3D${PYTHON_VERSION:S/python/= /} Why readding USE_ZIP? while bsdtar can just extract it fine? regards, Bapt --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlMFRPoACgkQ8kTtMUmk6EykNwCgmPymYyxsne694Et931SGUwY3 mloAoLrpqK4ue6xOiHy11dEnspE580ID =FNPK -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--