Bug 189603 - [PATCH] devel/p5-Test-Timer: update to 0.08
Summary: [PATCH] devel/p5-Test-Timer: update to 0.08
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 15:40 UTC by Bartek Rutkowski
Modified: 2014-05-12 16:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Test-Timer-0.08.patch (1.13 KB, patch)
2014-05-10 15:40 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-10 15:40:00 UTC
- Update to 0.08
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/p5-Test-Timer/0.08/

Port maintainer (swills@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-10 15:40:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-12 16:38:28 UTC
Author: swills
Date: Mon May 12 15:38:24 2014
New Revision: 353836
URL: http://svnweb.freebsd.org/changeset/ports/353836
QAT: https://qat.redports.org/buildarchive/r353836/

Log:
  - Update to 0.08
  - Pet portlint
  
  PR:		ports/189603
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/devel/p5-Test-Timer/Makefile
  head/devel/p5-Test-Timer/distinfo

Modified: head/devel/p5-Test-Timer/Makefile
==============================================================================
--- head/devel/p5-Test-Timer/Makefile	Mon May 12 15:31:43 2014	(r353835)
+++ head/devel/p5-Test-Timer/Makefile	Mon May 12 15:38:24 2014	(r353836)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Timer
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +11,9 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Perl test module to test/assert response times
 
 BUILD_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
-RUN_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
-
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
+RUN_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Test-Timer/distinfo
==============================================================================
--- head/devel/p5-Test-Timer/distinfo	Mon May 12 15:31:43 2014	(r353835)
+++ head/devel/p5-Test-Timer/distinfo	Mon May 12 15:38:24 2014	(r353836)
@@ -1,2 +1,2 @@
-SHA256 (Test-Timer-0.05.tar.gz) = b5f833797d858951ef2392e2052c4c96c327ceac3407d238c6b16b511443ed9e
-SIZE (Test-Timer-0.05.tar.gz) = 9003
+SHA256 (Test-Timer-0.08.tar.gz) = bde72fc209d71353f8188b0d02a822c8b152e8a4c3fbe5e626755203452b3686
+SIZE (Test-Timer-0.08.tar.gz) = 14679
_______________________________________________
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 3 Steve Wills freebsd_committer freebsd_triage 2014-05-12 16:38:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!