Changes since 1.0.2 [2008-12-21]: - Fix clang warnings. - Fix BROKEN_POLL option on macOS. - Switch to generic BSD license. - Default to using -oLogLevel=ERROR with ssh.
Keeps working on amd64. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/shmux/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 12 Jul 2019 20:49:51 -0000 1.8 +++ Makefile 6 Sep 2019 10:57:27 -0000 @@ -2,16 +2,13 @@ COMMENT= execute a command on many hosts in parallel -DISTNAME= shmux-1.0.2 +DISTNAME= shmux-1.0.3 CATEGORIES= sysutils HOMEPAGE= http://web.taranis.org/shmux/ -MASTER_SITES= ${HOMEPAGE}dist/ +MASTER_SITES= http://web.taranis.org/shmux/dist/ EXTRACT_SUFX= .tgz -REVISION= 0 -# XXX N.B. if adding patches: redistributing modified versions -# is not permitted. See LICENSE, it has an important restriction -# on top of what at first glance looks like a typical BSD license. +# BSD PERMIT_PACKAGE= Yes WANTLIB += c curses pcre @@ -25,9 +22,5 @@ RUN_DEPENDS= net/fping ALL_TARGET= TEST_TARGET= test - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/shmux - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/shmux .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/shmux/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 18 Jan 2015 03:15:15 -0000 1.2 +++ distinfo 6 Sep 2019 10:57:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (shmux-1.0.2.tgz) = CIaqykk2km1SaYjYXfQD+hZ5pgw1XxvoQyu0vB42WA8= -SIZE (shmux-1.0.2.tgz) = 110473 +SHA256 (shmux-1.0.3.tgz) = yfiGPiVQ4j5jPPX8epxMUtKHBZ9CTveKum7NmDkPuas= +SIZE (shmux-1.0.3.tgz) = 116613 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/shmux/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 12 Apr 2010 09:16:33 -0000 1.1.1.1 +++ pkg/PLIST 6 Sep 2019 10:57:42 -0000 @@ -2,5 +2,4 @@ @bin bin/shmux @man man/man1/shmux.1 share/doc/shmux/ -share/doc/shmux/LICENSE share/doc/shmux/mcmd.sh