Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:07:22 +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: r514894 - in head/graphics: . py-willow11
Message-ID:  <201910201707.x9KH7MVd060052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:07:21 2019
New Revision: 514894
URL: https://svnweb.freebsd.org/changeset/ports/514894

Log:
  Add py-willow11 1.1 (copied from py-willow)
  
  - Add PORTSCOUT

Added:
  head/graphics/py-willow11/
     - copied from r514783, head/graphics/py-willow/
Modified:
  head/graphics/Makefile
  head/graphics/py-willow11/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Oct 20 17:07:16 2019	(r514893)
+++ head/graphics/Makefile	Sun Oct 20 17:07:21 2019	(r514894)
@@ -884,6 +884,7 @@
     SUBDIR += py-wand
     SUBDIR += py-webcolors
     SUBDIR += py-willow
+    SUBDIR += py-willow11
     SUBDIR += py-yaswfp
     SUBDIR += pygts
     SUBDIR += pymorph

Modified: head/graphics/py-willow11/Makefile
==============================================================================
--- head/graphics/py-willow/Makefile	Sat Oct 19 09:52:18 2019	(r514783)
+++ head/graphics/py-willow11/Makefile	Sun Oct 20 17:07:21 2019	(r514894)
@@ -6,6 +6,7 @@ PORTVERSION=	1.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	11
 DISTNAME=	Willow-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,6 +19,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.1\.
 
 OPTIONS_MULTI=	BACKEND
 OPTIONS_MULTI_BACKEND=	PILLOW WAND OPENCV



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