Date: Sat, 16 Feb 2019 22:52: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: r493107 - in head/graphics: . py-imageio24 Message-ID: <201902162252.x1GMqkd7079792@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 16 22:52:45 2019 New Revision: 493107 URL: https://svnweb.freebsd.org/changeset/ports/493107 Log: Add py-imageio24 2.4.1 (copied from py-imageio) - Add PORTSCOUT Added: head/graphics/py-imageio24/ - copied from r493001, head/graphics/py-imageio/ Modified: head/graphics/Makefile head/graphics/py-imageio24/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Feb 16 22:52:23 2019 (r493106) +++ head/graphics/Makefile Sat Feb 16 22:52:45 2019 (r493107) @@ -845,6 +845,7 @@ SUBDIR += py-gvgen SUBDIR += py-imageio SUBDIR += py-imageio-ffmpeg + SUBDIR += py-imageio24 SUBDIR += py-imagesize SUBDIR += py-imgurpython SUBDIR += py-leather Modified: head/graphics/py-imageio24/Makefile ============================================================================== --- head/graphics/py-imageio/Makefile Fri Feb 15 15:06:16 2019 (r493001) +++ head/graphics/py-imageio24/Makefile Sat Feb 16 22:52:45 2019 (r493107) @@ -6,6 +6,7 @@ PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 24 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for reading and writing image, video formats @@ -24,5 +25,7 @@ USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes + +PORTSCOUT= limit:^2\.4\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162252.x1GMqkd7079792>