Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  4 Nov 1999 22:53:11 +1100 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14704: Fix of port sysutils/idled
Message-ID:  <19991104115311.16364237@beebite.ugh.net.au>

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

>Number:         14704
>Category:       ports
>Synopsis:       Fix of port sysutils/idled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov  4 04:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 3.3-RC i386
>Organization:
UgH!
>Environment:

	

>Description:

The original distribution site for idled is broken but it looks like there
is a new "official" site anyway. This path adds in the new site but leaves
the old in case it comes back.

It also adds in a WWW: line in DESCR.

>How-To-Repeat:

	

>Fix:
	

diff -urN idled.orig/Makefile idled/Makefile
--- idled.orig/Makefile	Thu Nov  4 15:02:45 1999
+++ idled/Makefile	Thu Nov  4 15:01:34 1999
@@ -8,7 +8,8 @@
 
 DISTNAME=	idled-1.16
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.cs.hope.edu/pub/idled/
+MASTER_SITES=	http://www.darkwing.com/idled/download/	\
+				ftp://ftp.cs.hope.edu/pub/idled/
 
 MAINTAINER=     andrew@ugh.net.au
 
diff -urN idled.orig/pkg/DESCR idled/pkg/DESCR
--- idled.orig/pkg/DESCR	Thu Nov  4 15:02:45 1999
+++ idled/pkg/DESCR	Thu Nov  4 15:02:07 1999
@@ -2,3 +2,5 @@
 machine to keep an eye on current users.  If users have been idle for too long,
 or have been logged on for too long, or have logged in too many times, it will
 warn them and log them out appropriately.
+
+WWW: http://www.darkwing.com/idled/

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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