Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 16 Mar 2012 08:27:54 -0000 1.4 +++ Makefile 22 Jun 2012 09:58:49 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Ubic -PORTVERSION= 1.37 +PORTVERSION= 1.44 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MMCLERIC @@ -15,6 +15,9 @@ MAINTAINER= dmitry@yashin.su COMMENT= Flexible perl-based service manager +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + 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 \ @@ -23,13 +26,8 @@ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww - -LICENSE_FILES= ${WRKSRC}/LICENSE + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal PERL_CONFIGURE= yes REINPLACE_ARGS= -i '' @@ -82,6 +80,7 @@ Ubic::ServiceLoader::Base.3 \ Ubic::ServiceLoader::Default.3 \ Ubic::ServiceLoader::Ext::ini.3 \ + Ubic::ServiceLoader::Ext::json.3 \ Ubic::Settings.3 \ Ubic::Settings::ConfigFile.3 \ Ubic::SingletonLock.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 16 Mar 2012 08:27:54 -0000 1.4 +++ distinfo 22 Jun 2012 09:58:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (Ubic-1.37.tar.gz) = f19c781f29dcef395ff7a923ad640597fda888bd2eb27cd7037e09ca826d5075 -SIZE (Ubic-1.37.tar.gz) = 89182 +SHA256 (Ubic-1.44.tar.gz) = 092b1ab7a93379b5e208913152eaa7a16eb5d371143d26c273488c4a7f155c17 +SIZE (Ubic-1.44.tar.gz) = 95474 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 16 Mar 2012 08:27:54 -0000 1.3 +++ pkg-plist 22 Jun 2012 09:58:49 -0000 @@ -46,6 +46,7 @@ %%SITE_PERL%%/Ubic/ServiceLoader/Base.pm %%SITE_PERL%%/Ubic/ServiceLoader/Default.pm %%SITE_PERL%%/Ubic/ServiceLoader/Ext/ini.pm +%%SITE_PERL%%/Ubic/ServiceLoader/Ext/json.pm %%SITE_PERL%%/Ubic/Settings.pm %%SITE_PERL%%/Ubic/Settings/ConfigFile.pm %%SITE_PERL%%/Ubic/SingletonLock.pm