From owner-svn-ports-head@freebsd.org Thu Jul 23 19:03:57 2015 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 2F2C59A9A36; Thu, 23 Jul 2015 19:03:57 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.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 04DF71C2C; Thu, 23 Jul 2015 19:03:57 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NJ3u7j006786; Thu, 23 Jul 2015 19:03:56 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NJ3tJs006782; Thu, 23 Jul 2015 19:03:55 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507231903.t6NJ3tJs006782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 23 Jul 2015 19:03:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392748 - in head/devel: py-dbus py3-dbus pydbus-common 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.20 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: Thu, 23 Jul 2015 19:03:57 -0000 Author: kwm Date: Thu Jul 23 19:03:54 2015 New Revision: 392748 URL: https://svnweb.freebsd.org/changeset/ports/392748 Log: Update dbus python bindings to 1.2.0. Remove obsolete $MCom$ tags Modified: head/devel/py-dbus/Makefile head/devel/py3-dbus/Makefile head/devel/pydbus-common/Makefile head/devel/pydbus-common/distinfo Modified: head/devel/py-dbus/Makefile ============================================================================== --- head/devel/py-dbus/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/py-dbus/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= Modified: head/devel/py3-dbus/Makefile ============================================================================== --- head/devel/py3-dbus/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/py3-dbus/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py3-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= Modified: head/devel/pydbus-common/Makefile ============================================================================== --- head/devel/pydbus-common/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/pydbus-common/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,10 +1,9 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ -# $MCom: ports/trunk/devel/pydbus-common/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= dbus -PORTVERSION= 1.1.1 -PORTREVISION?= 4 +PORTVERSION= 1.2.0 +PORTREVISION?= 0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX?= py Modified: head/devel/pydbus-common/distinfo ============================================================================== --- head/devel/pydbus-common/distinfo Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/pydbus-common/distinfo Thu Jul 23 19:03:54 2015 (r392748) @@ -1,2 +1,2 @@ -SHA256 (dbus-python-1.1.1.tar.gz) = 8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88 -SIZE (dbus-python-1.1.1.tar.gz) = 596476 +SHA256 (dbus-python-1.2.0.tar.gz) = e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df +SIZE (dbus-python-1.2.0.tar.gz) = 602426