diff options
-rw-r--r-- | net/shmux/Makefile | 26 | ||||
-rw-r--r-- | net/shmux/distinfo | 5 | ||||
-rw-r--r-- | net/shmux/pkg-descr | 2 |
3 files changed, 13 insertions, 20 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index 7d622d1e76e2..eef63268e8b5 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -2,18 +2,19 @@ # $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 @@ -23,18 +24,9 @@ OPTIONS_DEFINE= FPING PCRE OPTIONS_DEFAULT= FPING FPING_DESC= Use fping utility -.include <bsd.port.options.mk> - -.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} diff --git a/net/shmux/distinfo b/net/shmux/distinfo index 20b335424f48..920d83f1e615 100644 --- a/net/shmux/distinfo +++ b/net/shmux/distinfo @@ -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 diff --git a/net/shmux/pkg-descr b/net/shmux/pkg-descr index 1f2392d80a72..6f7cc02ed9ce 100644 --- a/net/shmux/pkg-descr +++ b/net/shmux/pkg-descr @@ -5,4 +5,4 @@ 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 |