Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 10:41:26 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372181 - head/graphics/py-png
Message-ID:  <201411051041.sA5AfQ7G093461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Wed Nov  5 10:41:26 2014
New Revision: 372181
URL: https://svnweb.freebsd.org/changeset/ports/372181
QAT: https://qat.redports.org/buildarchive/r372181/

Log:
  graphics/py-png: update 0.0.13 -> 0.0.17
  
  - Change MASTER_SITES
  - Add LICENSE
  - Change WWW
  
  PR:		194220
  Submitted by:	Zhihao Yuan <lichray@gmail.com>
  Approved by:	mentors (implicit)

Modified:
  head/graphics/py-png/Makefile
  head/graphics/py-png/distinfo
  head/graphics/py-png/pkg-descr

Modified: head/graphics/py-png/Makefile
==============================================================================
--- head/graphics/py-png/Makefile	Wed Nov  5 09:50:35 2014	(r372180)
+++ head/graphics/py-png/Makefile	Wed Nov  5 10:41:26 2014	(r372181)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	png
-PORTVERSION=	0.0.13
-PORTREVISION=	1
+PORTVERSION=	0.0.17
 CATEGORIES=	graphics python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
+PROJECTHOST=	py${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Python PNG encoder/decoder
 
-PROJECTHOST=	pypng
+LICENSE=	MIT
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/graphics/py-png/distinfo
==============================================================================
--- head/graphics/py-png/distinfo	Wed Nov  5 09:50:35 2014	(r372180)
+++ head/graphics/py-png/distinfo	Wed Nov  5 10:41:26 2014	(r372181)
@@ -1,2 +1,2 @@
-SHA256 (pypng-0.0.13.tar.gz) = 0745586a57458275a5da24771b8ffa040b0cf4fb793d86860d4718d39ea2a7c7
-SIZE (pypng-0.0.13.tar.gz) = 186281
+SHA256 (pypng-0.0.17.tar.gz) = 2dfa74ac28a4c41ae61e62d243410548c7c174bd990528d30270324f15211544
+SIZE (pypng-0.0.17.tar.gz) = 275269

Modified: head/graphics/py-png/pkg-descr
==============================================================================
--- head/graphics/py-png/pkg-descr	Wed Nov  5 09:50:35 2014	(r372180)
+++ head/graphics/py-png/pkg-descr	Wed Nov  5 10:41:26 2014	(r372181)
@@ -1,4 +1,4 @@
 A pure Python module to decode (read) and encode (write) PNG files.
 All PNG formats are supported.
 
-WWW: http://code.google.com/p/pypng/
+WWW: https://github.com/drj11/pypng



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