Date: Thu, 15 Nov 2018 19:07:49 +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: r485033 - head/graphics/py-wand Message-ID: <201811151907.wAFJ7n4a035880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Nov 15 19:07:49 2018 New Revision: 485033 URL: https://svnweb.freebsd.org/changeset/ports/485033 Log: Update to 0.4.5 - Add LICENSE_FILE - Fix indent - Update WWW Changes: https://github.com/emcconville/wand/releases Modified: head/graphics/py-wand/Makefile head/graphics/py-wand/distinfo head/graphics/py-wand/pkg-descr Modified: head/graphics/py-wand/Makefile ============================================================================== --- head/graphics/py-wand/Makefile Thu Nov 15 19:07:40 2018 (r485032) +++ head/graphics/py-wand/Makefile Thu Nov 15 19:07:49 2018 (r485033) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Wand -PORTVERSION= 0.4.4 -PORTREVISION= 4 +PORTVERSION= 0.4.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +10,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= MagickWand Python binding LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 -USES= python -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include <bsd.port.pre.mk> Modified: head/graphics/py-wand/distinfo ============================================================================== --- head/graphics/py-wand/distinfo Thu Nov 15 19:07:40 2018 (r485032) +++ head/graphics/py-wand/distinfo Thu Nov 15 19:07:49 2018 (r485033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477149724 -SHA256 (Wand-0.4.4.tar.gz) = 28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704 -SIZE (Wand-0.4.4.tar.gz) = 65559 +TIMESTAMP = 1542296080 +SHA256 (Wand-0.4.5.tar.gz) = b40a2215545e8c7193b3fccd6e7251dc556ec9b878a4f67d992b056ff396bc65 +SIZE (Wand-0.4.5.tar.gz) = 65854 Modified: head/graphics/py-wand/pkg-descr ============================================================================== --- head/graphics/py-wand/pkg-descr Thu Nov 15 19:07:40 2018 (r485032) +++ head/graphics/py-wand/pkg-descr Thu Nov 15 19:07:49 2018 (r485033) @@ -1,3 +1,3 @@ Wand is a ctypes-based simple MagickWand API binding for python. -WWW: http://dahlia.github.com/wand/ +WWW: https://github.com/emcconville/wand
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811151907.wAFJ7n4a035880>