From owner-freebsd-ports-bugs Sun Feb 2 17:10:24 2003 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 A362437B407 for ; Sun, 2 Feb 2003 17:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D0143F79 for ; Sun, 2 Feb 2003 17:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h131ALNS054546 for ; Sun, 2 Feb 2003 17:10:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h131ALxv054545; Sun, 2 Feb 2003 17:10:21 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFED37B401 for ; Sun, 2 Feb 2003 17:03:34 -0800 (PST) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F1C43F3F for ; Sun, 2 Feb 2003 17:03:28 -0800 (PST) (envelope-from root@saturnero.net) Received: from mocciosa.saturnero.sat (151.38.69.220) by smtp2.libero.it (6.7.015) id 3E0C6F6000EE1AFD for FreeBSD-gnats-submit@freebsd.org; Mon, 3 Feb 2003 02:03:20 +0100 Received: by mocciosa.saturnero.sat (Postfix, from userid 0) id 5E89B3C00D; Mon, 3 Feb 2003 02:03:11 +0100 (CET) Message-Id: <20030203010311.5E89B3C00D@mocciosa.saturnero.sat> Date: Mon, 3 Feb 2003 02:03:11 +0100 (CET) From: Dario Freni Reply-To: Dario Freni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47831: update of sysutils/uptimed Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47831 >Category: ports >Synopsis: update of sysutils/uptimed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 02 17:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dario Freni >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: Italian FreeBSD User Group (http://www.gufi.org) >Environment: System: FreeBSD mocciosa.saturnero.sat 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Wed Jan 8 21:09:16 CET 2003 root@mocciosa.saturnero.sat:/usr/obj/usr/src/sys/MOCCIOSA i386 >Description: uptimed has released 0.3.0 since November 2002. Here's the diff with the version present in the ports tree >How-To-Repeat: >Fix: --- diff begins here --- diff -urN uptimed/Makefile uptimed3/Makefile --- uptimed/Makefile Wed Nov 20 11:39:25 2002 +++ uptimed3/Makefile Mon Feb 3 01:49:20 2003 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/uptimed/Makefile,v 1.2 2002/11/19 13:01:11 edwin Exp $ PORTNAME= uptimed -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= uptimed @@ -28,7 +28,7 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/uptimed.sh.sample ${PREFIX}/etc/rc.d/ if [ ! -d "${PREFIX}/www/cgi-bin/" ]; then \ - ${MKDIR} -p ${PREFIX}/www/cgi-bin; \ + ${MKDIR} ${PREFIX}/www/cgi-bin; \ fi ${INSTALL_PROGRAM} ${PREFIX}/bin/uprecords ${PREFIX}/www/cgi-bin/uprecords.cgi ${INSTALL_DATA} ${WRKSRC}/sample-cgi/* ${PREFIX}/www/cgi-bin/ diff -urN uptimed/distinfo uptimed3/distinfo --- uptimed/distinfo Thu Oct 10 22:00:42 2002 +++ uptimed3/distinfo Mon Feb 3 01:37:50 2003 @@ -1 +1 @@ -MD5 (uptimed-0.2.0.tar.gz) = 6f9c87634a27eb4e1e8b38c7d771d4f4 +MD5 (uptimed-0.3.0.tar.gz) = a745c7e79c64f20c7691c56c35ba16d1 --- diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message