mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.32.3.
This commit is contained in:
parent
1f0edbb3c7
commit
36d95b20f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151006
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user