svn commit: r399122 - head/sysutils/tmux

Mathieu Arnold mat at FreeBSD.org
Mon Oct 12 13:06:17 UTC 2015


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 at FreeBSD.org
 COMMENT=	Terminal Multiplexer


More information about the svn-ports-all mailing list