Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 13:06:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399122 - head/sysutils/tmux
Message-ID:  <201510121306.t9CD6Gih095495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Oct 12 13:06:16 2015
New Revision: 399122
URL: https://svnweb.freebsd.org/changeset/ports/399122

Log:
  tmux is now hosted on github.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/tmux/Makefile

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Mon Oct 12 13:05:33 2015	(r399121)
+++ head/sysutils/tmux/Makefile	Mon Oct 12 13:06:16 2015	(r399122)
@@ -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



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