aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Net-DBus
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-12-12 15:29:31 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-12-12 15:29:31 +0000
commit36d95b20f47c5f44f2400ab165070510a99fe4b9 (patch)
tree8e4c80ac2560ebd88c871f0bd062cbae12ce8e42 /devel/p5-Net-DBus
parent1f0edbb3c7ee192dd681ab0c19e1ba22b472d4ff (diff)
downloadports-36d95b20f47c5f44f2400ab165070510a99fe4b9.tar.gz
ports-36d95b20f47c5f44f2400ab165070510a99fe4b9.zip
Notes
Diffstat (limited to 'devel/p5-Net-DBus')
-rw-r--r--devel/p5-Net-DBus/Makefile8
-rw-r--r--devel/p5-Net-DBus/distinfo6
-rw-r--r--devel/p5-Net-DBus/pkg-plist4
3 files changed, 12 insertions, 6 deletions
diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile
index 231cfa271dfc..7d4c8c6e0b3b 100644
--- a/devel/p5-Net-DBus/Makefile
+++ b/devel/p5-Net-DBus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DBus
-PORTVERSION= 0.32.2
+PORTVERSION= 0.32.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -26,12 +26,14 @@ MAN3= Net::DBus::Tutorial.3 Net::DBus::RemoteObject.3 \
Net::DBus::Binding::Iterator.3 Net::DBus::Binding::Message.3 \
Net::DBus::Binding::Server.3 Net::DBus::Service.3 \
Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \
- Net::DBus::Exporter.3
+ Net::DBus::Exporter.3 Net::DBus::Binding::Value.3 \
+ Net::DBus::Test::MockConnection.3 Net::DBus::Test::MockObject.3 \
+ Net::DBus::Binding::Introspector.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.006 or better
+IGNORE= requires perl 5.006 or better
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Net-DBus/distinfo b/devel/p5-Net-DBus/distinfo
index f6ee0217d15a..70cf296b177c 100644
--- a/devel/p5-Net-DBus/distinfo
+++ b/devel/p5-Net-DBus/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-DBus-0.32.2.tar.gz) = 07c1b2b986db39ef96ba2055cf0b1759
-SHA256 (Net-DBus-0.32.2.tar.gz) = 7f15457cee790039645baedd5c2003ebbcce00b2eb461d930bf1593031f3534f
-SIZE (Net-DBus-0.32.2.tar.gz) = 58479
+MD5 (Net-DBus-0.32.3.tar.gz) = 8c80b6d22156b6d719762bc81bf6e4fc
+SHA256 (Net-DBus-0.32.3.tar.gz) = 49254d0152d44d136e5f531f638bd9593cbb3be19cfc75ce9fe5721690d10140
+SIZE (Net-DBus-0.32.3.tar.gz) = 68643
diff --git a/devel/p5-Net-DBus/pkg-plist b/devel/p5-Net-DBus/pkg-plist
index 79ae4e440953..113137f9d02e 100644
--- a/devel/p5-Net-DBus/pkg-plist
+++ b/devel/p5-Net-DBus/pkg-plist
@@ -12,6 +12,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Callback.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Exporter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Reactor.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Value.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Watch.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Bus.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Connection.pm
@@ -24,9 +25,12 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/MethodCall.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/Error.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/ExportingObjects.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockConnection.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockObject.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/