Index: head/net/shmux/Makefile =================================================================== --- head/net/shmux/Makefile (revision 504496) +++ head/net/shmux/Makefile (revision 504497) @@ -1,42 +1,34 @@ # Created by: jamundsen # $FreeBSD$ PORTNAME= shmux -DISTVERSION= 1.0.2 -PORTREVISION= 3 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.3 CATEGORIES= net -MASTER_SITES= http://web.taranis.org/shmux/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to run commands on multiple hosts using shell commands -LICENSE= BSD4CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= ncurses tar:tgz +USES= localbase ncurses +USE_GITHUB= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= FPING PCRE OPTIONS_DEFAULT= FPING FPING_DESC= Use fping utility -.include - -.if ${PORT_OPTIONS:MFPING} -RUN_DEPENDS+= fping:net/fping -.endif - -.if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:devel/pcre -CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib -.else -CONFIGURE_ARGS+= --with-pcre=no -.endif +FPING_RUN_DEPENDS= fping:net/fping +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE_CONFIGURE_WITH= pcre=${LOCALBASE}/lib post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/net/shmux/distinfo =================================================================== --- head/net/shmux/distinfo (revision 504496) +++ head/net/shmux/distinfo (revision 504497) @@ -1,2 +1,3 @@ -SHA256 (shmux-1.0.2.tgz) = 0886aaca4936926d526988d85df403fa1679a60c355f1be8432bb4bc1e36580f -SIZE (shmux-1.0.2.tgz) = 110473 +TIMESTAMP = 1560860410 +SHA256 (shmux-shmux-v1.0.3_GH0.tar.gz) = c9f8863e2550e23e633cf5fc7a9c4c52d287059f424ef78aba6ecd98390fb9ab +SIZE (shmux-shmux-v1.0.3_GH0.tar.gz) = 116613 Index: head/net/shmux/pkg-descr =================================================================== --- head/net/shmux/pkg-descr (revision 504496) +++ head/net/shmux/pkg-descr (revision 504497) @@ -1,8 +1,8 @@ Shmux is program for executing the same command on many hosts in parallel. For each target, a child process is spawned by shmux, and a shell on the target obtained one of the supported methods: rsh, ssh, or sh. The output produced by the children is received by shmux and either (optionally) output in turn to the user using an easy to read format, or written to files for later processing making it well suited for use in scripts. -WWW: http://web.taranis.org/shmux/ +WWW: https://github.com/shmux/shmux