pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update misc/uptimec to 0.2p3, closes PR pkg/26082.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35977665f260
branches:  trunk
changeset: 477191:35977665f260
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Jun 27 20:21:52 2004 +0000

description:
Update misc/uptimec to 0.2p3, closes PR pkg/26082.

Changes:

Version 0.2p3
-------------
Fixed problem when compiling on some HP/UX systems.
Implemented changes that forces uptimec to use select() on HP/UX
systems even if sys/select.h is not availible.


Version 0.2p2
-------------
Imported new routines to extract uptime on Tru64 which enables the client
to run in a chrooted environment.
Will now bind() socket before using it, which seems to be required on some
platforms. (Noted when running in FreeBSD jail)

Contributors to this release:
        Tobias Nygren
        Aaron D. Gifford

diffstat:

 doc/CHANGES           |  3 ++-
 misc/uptimec/Makefile |  6 +++---
 misc/uptimec/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r bf79a80c38c6 -r 35977665f260 doc/CHANGES
--- a/doc/CHANGES       Sun Jun 27 20:06:24 2004 +0000
+++ b/doc/CHANGES       Sun Jun 27 20:21:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6353 2004/06/27 17:32:48 jmmv Exp $
+$NetBSD: CHANGES,v 1.6354 2004/06/27 20:21:52 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3113,3 +3113,4 @@
        Updated jdbc-postgresql74 to 7.4.3 [recht 2004-06-27]
        Updated intltool to 0.31 [jmmv 2004-06-27]
        Removed xml-i18n-tools [jmmv 2004-06-27]
+       Updated uptimec to 0.2p3 [xtraeme 2004-06-27]
diff -r bf79a80c38c6 -r 35977665f260 misc/uptimec/Makefile
--- a/misc/uptimec/Makefile     Sun Jun 27 20:06:24 2004 +0000
+++ b/misc/uptimec/Makefile     Sun Jun 27 20:21:52 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2004/04/13 14:25:35 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/27 20:21:52 xtraeme Exp $
 #
 
-DISTNAME=      uptimec-0.2p1
+DISTNAME=      uptimec-0.2p3
 CATEGORIES=    misc
 MASTER_SITES=  http://www.mreriksson.net/downloads/
 
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
+MAINTAINER=    ola%mrEriksson.net@localhost
 HOMEPAGE=      http://www.mreriksson.net/uptimes/
 COMMENT=       Uptime Project client
 
diff -r bf79a80c38c6 -r 35977665f260 misc/uptimec/distinfo
--- a/misc/uptimec/distinfo     Sun Jun 27 20:06:24 2004 +0000
+++ b/misc/uptimec/distinfo     Sun Jun 27 20:21:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/13 14:06:10 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/06/27 20:21:52 xtraeme Exp $
 
-SHA1 (uptimec-0.2p1.tar.gz) = 7cc60aaf6a5d846699948d3072fec061933e2e42
-Size (uptimec-0.2p1.tar.gz) = 73363 bytes
+SHA1 (uptimec-0.2p3.tar.gz) = b14a7ba166d558b75ea3d5700dc73ba18b199e14
+Size (uptimec-0.2p3.tar.gz) = 82082 bytes



Home | Main Index | Thread Index | Old Index