From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 18 02:30:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2507A16A41C for ; Mon, 18 Jul 2005 02:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08B843D48 for ; Mon, 18 Jul 2005 02:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6I2UG2d025019 for ; Mon, 18 Jul 2005 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6I2UGn6025015; Mon, 18 Jul 2005 02:30:16 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jul 2005 02:30:16 GMT Resent-Message-Id: <200507180230.j6I2UGn6025015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429EE16A41C; Mon, 18 Jul 2005 02:28:34 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr62.hinet.net (msr62.hinet.net [168.95.4.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714E043D45; Mon, 18 Jul 2005 02:28:33 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr62.hinet.net (8.9.3/8.9.3) with ESMTP id KAA18359; Mon, 18 Jul 2005 10:28:31 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 83057B29CF1; Mon, 18 Jul 2005 10:28:30 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12855-06; Mon, 18 Jul 2005 10:28:22 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 9B6C5B29CE4; Mon, 18 Jul 2005 10:28:22 +0800 (CST) Message-Id: <20050718022822.9B6C5B29CE4@utopia.leeym.com> Date: Mon, 18 Jul 2005 10:28:22 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/83640: [PATCH] devel/p5-Time-HiRes: update to 1.72 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 02:30:17 -0000 >Number: 83640 >Category: ports >Synopsis: [PATCH] devel/p5-Time-HiRes: update to 1.72 >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 Jul 18 02:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005 >Description: - Update to 1.72 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Time-HiRes-1.72,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Time-HiRes/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 11 Jun 2005 16:12:53 -0000 1.23 +++ Makefile 18 Jul 2005 02:27:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Time-HiRes -PORTVERSION= 1.68 +PORTVERSION= 1.72 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -16,6 +16,10 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= A perl5 module implementing High resolution time, sleep, and alarm +# rel2abs isn't in old File::Spec +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Time::HiRes.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Time-HiRes/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 24 May 2005 12:13:11 -0000 1.16 +++ distinfo 18 Jul 2005 02:27:58 -0000 @@ -1,2 +1,2 @@ -MD5 (Time-HiRes-1.68.tar.gz) = 44dd7dc05aa58f1d88e6268e55886a95 -SIZE (Time-HiRes-1.68.tar.gz) = 60581 +MD5 (Time-HiRes-1.72.tar.gz) = 6fb0576c7a7092fdf5d464943fd3b6e6 +SIZE (Time-HiRes-1.72.tar.gz) = 61579 --- p5-Time-HiRes-1.72,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: