Bug 182222 - [Maintainer update] devel/p5-Sys-SigAction to ver 0.20
Summary: [Maintainer update] devel/p5-Sys-SigAction to ver 0.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 06:00 UTC by Sergei Vyshenski
Modified: 2013-09-19 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.27 KB, patch)
2013-09-19 06:00 UTC, Sergei Vyshenski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2013-09-19 06:00:01 UTC
	Update devel/p5-Sys-SigAction to ver 0.20
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-19 06:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-09-19 06:04:23 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-19 08:25:20 UTC
Author: culot
Date: Thu Sep 19 07:25:12 2013
New Revision: 327596
URL: http://svnweb.freebsd.org/changeset/ports/327596

Log:
  - Update to 0.20
  
  Changes:	http://search.cpan.org/dist/Sys-SigAction/Changes
  PR:		ports/182222
  Submitted by: 	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)

Modified:
  head/devel/p5-Sys-SigAction/Makefile
  head/devel/p5-Sys-SigAction/distinfo
  head/devel/p5-Sys-SigAction/pkg-plist

Modified: head/devel/p5-Sys-SigAction/Makefile
==============================================================================
--- head/devel/p5-Sys-SigAction/Makefile	Thu Sep 19 05:44:02 2013	(r327595)
+++ head/devel/p5-Sys-SigAction/Makefile	Thu Sep 19 07:25:12 2013	(r327596)
@@ -1,8 +1,8 @@
-# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	Sys-SigAction
-PORTVERSION=	0.17
+PORTVERSION=	0.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +13,9 @@ COMMENT=	Perl extension for Consistent S
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Time-HiRes>=1.9726:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Sys-SigAction/distinfo
==============================================================================
--- head/devel/p5-Sys-SigAction/distinfo	Thu Sep 19 05:44:02 2013	(r327595)
+++ head/devel/p5-Sys-SigAction/distinfo	Thu Sep 19 07:25:12 2013	(r327596)
@@ -1,2 +1,2 @@
-SHA256 (Sys-SigAction-0.17.tar.gz) = edff884d5d0afed8ca20ff424ef20e303397dd7b04f002d200cac372b7641ca1
-SIZE (Sys-SigAction-0.17.tar.gz) = 19819
+SHA256 (Sys-SigAction-0.20.tar.gz) = 4438144d510cd80c9b9e7995877b725ea66bf810a41ecbb55321396ad1370de3
+SIZE (Sys-SigAction-0.20.tar.gz) = 22094

Modified: head/devel/p5-Sys-SigAction/pkg-plist
==============================================================================
--- head/devel/p5-Sys-SigAction/pkg-plist	Thu Sep 19 05:44:02 2013	(r327595)
+++ head/devel/p5-Sys-SigAction/pkg-plist	Thu Sep 19 07:25:12 2013	(r327596)
@@ -1,5 +1,7 @@
 %%SITE_PERL%%/Sys/SigAction.pm
+%%SITE_PERL%%/Sys/SigAction/Alarm.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
+@dirrmtry %%SITE_PERL%%/Sys/SigAction
 @dirrmtry %%SITE_PERL%%/Sys
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-09-19 08:25:29 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!