aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Ubic
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-13 09:12:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-13 09:12:05 +0000
commit683beacee81da1a22c51d928114d2c77f10d832a (patch)
treeb6fe9a67801804ce66826cd9f0017781eaf6c55a /sysutils/p5-Ubic
parent6af9c6946acfb5a46b8f21ac43e7643a19dc0781 (diff)
downloadports-683beacee81da1a22c51d928114d2c77f10d832a.tar.gz
ports-683beacee81da1a22c51d928114d2c77f10d832a.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)
Notes
Notes: svn path=/head/; revision=287293
Diffstat (limited to 'sysutils/p5-Ubic')
-rw-r--r--sysutils/p5-Ubic/Makefile7
-rw-r--r--sysutils/p5-Ubic/distinfo4
-rw-r--r--sysutils/p5-Ubic/pkg-plist6
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