From owner-svn-ports-head@freebsd.org Sat May 14 01:29:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18D23B3A462; Sat, 14 May 2016 01:29:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C03411BDD; Sat, 14 May 2016 01:29:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4E1Tbtp081370; Sat, 14 May 2016 01:29:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4E1TbP2081367; Sat, 14 May 2016 01:29:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605140129.u4E1TbP2081367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 14 May 2016 01:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415166 - head/devel/py-python2-pythondialog 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.22 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, 14 May 2016 01:29:39 -0000 Author: sunpoet Date: Sat May 14 01:29:37 2016 New Revision: 415166 URL: https://svnweb.freebsd.org/changeset/ports/415166 Log: - Update to 3.4.0 - Add GitHub repository to WWW Changes: https://github.com/frougon/pythondialog/commits/py2 Modified: head/devel/py-python2-pythondialog/Makefile head/devel/py-python2-pythondialog/distinfo head/devel/py-python2-pythondialog/pkg-descr Modified: head/devel/py-python2-pythondialog/Makefile ============================================================================== --- head/devel/py-python2-pythondialog/Makefile Sat May 14 00:09:48 2016 (r415165) +++ head/devel/py-python2-pythondialog/Makefile Sat May 14 01:29:37 2016 (r415166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python2-pythondialog -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python2-pythondialog/distinfo ============================================================================== --- head/devel/py-python2-pythondialog/distinfo Sat May 14 00:09:48 2016 (r415165) +++ head/devel/py-python2-pythondialog/distinfo Sat May 14 01:29:37 2016 (r415166) @@ -1,2 +1,2 @@ -SHA256 (python2-pythondialog-3.3.0.tar.bz2) = 04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec -SIZE (python2-pythondialog-3.3.0.tar.bz2) = 1831898 +SHA256 (python2-pythondialog-3.4.0.tar.bz2) = 8978d355c8db6728eeb9e23b39449b14597f1c76cb06dc72462642ca7cde46a0 +SIZE (python2-pythondialog-3.4.0.tar.bz2) = 1419164 Modified: head/devel/py-python2-pythondialog/pkg-descr ============================================================================== --- head/devel/py-python2-pythondialog/pkg-descr Sat May 14 00:09:48 2016 (r415165) +++ head/devel/py-python2-pythondialog/pkg-descr Sat May 14 01:29:37 2016 (r415166) @@ -7,3 +7,4 @@ reference implementation which, at the t the forseeable future, is targeted at Python 3. WWW: http://pythondialog.sourceforge.net/ +WWW: https://github.com/frougon/pythondialog