Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2012 17:58:01 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dmitry@yashin.su
Subject:   ports/169321: [PATCH] sysutils/p5-Ubic: update to 1.44
Message-ID:  <3WJZw91bDlz9T8@sunpoet.net>
Resent-Message-ID: <201206221000.q5MA0AhG054671@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169321
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Ubic: update to 1.44
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 10:00:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012
>Description:
- Update to 1.44
- Add LICENSE and remove LICENSE_FILE

Changes:	http://search.cpan.org/dist/Ubic/Changes

Port maintainer (dmitry@yashin.su) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Ubic-1.44.patch begins here ---
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
--- p5-Ubic-1.44.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3WJZw91bDlz9T8>