diff options
author | wiz <wiz> | 2015-07-27 16:34:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-27 16:34:06 +0000 |
commit | cccabf4ebe4c7f267949a468237b1c22b0341a4d (patch) | |
tree | 4f6f6359987ae13ae58e1dcc148e53c613c93bee /sysutils/shmux | |
parent | ab599a215e0a34b9c31119f834a9ba7894723288 (diff) | |
download | pkgsrc-cccabf4ebe4c7f267949a468237b1c22b0341a4d.tar.gz |
Update to 1.0.2, set LICENSE. From Benedek Gergely on pkgsrc-users.
Mac OS X port
use safe string functions
don't core dump if given host list is empty
fixed host name length measurement when reading from stdin.
Diffstat (limited to 'sysutils/shmux')
-rw-r--r-- | sysutils/shmux/Makefile | 6 | ||||
-rw-r--r-- | sysutils/shmux/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/shmux/Makefile b/sysutils/shmux/Makefile index e3022f9ff01..48d6037d2d4 100644 --- a/sysutils/shmux/Makefile +++ b/sysutils/shmux/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2012/10/23 19:51:23 asau Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/27 16:34:06 wiz Exp $ -DISTNAME= shmux-1.0 -PKGREVISION= 2 +DISTNAME= shmux-1.0.2 CATEGORIES= sysutils MASTER_SITES= http://web.taranis.org/shmux/dist/ EXTRACT_SUFX= .tgz @@ -9,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.taranis.org/shmux/ COMMENT= Shell Multiplexor +LICENSE= modified-bsd GNU_CONFIGURE= yes BUILD_TARGET= shmux diff --git a/sysutils/shmux/distinfo b/sysutils/shmux/distinfo index 2a6b89a405c..db0e8abaec8 100644 --- a/sysutils/shmux/distinfo +++ b/sysutils/shmux/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/04/12 21:38:24 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/07/27 16:34:06 wiz Exp $ -SHA1 (shmux-1.0.tgz) = 3a5fef29ea7f2631668af348d651079fd65a1321 -RMD160 (shmux-1.0.tgz) = 5b45f744fb85ccd99534f0b13d12a9bc49cea9e1 -Size (shmux-1.0.tgz) = 81096 bytes +SHA1 (shmux-1.0.2.tgz) = 6fe39602c497331e448c4331b8cddbb2abb71b79 +RMD160 (shmux-1.0.2.tgz) = 31937f39483e8ab54848f84830489bf45dff5783 +Size (shmux-1.0.2.tgz) = 110473 bytes |