diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-27 22:28:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-27 22:28:06 +0800 |
commit | 6122bda16d3438645f4448df17303a981d33ff58 (patch) | |
tree | 86b4e360ad013f0b4055c6ba2c3f340114e5a77c | |
parent | ce7a17b8038171d140ae0bcd2ea878e1a911325f (diff) | |
download | freebsd-ports-gnome-6122bda16d3438645f4448df17303a981d33ff58.tar.gz freebsd-ports-gnome-6122bda16d3438645f4448df17303a981d33ff58.tar.zst freebsd-ports-gnome-6122bda16d3438645f4448df17303a981d33ff58.zip |
- Update to 0.58
PR: 178872
Submitted by: Ports Fury
-rw-r--r-- | graphics/py-gd/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-gd/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 7b91029eea22..b5b60812fa6e 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= gd -PORTVERSION= 0.56 -PORTREVISION= 7 +PORTVERSION= 0.58 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gdmodule-${PORTVERSION} -DIST_SUBDIR= repacked MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to the GD library @@ -17,6 +15,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd USE_PYTHON= yes USE_PYDISTUTILS= yes +PYSETUP= Setup.py USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= gdmodule diff --git a/graphics/py-gd/distinfo b/graphics/py-gd/distinfo index 6fd61e5a2850..e31eff0a7f77 100644 --- a/graphics/py-gd/distinfo +++ b/graphics/py-gd/distinfo @@ -1,2 +1,2 @@ -SHA256 (repacked/gdmodule-0.56.tar.gz) = 0ff4fe3cbb78c51102b6cf456d5c7b88c2452bb8a6cbd7ed50929b2a8774c7b9 -SIZE (repacked/gdmodule-0.56.tar.gz) = 15042 +SHA256 (gdmodule-0.58.tar.gz) = bddf3a876f609b8989806e63f78a256a92c696fa1bad99905d16cb994d63708c +SIZE (gdmodule-0.58.tar.gz) = 19867 |