Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 16:53:14 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kbyanc@posi.net
Subject:   ports/24108: Updated port - misc/upclient - 4.2.1.21
Message-ID:  <200101061553.f06FrE844515@gits.dyndns.org>
Resent-Message-ID: <200101061600.f06G08R78541@freefall.freebsd.org>

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

>Number:         24108
>Category:       ports
>Synopsis:       Updated port - misc/upclient - 4.2.1.21
>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:   Sat Jan 06 08:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #2: Wed Dec  6 17:17:38 CET 2000     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		version bumped.
		MASTER_SITES updated ({ftp,www}.uptimes.net isn't up to date,
		maybe those lines should be commented ?).

	files/patch-ab (upclient.conf)
		interval back-changed to 550 sec (almost 10 min but no more)
		as the 3.x port does.

	pkg-message
		uptimes protocol link added.

>How-To-Repeat:

	n/a

>Fix:

diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ upclient.old/Makefile upclient/Makefile
--- upclient.old/Makefile	Fri Jan  5 07:08:03 2001
+++ upclient/Makefile	Sat Jan  6 16:37:51 2001
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	upclient
-PORTVERSION=	4.2.1.19
+PORTVERSION=	4.2.1.21
 CATEGORIES=	misc
-MASTER_SITES=	ftp://ftp.uptimes.net/pub/uptimes/ \
+MASTER_SITES=	http://uptimes.atomicvoid.net/files/
+		ftp://ftp.uptimes.net/pub/uptimes/ \
 		http://www.uptimes.net/download/ \
-		http://uptimes.atomicvoid.net/
 
 MAINTAINER=	clefevre@citeweb.net
 
diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ upclient.old/distinfo upclient/distinfo
--- upclient.old/distinfo	Fri Jan  5 07:08:03 2001
+++ upclient/distinfo	Sat Dec 30 05:57:53 2000
@@ -1 +1 @@
-MD5 (upclient-4.2.1.19.tar.gz) = c832a7885de2a20e2427bddfacd09d37
+MD5 (upclient-4.2.1.21.tar.gz) = 5b6ceecabb36921bbcf7dd6eebdb73c2
diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ upclient.old/files/patch-ab upclient/files/patch-ab
--- upclient.old/files/patch-ab	Fri Jan  5 07:08:03 2001
+++ upclient/files/patch-ab	Sat Dec 30 06:12:05 2000
@@ -1,6 +1,6 @@
---- upclient.conf.orig	Mon Dec 18 14:19:35 2000
-+++ upclient.conf	Sat Dec 30 00:37:19 2000
-@@ -4,7 +4,7 @@
+--- upclient.conf.orig	Wed Dec 27 00:48:16 2000
++++ upclient.conf	Sat Dec 30 06:11:27 2000
+@@ -4,11 +4,11 @@
  # upclient.conf
  #
  
@@ -8,4 +8,9 @@
 +PidFile = /var/run/upclient.pid		# Location of pid file
  
  AuthKey = <your_authkey>		# Your Authorization key
- Interval = 120				# Transmit interval
+ 
+-Interval	= 120			# Transmit interval
++Interval	= 550			# Transmit interval
+ UptimeServer	= data.uptimes.net	# Uptimes Project's data server
+ 
+ SendIdleTime	= 1			# Send your idle time
diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ upclient.old/files/patch-options.c upclient/files/patch-options.c
--- upclient.old/files/patch-options.c	Fri Jan  5 04:37:06 2001
+++ upclient/files/patch-options.c	Sat Dec 30 06:11:00 2000
@@ -1,5 +1,5 @@
---- src/options.c.orig	Mon Dec 18 02:20:24 2000
-+++ src/options.c	Sat Dec 30 02:48:01 2000
+--- src/options.c.orig	Wed Dec 27 00:41:53 2000
++++ src/options.c	Sat Dec 30 06:09:57 2000
 @@ -23,11 +23,7 @@
  int  cfg_proxyport				= 8080;
  char cfg_proxyuser[PROXYUSER_MAXLEN+1]		= "";
@@ -12,15 +12,15 @@
  #if defined(PLATFORM_UNIXWARE)
  int  cfg_sendload	= 0;
  #else
-@@ -99,11 +95,7 @@
-   else if(strcmp(key, "PidFile") == 0)
+@@ -124,11 +120,7 @@
      strcpy(cfg_pidfile, value);
-   else if(strcmp(key, "SendIdleTime") == 0)
+   }
+   else if(strcmp(key, "SendIdleTime") == 0) {
 -#if defined(PLATFORM_BSD)
 -    ;
 -#else
      cfg_sendidle = atol(value);
 -#endif
-   else if(strcmp(key, "SendLoadAvg") == 0)
+   }
+   else if(strcmp(key, "SendLoadAvg") == 0) {
  #if defined(PLATFORM_UNIXWARE)
-     ;
diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ upclient.old/pkg-message upclient/pkg-message
--- upclient.old/pkg-message	Fri Jan  5 07:08:03 2001
+++ upclient/pkg-message	Sat Jan  6 16:48:51 2001
@@ -19,6 +19,7 @@
 	(WWW: http://www.uptimes.net/bottom.html?show=hosts).
 
   - Interval is the amount of time between each update.
+	(WWW: http://www.uptimes.net/stuff/protocol.html)
 
     Don't set this higher than 10 minutes, or else your host
     won't appear in the list.

>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?200101061553.f06FrE844515>