Updated to version 1.5.

Changes:

- removed platform restriction.

1.5:
====
- Removed dead code from priv_mktemp.c
- Added EBCDIC support to priv_mktemp.c
This commit is contained in:
salo 2003-04-25 20:41:52 +00:00
parent 2af0580066
commit 350cafd228
2 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 09:32:08 salo Exp $
# $NetBSD: Makefile,v 1.2 2003/04/25 20:41:52 salo Exp $
#
DISTNAME= mktemp-1.4
DISTNAME= mktemp-1.5
CATEGORIES= sysutils security
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \
ftp://ftp.cs.colorado.edu/pub/mktemp/ \
@ -12,8 +12,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mktemp.org/
COMMENT= Small program for safe temporary file and directory creation
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-* # in base system
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2002/12/13 09:32:08 salo Exp $
$NetBSD: distinfo,v 1.2 2003/04/25 20:41:52 salo Exp $
SHA1 (mktemp-1.4.tar.gz) = 6cf30be94423c85fe11632f9107bf660bf41b07b
Size (mktemp-1.4.tar.gz) = 65242 bytes
SHA1 (mktemp-1.5.tar.gz) = aa001fd61d13bbf128dc58ca4dc6d83311435bae
Size (mktemp-1.5.tar.gz) = 70529 bytes