mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.4.5
- Add LICENSE_FILE - Fix indent - Update WWW Changes: https://github.com/emcconville/wand/releases
This commit is contained in:
parent
84be999141
commit
b65f9e32ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485033
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user