svn commit: r514894 - in head/graphics: . py-willow11

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:07:22 UTC 2019


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 at 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


More information about the svn-ports-head mailing list