svn commit: r484923 - head/devel/py-fabric3

Vinícius Zavam egypcio at freebsd.org
Sun Nov 25 13:39:52 UTC 2018


On Sat, Nov 24, 2018, 23:41 Po-Chuan Hsieh <sunpoet at freebsd.org wrote:

> On Wed, Nov 14, 2018 at 9:57 PM Vinícius Zavam <egypcio at 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
>>
>> ==============================================================================
>> --- 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=      fabric3
>> -DISTVERSION=   1.12.post1
>> +DISTVERSION=   1.14
>
>  CATEGORIES=    devel python
>>  MASTER_SITES=  CHEESESHOP
>>  PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> -DISTNAME=      Fabric3-${DISTVERSION}
>> +DISTNAME=      Fabric3-${DISTVERSION}.post1
>>
>
> Hi,
>
> It should be:
> DISTVERSION=    1.14.post1
> DISTNAME=       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=    ports at FreeBSD.org
>> +MAINTAINER=    egypcio at googlemail.com
>
>
> Please use your @FreeBSD.org address.
>
>

I talked about this with my mentors already :-)


>>  COMMENT=       Python tool for remote execution and deployment
>>
>>  LICENSE=       BSD3CLAUSE
>> +LICENSE_FILE=  ${WRKSRC}/LICENSE
>>
>>  USES=          python
>> -USE_PYTHON=    autoplist distutils
>> +USE_PYTHON=    autoplist distutils flavors
>>
>
> USE_PYTHON=flavors 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=       yes
>>
>>
>> Modified: head/devel/py-fabric3/distinfo
>>
>> ==============================================================================
>> --- 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 = 1478132139
>> -SHA256 (Fabric3-1.12.post1.tar.gz) =
>> 9b868ba64bd4bd7d6beac9dea0911de65f278628ab93ef7bee7f7ff32a8892ba
>> -SIZE (Fabric3-1.12.post1.tar.gz) = 218077
>> +TIMESTAMP = 1541763372
>> +SHA256 (Fabric3-1.14.post1.tar.gz) =
>> 647e485ec83f30b587862f92374d6affc217f3d79819d1d7f512e42e7ae51e81
>> +SIZE (Fabric3-1.14.post1.tar.gz) = 230856
>>
>>


More information about the svn-ports-all mailing list