diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile index ff56c5d814f..67b2ea09f4a 100644 --- a/devel/eggdbus/Makefile +++ b/devel/eggdbus/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/04/20 14:00:07 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2010/07/02 18:01:53 ajacoutot Exp $ COMMENT= D-Bus binding for GObject DISTNAME= eggdbus-0.6 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS += eggdbus-1 0.0 # .0.0 @@ -10,6 +11,8 @@ CATEGORIES= devel x11 HOMEPAGE= http://dbus.freedesktop.org/ +MAINTAINER= Antoine Jacoutot + # GPLv2+ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes diff --git a/x11/dbus-glib/Makefile b/x11/dbus-glib/Makefile index 6884c185b4d..484bf677dcd 100644 --- a/x11/dbus-glib/Makefile +++ b/x11/dbus-glib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2010/04/20 14:59:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2010/07/02 18:01:53 ajacoutot Exp $ COMMENT= glib bindings for dbus message system DISTNAME= dbus-glib-0.86 -PKGNAME= ${DISTNAME}v0 +PKGNAME= ${DISTNAME}p0v0 SHARED_LIBS+= dbus-glib-1 4.2 # .3.0 @@ -11,6 +11,8 @@ CATEGORIES= x11 HOMEPAGE= http://dbus.freedesktop.org/ +MAINTAINER= Antoine Jacoutot + # GPLv2+ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes diff --git a/x11/dbus-python/Makefile b/x11/dbus-python/Makefile index 02b682600a7..3092c3db9eb 100644 --- a/x11/dbus-python/Makefile +++ b/x11/dbus-python/Makefile @@ -1,14 +1,16 @@ -# $OpenBSD: Makefile,v 1.9 2009/04/26 11:01:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2010/07/02 18:01:53 ajacoutot Exp $ COMMENT= dbus bindings for Python DISTNAME= dbus-python-0.83.0 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= x11 MASTER_SITES= ${HOMEPAGE}releases/dbus-python/ HOMEPAGE= http://dbus.freedesktop.org/ +MAINTAINER= Antoine Jacoutot + # ISC-like PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes diff --git a/x11/dbus/Makefile b/x11/dbus/Makefile index 2125e929754..68217d95f25 100644 --- a/x11/dbus/Makefile +++ b/x11/dbus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2010/06/30 20:48:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.38 2010/07/02 18:01:53 ajacoutot Exp $ # XXX patches/patch-configure_in disables PIE on arm/hppa. This is just a # temporary workaround until PIE works. @@ -6,13 +6,15 @@ COMMENT= message bus system DISTNAME= dbus-1.2.24 -PKGNAME= ${DISTNAME}p3 +PKGNAME= ${DISTNAME}p4 SHARED_LIBS += dbus-1 7.1 # .7.0 CATEGORIES= x11 HOMEPAGE= http://dbus.freedesktop.org/ +MAINTAINER= Antoine Jacoutot + # GPLv2+ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes