diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-13 17:12:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-13 17:12:05 +0800 |
commit | ef821952cb78f30f76df85197d1851ca442a37a9 (patch) | |
tree | 69cc91ed3b66cd80fee6d2e4d160b6da7624532f /sysutils | |
parent | 2a733107b6dda91714069c3dedf77b41182a2461 (diff) | |
download | freebsd-ports-gnome-ef821952cb78f30f76df85197d1851ca442a37a9.tar.gz freebsd-ports-gnome-ef821952cb78f30f76df85197d1851ca442a37a9.tar.zst freebsd-ports-gnome-ef821952cb78f30f76df85197d1851ca442a37a9.zip |
- Update to 1.36
Changes: http://search.cpan.org/dist/Ubic/Changes
PR: ports/163236
Submitted by: sunpoet (myself)
Approved by: Dmitry Yashin <dmitry@yashin.su> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Ubic/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-Ubic/distinfo | 4 | ||||
-rw-r--r-- | sysutils/p5-Ubic/pkg-plist | 6 |
3 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/p5-Ubic/Makefile b/sysutils/p5-Ubic/Makefile index f72e93fa0b68..cee76f9363d1 100644 --- a/sysutils/p5-Ubic/Makefile +++ b/sysutils/p5-Ubic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Ubic -PORTVERSION= 1.35 +PORTVERSION= 1.36 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MMCLERIC @@ -16,6 +16,7 @@ MAINTAINER= dmitry@yashin.su COMMENT= Flexible perl-based service manager BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -77,6 +78,10 @@ MAN3= Ubic.3 \ Ubic::Service::SimpleDaemon.3 \ Ubic::Service::Skeleton.3 \ Ubic::Service::Utils.3 \ + Ubic::ServiceLoader.3 \ + Ubic::ServiceLoader::Base.3 \ + Ubic::ServiceLoader::Default.3 \ + Ubic::ServiceLoader::Ext::ini.3 \ Ubic::Settings.3 \ Ubic::Settings::ConfigFile.3 \ Ubic::SingletonLock.3 \ diff --git a/sysutils/p5-Ubic/distinfo b/sysutils/p5-Ubic/distinfo index 84ee089f686f..0316ede65f28 100644 --- a/sysutils/p5-Ubic/distinfo +++ b/sysutils/p5-Ubic/distinfo @@ -1,2 +1,2 @@ -SHA256 (Ubic-1.35.tar.gz) = 231ad12ced4f8ce5c100970400e2d51c529379a1125911b531804e72bf6612a8 -SIZE (Ubic-1.35.tar.gz) = 82530 +SHA256 (Ubic-1.36.tar.gz) = 4756c0f53322678c83f98365c77be1240e6050625cd9809efeeb70a42f59ba0b +SIZE (Ubic-1.36.tar.gz) = 87810 diff --git a/sysutils/p5-Ubic/pkg-plist b/sysutils/p5-Ubic/pkg-plist index d6fd51e88342..a83eee1e0956 100644 --- a/sysutils/p5-Ubic/pkg-plist +++ b/sysutils/p5-Ubic/pkg-plist @@ -42,6 +42,10 @@ bin/ubic-watchdog %%SITE_PERL%%/Ubic/Service/SimpleDaemon.pm %%SITE_PERL%%/Ubic/Service/Skeleton.pm %%SITE_PERL%%/Ubic/Service/Utils.pm +%%SITE_PERL%%/Ubic/ServiceLoader.pm +%%SITE_PERL%%/Ubic/ServiceLoader/Base.pm +%%SITE_PERL%%/Ubic/ServiceLoader/Default.pm +%%SITE_PERL%%/Ubic/ServiceLoader/Ext/ini.pm %%SITE_PERL%%/Ubic/Settings.pm %%SITE_PERL%%/Ubic/Settings/ConfigFile.pm %%SITE_PERL%%/Ubic/SingletonLock.pm @@ -49,6 +53,8 @@ bin/ubic-watchdog %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ubic/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ubic @dirrm %%SITE_PERL%%/Ubic/Settings +@dirrm %%SITE_PERL%%/Ubic/ServiceLoader/Ext +@dirrm %%SITE_PERL%%/Ubic/ServiceLoader @dirrm %%SITE_PERL%%/Ubic/Service @dirrm %%SITE_PERL%%/Ubic/Result @dirrm %%SITE_PERL%%/Ubic/Ping |