diff options
author | sno <sno@pkgsrc.org> | 2012-02-14 12:53:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-02-14 12:53:06 +0000 |
commit | ca8fe0b0276edbb543e6a7cbd5666af4fae36896 (patch) | |
tree | b6fd601e77005179a96a8f7f9249eebdc142fecf /net/p5-Net-DBus | |
parent | 4ad5e5084b17a169d23ca59d218887e4ab38e3fc (diff) | |
download | pkgsrc-ca8fe0b0276edbb543e6a7cbd5666af4fae36896.tar.gz |
Updating package p5-Net-DBus in net/p5-Net-DBus for CPAN module Net::DBus
from 0.33.6nb2 to 1.0.0.
pkgsrc changes:
- adding LICENSE with set to standard perl license
- add dependency to XML::Twig (according to specified dependencies)
- updating dbus required version to at least 1.0.0 (according to
specified dependencies)
Upstream changes since 0.33.6
New in 1.0.0:
- Updated to require minimum dbus >= 1.0.0
- Automatically track change in ownership of bus names
for signal handlers
- Strict validation of method invocation against introspection
data on exported objects
- Improved error messages for invalid interfaces
- Add API for disconnecting an object from a signal
- Implement GetAll methods on properties interface
- Allow leading _ in interface names
- Other minor fixes
Diffstat (limited to 'net/p5-Net-DBus')
-rw-r--r-- | net/p5-Net-DBus/Makefile | 13 | ||||
-rw-r--r-- | net/p5-Net-DBus/distinfo | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/net/p5-Net-DBus/Makefile b/net/p5-Net-DBus/Makefile index 6535811163a..60f1ab8507e 100644 --- a/net/p5-Net-DBus/Makefile +++ b/net/p5-Net-DBus/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 14:14:42 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/14 12:53:06 sno Exp $ # -DISTNAME= Net-DBus-0.33.6 +DISTNAME= Net-DBus-1.0.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~danberr/Net-DBus-0.33.6/ +HOMEPAGE= http://search.cpan.org/dist/Net-DBus/ COMMENT= Perl extension for the DBus message system +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -18,6 +18,11 @@ USE_TOOLS+= pkg-config PERL5_PACKLIST= auto/Net/DBus/.packlist +DEPENDS+= p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig + +# documented requirement +BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0.0 .include "../../sysutils/dbus/buildlink3.mk" + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-DBus/distinfo b/net/p5-Net-DBus/distinfo index 13e152d377c..5c76db8d64f 100644 --- a/net/p5-Net-DBus/distinfo +++ b/net/p5-Net-DBus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/11/15 18:27:22 jmcneill Exp $ +$NetBSD: distinfo,v 1.2 2012/02/14 12:53:06 sno Exp $ -SHA1 (Net-DBus-0.33.6.tar.gz) = 6f55ed159622239d3727273d0a14fdb0b37e9c1c -RMD160 (Net-DBus-0.33.6.tar.gz) = 080f69843ad1a337b65da55efe93bbec0893d40e -Size (Net-DBus-0.33.6.tar.gz) = 99786 bytes +SHA1 (Net-DBus-1.0.0.tar.gz) = 87afae86669f0a7963d7b5542afbd0ac767bc7ab +RMD160 (Net-DBus-1.0.0.tar.gz) = f2fe3de8bd5b3db3a460655108e8283384b2296a +Size (Net-DBus-1.0.0.tar.gz) = 100667 bytes |