Update to 1.3.4:
2005-04-04 Heikki Orsila * version 1.3.4 - compatibility fixes - recursive sfv file checking support by Durk van Veen 2005-03-26 Heikki Orsila - trivial fix for 'make check'. It wasn't posix sh compatible. On bash "==" is the same as "=". 2005-03-26 Heikki Orsila * version 1.3.4-pre5 - added recursion support from Durk van Veen 2005-03-21 Heikki Orsila - fixed 'make install' bug. Man dir was not created properly. Thanks to Durk van Veen for finding this. 2005-02-21 Heikki Orsila * version 1.3.4-pre1 - consistent policy for BSD and Linux systems. Trying to checksum a directory lead to different actions. Also, trying to verify checksum of a directory bugged. 2005-02-06 Heikki Orsila - 'make check' executes tests. 'make tests' doesn't.
This commit is contained in:
parent
0618b98cad
commit
783027b05d
2 changed files with 9 additions and 8 deletions
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.8 2005/02/05 00:45:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2005/04/05 09:12:31 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cksfv-1.3.3
|
||||
DISTNAME= cksfv-1.3.4
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/ \
|
||||
http://www.modeemi.fi/~shd/foss/cksfv/files/devel/
|
||||
#EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= dillo@NetBSD.org
|
||||
HOMEPAGE= http://www.modeemi.fi/~shd/foss/cksfv/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/02/24 11:02:51 agc Exp $
|
||||
$NetBSD: distinfo,v 1.9 2005/04/05 09:12:31 wiz Exp $
|
||||
|
||||
SHA1 (cksfv-1.3.3.tar.bz2) = a1e6aa4fd59ddc03aca3a9192d9d28bc59c35471
|
||||
RMD160 (cksfv-1.3.3.tar.bz2) = 55e08c9b3796c7f4a7736a746a2fdfe10c7b5be9
|
||||
Size (cksfv-1.3.3.tar.bz2) = 18266 bytes
|
||||
SHA1 (cksfv-1.3.4.tar.gz) = 314acbd24bd6b83cec7c9bc27266bd9e7c46450c
|
||||
RMD160 (cksfv-1.3.4.tar.gz) = deb714d2a16e94240d4741b590361e8b90739385
|
||||
Size (cksfv-1.3.4.tar.gz) = 22606 bytes
|
||||
|
|
Loading…
Reference in a new issue