From owner-svn-ports-all@FreeBSD.ORG Thu Dec 11 11:04:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 033F8F3C; Thu, 11 Dec 2014 11:04:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E34BDE7; Thu, 11 Dec 2014 11:04:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBBB4DWm074825; Thu, 11 Dec 2014 11:04:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBBB4DRK074824; Thu, 11 Dec 2014 11:04:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201412111104.sBBB4DRK074824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 11 Dec 2014 11:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374524 - head/sysutils/tmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 11:04:14 -0000 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 post-patch: