Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 14:28:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319249 - head/graphics/py-gd
Message-ID:  <201305271428.r4RES60N024841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 27 14:28:06 2013
New Revision: 319249
URL: http://svnweb.freebsd.org/changeset/ports/319249

Log:
  - Update to 0.58
  
  PR:		178872
  Submitted by:	Ports Fury

Modified:
  head/graphics/py-gd/Makefile
  head/graphics/py-gd/distinfo

Modified: head/graphics/py-gd/Makefile
==============================================================================
--- head/graphics/py-gd/Makefile	Mon May 27 14:25:20 2013	(r319248)
+++ head/graphics/py-gd/Makefile	Mon May 27 14:28:06 2013	(r319249)
@@ -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
 

Modified: head/graphics/py-gd/distinfo
==============================================================================
--- head/graphics/py-gd/distinfo	Mon May 27 14:25:20 2013	(r319248)
+++ head/graphics/py-gd/distinfo	Mon May 27 14:28:06 2013	(r319249)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271428.r4RES60N024841>