Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 14:39:35 +0100
From:      =?UTF-8?Q?Vin=C3=ADcius_Zavam?= <egypcio@freebsd.org>
To:        Po-Chuan Hsieh <sunpoet@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r484923 - head/devel/py-fabric3
Message-ID:  <CA%2BKr6DOOVNGtT2dy9kZOwVRrwsH28430krFeoy3FAazAO1ffRQ@mail.gmail.com>
In-Reply-To: <CAMHz58Ta79qETrO2hLExpcWxFgcPZ1JgRjOAOwq_uXH-w3wJFw@mail.gmail.com>
References:  <201811141357.wAEDvVPB025852@repo.freebsd.org> <CAMHz58Ta79qETrO2hLExpcWxFgcPZ1JgRjOAOwq_uXH-w3wJFw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 24, 2018, 23:41 Po-Chuan Hsieh <sunpoet@freebsd.org wrote:

> On Wed, Nov 14, 2018 at 9:57 PM Vin=C3=ADcius Zavam <egypcio@freebsd.org>
> 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
>>
>>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BKr6DOOVNGtT2dy9kZOwVRrwsH28430krFeoy3FAazAO1ffRQ>