- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-13 09:12:05 +00:00
parent 6af9c6946a
commit 683beacee8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287293
3 changed files with 14 additions and 3 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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