Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 10:18:34 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63212: unbreak comms/gkermit
Message-ID:  <20040222101834.8F6D0B8B7@happygiraffe.net>
Resent-Message-ID: <200402221020.i1MAK2sp023560@freefall.freebsd.org>

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

>Number:         63212
>Category:       ports
>Synopsis:       unbreak comms/gkermit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 22 02:20:02 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sat Feb 21 03:25:08 GMT 2004 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386

>Description:
	Kris Kennaway marked this port BROKEN due to checksum mismatch.
I've looked at the copy of ftp.freebsd.org and the copy on the master
site and diff'd the two.  The changes are small, it looks like they've
rerolled the master tarball.

    diff -ruN gkermit.old/ANNOUNCE gkermit.new/ANNOUNCE
    --- gkermit.old/ANNOUNCE	Mon Dec 27 21:22:24 1999
    +++ gkermit.new/ANNOUNCE	Sun Dec 26 20:28:38 1999
    @@ -103,30 +103,3 @@
     
     Release 1.00 25 Dec 99.
     ------------------------------
    -
    -Article: 10842 of comp.protocols.kermit.misc
    -From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
    -Newsgroups: comp.protocols.kermit.misc
    -Subject: Announcing G-Kermit 1.00
    -Date: 27 Dec 1999 21:19:05 GMT
    -Organization: Columbia University
    -
    -G-Kermit 1.00 is released.  The web page is:
    -
    -  http://www.columbia.edu/kermit/gkermit.html
    -
    -For those who missed the Beta test, G-Kermit is small, fast, and
    -portable Kermit protocol implementation for UNIX released under
    -the GPL.
    -
    -Prebuilt binaries are available for over 40 hardware/OS/version
    -combinations:
    -
    -  http://www.columbia.edu/kermit/gkermit.html#down
    -
    -If you can send in binaries that are not listed, please let me
    -know.  After allowing a few days for more binaries to come in,
    -we'll make a wider announcement.
    -
    -- Frank
    -------------------------------
    diff -ruN gkermit.old/README gkermit.new/README
    --- gkermit.old/README	Mon Dec 27 22:01:13 1999
    +++ gkermit.new/README	Mon Dec 27 02:20:23 1999
    @@ -36,9 +36,6 @@
     University.  It is free software under the GNU Public License.  See the
     COPYING file for details.
     
    -  This software is OSI Certified Open Source Software.
    -  OSI Certified is a certification mark of the Open Source Initiative.
    -
     G-Kermit is:
      . Fast
      . Small
    @@ -1013,11 +1010,5 @@
       http://www.columbia.edu/kermit/    The Kermit Project website
       comp.protocols.kermit.misc         The unmoderated Kermit newsgroup
       kermit-support@columbia.edu        Technical support
    -
    -Also visit:
    -
    -  http://www.columbia.edu/kermit/gkermit.html
    -
    -for a more up-to-date version of this file, complete with download links.
     
     (End of G-Kermit README)
    diff -ruN gkermit.old/gkermit.h gkermit.new/gkermit.h
    --- gkermit.old/gkermit.h	Sun Dec 26 21:25:52 1999
    +++ gkermit.new/gkermit.h	Tue May 27 16:30:13 2003
    @@ -233,7 +233,11 @@
     
     /* Externs */
     
    +#ifdef ERRNO_H
    +#include <errno.h>
    +#else
     extern int errno;
    +#endif /* ERRNO_H */
     #ifndef _GKERMIT_C
     extern int debug;
     #endif /* _GKERMIT_C */

>How-To-Repeat:
	n/a
>Fix:

    This patch updates the checksum to the latest tarball, removes
    BROKEN and also fetches the correct filename.

diff -ruN /usr/ports/comms/gkermit/Makefile gkermit/Makefile
--- /usr/ports/comms/gkermit/Makefile	Sun Feb 22 00:21:03 2004
+++ gkermit/Makefile	Sun Feb 22 10:15:20 2004
@@ -6,15 +6,13 @@
 #
 
 PORTNAME=	gkermit
-PORTVERSION=	1.0
+PORTVERSION=	1.00
 CATEGORIES=	comms
 MASTER_SITES=	ftp://kermit.columbia.edu/kermit/archives/
-DISTNAME=	${PORTNAME}
+DISTNAME=	gku100
 
 MAINTAINER=	dom@happygiraffe.net
 COMMENT=	File transfer utility using the kermit protocol
-
-BROKEN=		"Checksum mismatch"
 
 NO_WRKSUBDIR=	yes
 MAN1=		gkermit.1
diff -ruN /usr/ports/comms/gkermit/distinfo gkermit/distinfo
--- /usr/ports/comms/gkermit/distinfo	Tue Jan 11 16:13:17 2000
+++ gkermit/distinfo	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-MD5 (gkermit.tar.gz) = 1c10dca56fdf74a7bea1448815db2bc3
>Release-Note:
>Audit-Trail:
>Unformatted:



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