Update to 16.1.d, to fix 10^9s problem.

Instructions on updating the pkg sent by Feico Dillema <feico@pasta.cs.uit.no>
This commit is contained in:
hubertf 2001-09-13 10:58:51 +00:00
parent 4e15ec09d8
commit c63f56382d
3 changed files with 10 additions and 10 deletions

View file

@ -1,21 +1,22 @@
# $NetBSD: Makefile,v 1.2 2001/04/27 21:01:03 wiz Exp $
# $NetBSD: Makefile,v 1.3 2001/09/13 10:58:51 hubertf Exp $
DISTNAME= cvsup-netbsd-ix86-elf-16.1
PKGNAME= cvsup-16.1
DISTNAME= cvsup-bin-nogui-16.1d
PKGNAME= cvsup-16.1.d
CATEGORIES= devel
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/cvsupd/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
COMMENT= cvsup daemon and client
WRKSRC= ${WRKDIR}/cvsup-bin-16.1
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
ONLY_FOR_PLATFORM= NetBSD-1.5*-i386
USE_X11= yes
do-install:
for i in cvpasswd cvsup cvsup.nogui; do \
for i in cvpasswd cvsup ; do \
${INSTALL_PROGRAM} ${WRKSRC}/bin/$$i ${PREFIX}/bin; \
done
for i in cvsupd; do \

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2001/04/21 00:44:15 wiz Exp $
$NetBSD: distinfo,v 1.3 2001/09/13 10:58:51 hubertf Exp $
SHA1 (cvsup-netbsd-ix86-elf-16.1.tar.gz) = 7065b68766e89166dc7ede4f2897c778ad3f1733
Size (cvsup-netbsd-ix86-elf-16.1.tar.gz) = 1584650 bytes
SHA1 (cvsup-bin-nogui-16.1d.tgz) = 385d70f276cff55cb0bef5859c79a9e1210bd6ad
Size (cvsup-bin-nogui-16.1d.tgz) = 1292680 bytes

View file

@ -1,7 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/13 11:28:19 itojun Exp $
@comment $NetBSD: PLIST,v 1.2 2001/09/13 10:58:52 hubertf Exp $
bin/cvpasswd
bin/cvsup
bin/cvsup.nogui
sbin/cvsupd
man/man1/cvpasswd.1
man/man1/cvsup.1