Skip to content

Commit

Permalink
Update to 16.1.d, to fix 10^9s problem.
Browse files Browse the repository at this point in the history
Instructions on updating the pkg sent by Feico Dillema <feico@pasta.cs.uit.no>
  • Loading branch information
hubertf committed Sep 13, 2001
1 parent 025e8cf commit cf29c2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
11 changes: 6 additions & 5 deletions devel/cvsup/Makefile
@@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions devel/cvsup/distinfo
@@ -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
3 changes: 1 addition & 2 deletions devel/cvsup/pkg/PLIST
@@ -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
Expand Down

0 comments on commit cf29c2e

Please sign in to comment.