From owner-svn-ports-all@freebsd.org Sun Nov 25 13:39:52 2018 Return-Path: Delivered-To: svn-ports-all@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 2CA631104A9E; Sun, 25 Nov 2018 13:39:52 +0000 (UTC) (envelope-from egypcio@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 A494584ED7; Sun, 25 Nov 2018 13:39:51 +0000 (UTC) (envelope-from egypcio@freebsd.org) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) (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: egypcio) by smtp.freebsd.org (Postfix) with ESMTPSA id 4E7F62767A; Sun, 25 Nov 2018 13:39:51 +0000 (UTC) (envelope-from egypcio@freebsd.org) Received: by mail-pg1-f171.google.com with SMTP id w6so4916295pgl.6; Sun, 25 Nov 2018 05:39:51 -0800 (PST) X-Gm-Message-State: AGRZ1gINmiH/RUKRIysTUgGF1Ma8eyn8aqPEa/UYiJ8RPXntialIrPpG nMG2msDSNILWUWcsLYjKFsRTTHees4S/1T7ILOQ= X-Google-Smtp-Source: AJdET5d8wK86opSusdcgQ4AJX/74cVqwjh1x2vzsZVlKBPKw65AlBy4M/DU2BUljUJjhmneJ8YCCqKLq92X624ZBvdo= X-Received: by 2002:a62:1289:: with SMTP id 9mr23998146pfs.102.1543153190282; Sun, 25 Nov 2018 05:39:50 -0800 (PST) MIME-Version: 1.0 References: <201811141357.wAEDvVPB025852@repo.freebsd.org> In-Reply-To: Reply-To: egypcio@freebsd.org From: =?UTF-8?Q?Vin=C3=ADcius_Zavam?= Date: Sun, 25 Nov 2018 14:39:35 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r484923 - head/devel/py-fabric3 To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: A494584ED7 X-Spamd-Result: default: False [1.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_LONG(0.72)[0.718,0]; NEURAL_SPAM_MEDIUM(0.74)[0.735,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_SPAM_SHORT(0.49)[0.487,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-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 25 Nov 2018 13:39:52 -0000 On Sat, Nov 24, 2018, 23:41 Po-Chuan Hsieh On Wed, Nov 14, 2018 at 9:57 PM Vin=C3=ADcius Zavam > wrote: > >> 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. > > Hi, I did get the warnings regarding the 'unfetchable' tarball for a while - thought it was any connectivity issue, because I did run the fetch and makesum without problems. >> -MAINTAINER=3D ports@FreeBSD.org >> +MAINTAINER=3D egypcio@googlemail.com > > > Please use your @FreeBSD.org address. > > I talked about this with my mentors already :-) >> 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 > TYVM sunpoet! Very appreciated. > >> 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 >> >>