Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 10:20:28 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487674 - head/devel/py-fabric3
Message-ID:  <201812171020.wBHAKSbJ053503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Mon Dec 17 10:20:28 2018
New Revision: 487674
URL: https://svnweb.freebsd.org/changeset/ports/487674

Log:
  devel/py-fabric3: fix "fetch" stage for v1.14
  
    - mark as no longer BROKEN;
    - use .post1 as DISTVERSIONSUFFIX;
    - change DISTNAME accordingly;
    - while here, remove flavors from USE_PYTHON.
  
  Reported by:	pkg-fallout
  Reviewed by:	mat
  Approved by:	araujo (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18480
  Thanks to:	antoine, mat, araujo

Modified:
  head/devel/py-fabric3/Makefile

Modified: head/devel/py-fabric3/Makefile
==============================================================================
--- head/devel/py-fabric3/Makefile	Mon Dec 17 10:15:09 2018	(r487673)
+++ head/devel/py-fabric3/Makefile	Mon Dec 17 10:20:28 2018	(r487674)
@@ -3,10 +3,11 @@
 
 PORTNAME=	fabric3
 DISTVERSION=	1.14
+DISTVERSIONSUFFIX=	.post1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	Fabric3-${DISTVERSION}.post1
+DISTNAME=	Fabric3-${DISTVERSIONFULL}
 
 MAINTAINER=	egypcio@FreeBSD.org
 COMMENT=	Python tool for remote execution and deployment
@@ -14,10 +15,8 @@ COMMENT=	Python tool for remote execution and deployme
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		unfetchable
-
 USES=		python
-USE_PYTHON=	autoplist distutils flavors
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812171020.wBHAKSbJ053503>