diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-23 19:03:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-23 19:03:54 +0000 |
commit | 97e475525eaa490655459d1d8f229db1ee93c0e0 (patch) | |
tree | de850d8eb334f95e0050408b6b3f20c2b98a14fc | |
parent | 4bb9cd8c1c59de48d68080f75357809aad5928b5 (diff) | |
download | freebsd-ports-97e475525eaa490655459d1d8f229db1ee93c0e0.zip |
Update dbus python bindings to 1.2.0.
Remove obsolete $MCom$ tags
-rw-r--r-- | devel/py-dbus/Makefile | 3 | ||||
-rw-r--r-- | devel/py3-dbus/Makefile | 3 | ||||
-rw-r--r-- | devel/pydbus-common/Makefile | 5 | ||||
-rw-r--r-- | devel/pydbus-common/distinfo | 4 |
4 files changed, 6 insertions, 9 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index e7260a041e25..0fb8ab0c5f92 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/devel/py3-dbus/Makefile b/devel/py3-dbus/Makefile index da8028c105c6..7918d9d7a623 100644 --- a/devel/py3-dbus/Makefile +++ b/devel/py3-dbus/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/py3-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index 33cb2fb94ad2..e81627aa7bca 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -1,10 +1,9 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $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 diff --git a/devel/pydbus-common/distinfo b/devel/pydbus-common/distinfo index 30a68e423361..97612f4e39b5 100644 --- a/devel/pydbus-common/distinfo +++ b/devel/pydbus-common/distinfo @@ -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 |