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
This commit is contained in:
parent
4ad5e5084b
commit
ca8fe0b027
2 changed files with 13 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue