From 9d7edcdedfeccefc8577c18fc7f6976981a2d2d8 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 17 Jun 2003 14:16:33 +0000 Subject: The main package has changed on the distribution site by the following change: --- gkermit.h 1999-12-26 21:25:52.000000000 +0000 +++ gkermit.h 2003-05-27 16:30:13.000000000 +0100 @@ -233,7 +233,11 @@ /* Externs */ +#ifdef ERRNO_H +#include +#else extern int errno; +#endif /* ERRNO_H */ #ifndef _GKERMIT_C extern int debug; #endif /* _GKERMIT_C */ but unfortunately without a corresponding version number bump. so do the dance we usually do with unnumbered distributions, and put the distfile locally into a (numbered) DIST_SUBDIR directory. Bump package revision number, regen distinfo file, and one cosmetic change to make the WRKSRC definition appear in a more suitable place in the package Makefile. --- comms/gkermit/Makefile | 7 +++++-- comms/gkermit/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'comms') diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile index 6a057d2daf6..72ded7a75ae 100644 --- a/comms/gkermit/Makefile +++ b/comms/gkermit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/17 14:16:33 agc Exp $ # DISTNAME= gkermit PKGNAME= gkermit-1.00 -WRKSRC= ${WRKDIR} +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ @@ -11,6 +11,9 @@ MAINTAINER= fredb@netbsd.org HOMEPAGE= http://www.columbia.edu/kermit/gkermit.html COMMENT= minimal implementation of the ``kermit'' protocol (GPL'd) +WRKSRC= ${WRKDIR} +DIST_SUBDIR= gkermit-1.00 + USE_BUILDLINK2= # defined ALL_TARGET= posix MAKEFILE= makefile diff --git a/comms/gkermit/distinfo b/comms/gkermit/distinfo index f572f0eeb58..56709784f35 100644 --- a/comms/gkermit/distinfo +++ b/comms/gkermit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:18 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/06/17 14:16:33 agc Exp $ -SHA1 (gkermit.tar.gz) = 31e62ea8bb77db82de479cd1c5720147b5e52173 -Size (gkermit.tar.gz) = 62458 bytes +SHA1 (gkermit-1.00/gkermit.tar.gz) = 7c8091d1cc8184eb2e0445d2b1deeb781ba632b6 +Size (gkermit-1.00/gkermit.tar.gz) = 62195 bytes -- cgit v1.2.3