Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 07:21:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530558 - in head/devel: . py-futurist1
Message-ID:  <202004040721.0347LkSO038380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  4 07:21:46 2020
New Revision: 530558
URL: https://svnweb.freebsd.org/changeset/ports/530558

Log:
  Add py-futurist1 1.10.0 (copied from py-futurist)
  
  - Add PORTSCOUT

Added:
  head/devel/py-futurist1/
     - copied from r530381, head/devel/py-futurist/
Modified:
  head/devel/Makefile
  head/devel/py-futurist1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Apr  4 07:13:35 2020	(r530557)
+++ head/devel/Makefile	Sat Apr  4 07:21:46 2020	(r530558)
@@ -4401,6 +4401,7 @@
     SUBDIR += py-future
     SUBDIR += py-futures
     SUBDIR += py-futurist
+    SUBDIR += py-futurist1
     SUBDIR += py-fuzzywuzzy
     SUBDIR += py-fypp
     SUBDIR += py-game

Modified: head/devel/py-futurist1/Makefile
==============================================================================
--- head/devel/py-futurist/Makefile	Thu Apr  2 15:15:14 2020	(r530381)
+++ head/devel/py-futurist1/Makefile	Sat Apr  4 07:21:46 2020	(r530558)
@@ -6,6 +6,7 @@ PORTVERSION=	1.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Useful additions to futures, from the future
@@ -22,6 +23,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 



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