Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 23:44:41 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157855: [update] sysutils/timelimit to 1.8
Message-ID:  <201106132344.p5DNifVc053412@red.freebsd.org>
Resent-Message-ID: <201106132350.p5DNo5A0001995@freefall.freebsd.org>

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

>Number:         157855
>Category:       ports
>Synopsis:       [update] sysutils/timelimit to 1.8
>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:   Mon Jun 13 23:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.8

======================================
1.8             2011/04/13
        - getopt() returns -1 on error, not EOF [roam]
        - add a simple test suite compatible with Perl's TAP framework [roam] (not installed with port)
        - add the ability to specify signals by name and the -l
          command-line option to list the available signal names. [roam]
          Debian: #621775, suggested by [mats]
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/timelimit/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	30 Sep 2010 10:24:54 -0000	1.11
+++ Makefile	13 Jun 2011 23:40:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	timelimit
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://devel.ringlet.net/sysutils/timelimit/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/pre/}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/timelimit/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	19 Mar 2011 12:33:27 -0000	1.10
+++ distinfo	13 Jun 2011 23:40:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (timelimit-1.7.tar.gz) = ece8fec676965bb43ceb6c940f8d16982f95329a18cb9f353e30ec72cdb8c619
-SIZE (timelimit-1.7.tar.gz) = 7787
+SHA256 (timelimit-1.8.tar.gz) = 026e72b345f8407ebaa002036fd785b2136b2dfc4f8854f14536196ee3079996
+SIZE (timelimit-1.8.tar.gz) = 10167


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



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