summaryrefslogtreecommitdiff
path: root/sysutils/mktemp/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-23 10:16:22 +0000
committerwiz <wiz>2011-03-23 10:16:22 +0000
commitc7118477d2f38ac97ac3b54b09826bb4cb0ae866 (patch)
tree6c4f049ddfd2cfd4cd6bfcd7e5f4a5649b1d7eea /sysutils/mktemp/Makefile
parentb9e9831a27841c7d767efb0c2b6d6b03e57cf224 (diff)
downloadpkgsrc-c7118477d2f38ac97ac3b54b09826bb4cb0ae866.tar.gz
Update to 1.7, based on PR 44014 from Aleksey Cheusov.
Set LICENSE. Major changes in upstream Temporary file names now include digits in addition to letters. mktemp will now terminate after 2*N^62 attempts, where N is the number of Xs in the template. Previously it would try forever. Fixed UTF8 formatting of the grave accent character in the manual.
Diffstat (limited to 'sysutils/mktemp/Makefile')
-rw-r--r--sysutils/mktemp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/mktemp/Makefile b/sysutils/mktemp/Makefile
index 839d09cab6f..388ca8da41f 100644
--- a/sysutils/mktemp/Makefile
+++ b/sysutils/mktemp/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2009/12/12 23:20:52 asau Exp $
+# $NetBSD: Makefile,v 1.9 2011/03/23 10:16:22 wiz Exp $
#
-DISTNAME= mktemp-1.6
+DISTNAME= mktemp-1.7
CATEGORIES= sysutils security
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \
- ftp://ftp.usa.openbsd.org/pub/mktemp/
+ ftp://ftp.usa.openbsd.org/pub/mktemp/
MAINTAINER= sketch@NetBSD.org
HOMEPAGE= http://www.mktemp.org/
COMMENT= Small program for safe temporary file and directory creation
+LICENSE= isc
PKG_DESTDIR_SUPPORT= user-destdir