aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Ubic
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-22 10:13:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-22 10:13:48 +0000
commitd1c0e9d43c133698f8d79bc3c747845a37179ab3 (patch)
tree2bbcab4326ef3fdb4dbeee79fed5cf4fccef8962 /sysutils/p5-Ubic
parentbe3b012a117596283c0b4b0c8efe73a242efe0b6 (diff)
downloadports-d1c0e9d43c133698f8d79bc3c747845a37179ab3.tar.gz
ports-d1c0e9d43c133698f8d79bc3c747845a37179ab3.zip
- Update to 1.44
- Add LICENSE and remove LICENSE_FILE Changes: http://search.cpan.org/dist/Ubic/Changes PR: ports/169321 Submitted by: sunpoet (myself) Approved by: Dmitry Yashin <dmitry@yashin.su> (maintainer)
Notes
Notes: svn path=/head/; revision=299776
Diffstat (limited to 'sysutils/p5-Ubic')
-rw-r--r--sysutils/p5-Ubic/Makefile13
-rw-r--r--sysutils/p5-Ubic/distinfo4
-rw-r--r--sysutils/p5-Ubic/pkg-plist1
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/p5-Ubic/Makefile b/sysutils/p5-Ubic/Makefile
index 21e2d87f85bb..d1db64676bdd 100644
--- a/sysutils/p5-Ubic/Makefile
+++ b/sysutils/p5-Ubic/Makefile
@@ -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 @@ PKGNAMEPREFIX= p5-
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 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
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 @@ MAN3= Ubic.3 \
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 \
diff --git a/sysutils/p5-Ubic/distinfo b/sysutils/p5-Ubic/distinfo
index 3a73b2555039..e60f571516ca 100644
--- a/sysutils/p5-Ubic/distinfo
+++ b/sysutils/p5-Ubic/distinfo
@@ -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
diff --git a/sysutils/p5-Ubic/pkg-plist b/sysutils/p5-Ubic/pkg-plist
index d60f50609f55..1c3bfce883b3 100644
--- a/sysutils/p5-Ubic/pkg-plist
+++ b/sysutils/p5-Ubic/pkg-plist
@@ -46,6 +46,7 @@ bin/ubic-watchdog
%%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