diff options
author | micha <micha@pkgsrc.org> | 2021-06-25 13:41:48 +0000 |
---|---|---|
committer | micha <micha@pkgsrc.org> | 2021-06-25 13:41:48 +0000 |
commit | 9bb8ce57089ae406174a8b7fbbbdc138279c12ef (patch) | |
tree | a70ee12b720b7b7a95061389b8c12d7adc0a5c75 /archivers/Makefile | |
parent | eda0cdede41b495a52c39d89c0ebd6c11906a4fb (diff) | |
download | pkgsrc-9bb8ce57089ae406174a8b7fbbbdc138279c12ef.tar.gz |
archivers/tartest: Add version 1.23
Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index fdc9e3cc329..6d05db8c88e 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.185 2021/06/13 08:15:50 nia Exp $ +# $NetBSD: Makefile,v 1.186 2021/06/25 13:41:48 micha Exp $ # COMMENT= Archivers and compression tools @@ -129,6 +129,7 @@ SUBDIR+= sarab SUBDIR+= squsq SUBDIR+= star SUBDIR+= szip +SUBDIR+= tartest SUBDIR+= torrentzip SUBDIR+= unace SUBDIR+= unace-bin |