Update to 3.2.3:
Changed default tail command arguments Fixed input-record-separator command line argument to allow for a null string Corrected perlcode parsing and depth handling Fixed how swatch kills off the tail command on exit Fixed how the tail command is launched
This commit is contained in:
parent
485cf34c3f
commit
9aabea5f6a
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.15 2015/07/27 22:19:17 wiz Exp $
|
||||
|
||||
DISTNAME= swatch-3.2.1
|
||||
PKGREVISION= 8
|
||||
DISTNAME= swatch-3.2.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/07/27 22:19:17 wiz Exp $
|
||||
|
||||
SHA1 (swatch-3.2.1.tar.gz) = e3117104947a7f3ee26e26ea691f7942cbb8ec67
|
||||
RMD160 (swatch-3.2.1.tar.gz) = 7bbe75f6c6c6f08b60c6e77cdddfb96881d5ae4b
|
||||
Size (swatch-3.2.1.tar.gz) = 31039 bytes
|
||||
SHA1 (swatch-3.2.3.tar.gz) = d67f434103b42b11aee62151d7a9e533459ec624
|
||||
RMD160 (swatch-3.2.3.tar.gz) = 09692c0c889ff9c5a1af50a5e5272a177130bc31
|
||||
Size (swatch-3.2.3.tar.gz) = 31199 bytes
|
||||
|
|
Loading…
Reference in a new issue