From owner-svn-ports-head@freebsd.org Sat Nov 24 22:41:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F3A4113C939 for ; Sat, 24 Nov 2018 22:41:38 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2297E6ADAE for ; Sat, 24 Nov 2018 22:41:38 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id E1FC021C17 for ; Sat, 24 Nov 2018 22:41:37 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f43.google.com with SMTP id v10so5523585ios.13 for ; Sat, 24 Nov 2018 14:41:37 -0800 (PST) X-Gm-Message-State: AA+aEWaq0gHWGyjtyiiayqfcwQKfeoJD5uWlbsJkREwP4BoFGsoHXis7 cFffqOCLtcpwjpwfyfnhKPW2mu5nGK63VMfCkA7oLA== X-Google-Smtp-Source: AFSGD/UW6JSuUk90aVWlEdag99HeJKVGE1Mn53scjQVq1xHCwfBR3V3LcyV82g6pKjPA2bb8M1uKJafxOdvUzFMnd7k= X-Received: by 2002:a5d:94cc:: with SMTP id y12mr11739577ior.233.1543099297328; Sat, 24 Nov 2018 14:41:37 -0800 (PST) MIME-Version: 1.0 References: <201811141357.wAEDvVPB025852@repo.freebsd.org> In-Reply-To: <201811141357.wAEDvVPB025852@repo.freebsd.org> From: Po-Chuan Hsieh Date: Sun, 25 Nov 2018 06:40:59 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r484923 - head/devel/py-fabric3 To: egypcio@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 2297E6ADAE X-Spamd-Result: default: False [1.43 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_LONG(0.54)[0.539,0]; NEURAL_SPAM_MEDIUM(0.47)[0.468,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.42)[0.420,0] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 24 Nov 2018 22:41:38 -0000 On Wed, Nov 14, 2018 at 9:57 PM Vin=C3=ADcius Zavam w= rote: > Author: egypcio > Date: Wed Nov 14 13:57:30 2018 > New Revision: 484923 > URL: https://svnweb.freebsd.org/changeset/ports/484923 > > Log: > devel/py-fabric3: update to v1.4 > > - adopted the port; > - added LICENSE_FILE; > - moved "post1" from DISTVERSION to DISTNAME. > > Approved by: araujo (mentor) > Differential Revision: https://reviews.freebsd.org/D17918 > > Modified: > head/devel/py-fabric3/Makefile > head/devel/py-fabric3/distinfo > > Modified: head/devel/py-fabric3/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/py-fabric3/Makefile Wed Nov 14 13:54:19 2018 > (r484922) > +++ head/devel/py-fabric3/Makefile Wed Nov 14 13:57:30 2018 > (r484923) > @@ -2,19 +2,20 @@ > # $FreeBSD$ > > PORTNAME=3D fabric3 > -DISTVERSION=3D 1.12.post1 > +DISTVERSION=3D 1.14 CATEGORIES=3D devel python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > -DISTNAME=3D Fabric3-${DISTVERSION} > +DISTNAME=3D Fabric3-${DISTVERSION}.post1 > Hi, It should be: DISTVERSION=3D 1.14.post1 DISTNAME=3D Fabric3-${DISTVERSION} Otherwise, the tarball is unfetchable. antoine@ has marked this port BROKEN in r485249. Note that the port version will go backward with the patch above. > > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D egypcio@googlemail.com Please use your @FreeBSD.org address. > > COMMENT=3D Python tool for remote execution and deployment > > LICENSE=3D BSD3CLAUSE > +LICENSE_FILE=3D ${WRKSRC}/LICENSE > > USES=3D python > -USE_PYTHON=3D autoplist distutils > +USE_PYTHON=3D autoplist distutils flavors > USE_PYTHON=3Dflavors will be added automatically when distutils is used. See Mk/Uses/python.mk (around line 257) for details. Regarding MAINTAINER and USE_PYTHON, please also consider updating other ports as well. Thanks! Regards, sunpoet > NO_ARCH=3D yes > > > Modified: head/devel/py-fabric3/distinfo > > =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/py-fabric3/distinfo Wed Nov 14 13:54:19 2018 > (r484922) > +++ head/devel/py-fabric3/distinfo Wed Nov 14 13:57:30 2018 > (r484923) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1478132139 > -SHA256 (Fabric3-1.12.post1.tar.gz) =3D > 9b868ba64bd4bd7d6beac9dea0911de65f278628ab93ef7bee7f7ff32a8892ba > -SIZE (Fabric3-1.12.post1.tar.gz) =3D 218077 > +TIMESTAMP =3D 1541763372 > +SHA256 (Fabric3-1.14.post1.tar.gz) =3D > 647e485ec83f30b587862f92374d6affc217f3d79819d1d7f512e42e7ae51e81 > +SIZE (Fabric3-1.14.post1.tar.gz) =3D 230856 > >