From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 13:25:16 2015 Return-Path: Delivered-To: svn-ports-head@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 36A3DAE5; Sat, 24 Jan 2015 13:25:16 +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 09539FAC; Sat, 24 Jan 2015 13:25:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ODPFKn070404; Sat, 24 Jan 2015 13:25:15 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ODPF0f070399; Sat, 24 Jan 2015 13:25:15 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201501241325.t0ODPF0f070399@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 24 Jan 2015 13:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377790 - in head/devel/py-configobj: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 13:25:16 -0000 Author: nivit Date: Sat Jan 24 13:25:14 2015 New Revision: 377790 URL: https://svnweb.freebsd.org/changeset/ports/377790 QAT: https://qat.redports.org/buildarchive/r377790/ Log: - Update to 5.0.6 [1] - Use CHEESESHOP as download site - Remove patches under files/ - Update WWW address PR: 194630 [1] Submitted by: Olivier Cochard [1] Deleted: head/devel/py-configobj/files/ Modified: head/devel/py-configobj/Makefile head/devel/py-configobj/distinfo head/devel/py-configobj/pkg-descr Modified: head/devel/py-configobj/Makefile ============================================================================== --- head/devel/py-configobj/Makefile Sat Jan 24 12:50:07 2015 (r377789) +++ head/devel/py-configobj/Makefile Sat Jan 24 13:25:14 2015 (r377790) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= configobj -PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTVERSION= 5.0.6 +PORTREVISION= 0 CATEGORIES= devel python -MASTER_SITES= http://www.voidspace.org.uk/downloads/ \ - SF \ - ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org @@ -15,7 +13,7 @@ COMMENT= Simple but powerful config file LICENSE= BSD3CLAUSE -USES= python zip +USES= python USE_PYTHON= distutils autoplist .include Modified: head/devel/py-configobj/distinfo ============================================================================== --- head/devel/py-configobj/distinfo Sat Jan 24 12:50:07 2015 (r377789) +++ head/devel/py-configobj/distinfo Sat Jan 24 13:25:14 2015 (r377790) @@ -1,2 +1,2 @@ -SHA256 (configobj-4.7.2.zip) = 332a0d20d4d736d521d95cb2cf069b1ac7c858985207db4296f4050396558c49 -SIZE (configobj-4.7.2.zip) = 143618 +SHA256 (configobj-5.0.6.tar.gz) = a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 +SIZE (configobj-5.0.6.tar.gz) = 33248 Modified: head/devel/py-configobj/pkg-descr ============================================================================== --- head/devel/py-configobj/pkg-descr Sat Jan 24 12:50:07 2015 (r377789) +++ head/devel/py-configobj/pkg-descr Sat Jan 24 13:25:14 2015 (r377790) @@ -2,4 +2,4 @@ ConfigObj is a simple but powerful confi file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config file. -WWW: http://www.voidspace.org.uk/python/configobj.html +WWW: https://github.com/DiffSK/configobj/