From 20133210c54c3053df8e023d02854f6b4703ef02 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 12 Oct 2015 13:06:16 +0000 Subject: tmux is now hosted on github. Sponsored by: Absolight --- sysutils/tmux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/tmux') diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index a5f644725ee7..604b15ca3701 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -5,7 +5,8 @@ PORTNAME= tmux PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//} +MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ \ + SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//} MAINTAINER= mat@FreeBSD.org COMMENT= Terminal Multiplexer -- cgit