- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-22 10:13:48 +00:00
parent be3b012a11
commit d1c0e9d43c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299776
3 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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