Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 11:33:31 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481814 - in head/sysutils/wemux: . files
Message-ID:  <201810111133.w9BBXVdi028469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Thu Oct 11 11:33:30 2018
New Revision: 481814
URL: https://svnweb.freebsd.org/changeset/ports/481814

Log:
  Update wemux port to include latest bug fixes from another forked version of
  it. This new fork also adds manpages.
  
  PR:		230014

Deleted:
  head/sysutils/wemux/files/
Modified:
  head/sysutils/wemux/Makefile
  head/sysutils/wemux/distinfo
  head/sysutils/wemux/pkg-plist

Modified: head/sysutils/wemux/Makefile
==============================================================================
--- head/sysutils/wemux/Makefile	Thu Oct 11 10:34:05 2018	(r481813)
+++ head/sysutils/wemux/Makefile	Thu Oct 11 11:33:30 2018	(r481814)
@@ -4,8 +4,8 @@
 PORTNAME=	wemux
 PORTVERSION=	3.2.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.c-s.li/ports/
 
 MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Enhances tmux to make multi-user terminal multiplexing easier
@@ -16,14 +16,20 @@ RUN_DEPENDS=	tmux:sysutils/tmux \
 		bash:shells/bash
 
 NO_BUILD=	yes
+
 USE_GITHUB=	yes
-GH_ACCOUNT=	zolrath
+GH_ACCOUNT=	nbraud
+GH_TAGNAME=	5de95ad531476773c5c58be48b8bd8bf322eef7e
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${PORTNAME}
+	@${REINPLACE_CMD} -e 's|$$(SYSCONFDIR)|${ETCDIR}|g' ${WRKSRC}/wemux.in
+	@${REINPLACE_CMD} -e 's|$$(SYSCONFDIR)|${ETCDIR}|g' ${WRKSRC}/man/wemux.1.in
+	@${REINPLACE_CMD} -e 's|$$(SYSCONFDIR)|${DOCDIR}|g' ${WRKSRC}/man/wemux.1.in
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/wemux ${STAGEDIR}${PREFIX}/bin
-	@${INSTALL_DATA} ${WRKSRC}/wemux.conf.example ${STAGEDIR}${PREFIX}/etc/wemux.conf.example
+	${INSTALL_SCRIPT} ${WRKSRC}/wemux.in ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${ETCDIR}
+	${INSTALL_DATA} ${WRKSRC}/wemux.conf.example ${STAGEDIR}${ETCDIR}/wemux.conf.example
+	${INSTALL_MAN} ${WRKSRC}/man/wemux.1.in ${STAGEDIR}${MANPREFIX}/man/man1/wemux.1
 
 .include <bsd.port.mk>

Modified: head/sysutils/wemux/distinfo
==============================================================================
--- head/sysutils/wemux/distinfo	Thu Oct 11 10:34:05 2018	(r481813)
+++ head/sysutils/wemux/distinfo	Thu Oct 11 11:33:30 2018	(r481814)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464784732
-SHA256 (zolrath-wemux-v3.2.0_GH0.tar.gz) = 8de6607df116b86e2efddfe3740fc5eef002674e551668e5dde23e21b469b06c
-SIZE (zolrath-wemux-v3.2.0_GH0.tar.gz) = 13359
+TIMESTAMP = 1539251558
+SHA256 (nbraud-wemux-v3.2.0-5de95ad531476773c5c58be48b8bd8bf322eef7e_GH0.tar.gz) = 2332688e159cbc8ee629c052c63420f1e6b5d1d841247b779652d3c177da6ee1
+SIZE (nbraud-wemux-v3.2.0-5de95ad531476773c5c58be48b8bd8bf322eef7e_GH0.tar.gz) = 13838

Modified: head/sysutils/wemux/pkg-plist
==============================================================================
--- head/sysutils/wemux/pkg-plist	Thu Oct 11 10:34:05 2018	(r481813)
+++ head/sysutils/wemux/pkg-plist	Thu Oct 11 11:33:30 2018	(r481814)
@@ -1,2 +1,3 @@
 bin/wemux
-@sample etc/wemux.conf.example etc/wemux.conf
+@sample %%ETCDIR%%/wemux.conf.example %%ETCDIR%%/wemux.conf
+man/man1/wemux.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111133.w9BBXVdi028469>