Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2014 11:04:13 +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: r374524 - head/sysutils/tmux
Message-ID:  <201412111104.sBBB4DRK074824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec 11 11:04:12 2014
New Revision: 374524
URL: https://svnweb.freebsd.org/changeset/ports/374524
QAT: https://qat.redports.org/buildarchive/r374524/

Log:
  Use the real upstream version.
  
  DISTVERSION=1.9a computes to a PORTVERSION of 1.9.a, which by our terms, means
  1.9.alpha, and is before 1.9, so switch to a PORTVERSION of 1.9a, which is
  after 1.9.  Remove the PORTSCOUT line, it's of no use any more.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/tmux/Makefile

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Thu Dec 11 10:50:36 2014	(r374523)
+++ head/sysutils/tmux/Makefile	Thu Dec 11 11:04:12 2014	(r374524)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tmux
-DISTVERSION=	1.9a
-PORTREVISION=	2
+PORTVERSION=	1.9a
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -38,10 +37,6 @@ BACKSPACE_EXTRA_PATCHES=	${PATCHDIR}/ext
 LIBEVENT_STATIC_LIB_DEPENDS_OFF=	libevent.so:${PORTSDIR}/devel/libevent2
 LIBEVENT_STATIC_BUILD_DEPENDS=	${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent2
 
-# 1.9a was released as an errata to 1.9
-# this port was never updated to 1.9
-PORTSCOUT=	ignore:1.9
-
 .include <bsd.port.options.mk>
 
 post-patch:



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