From owner-svn-ports-all@FreeBSD.ORG Wed Nov 5 10:41:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C91F1E61; Wed, 5 Nov 2014 10:41:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B432369; Wed, 5 Nov 2014 10:41:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA5AfRoE093464; Wed, 5 Nov 2014 10:41:27 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA5AfQ7G093461; Wed, 5 Nov 2014 10:41:26 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201411051041.sA5AfQ7G093461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 5 Nov 2014 10:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372181 - head/graphics/py-png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 10:41:27 -0000 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 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