aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmux
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-12-11 19:04:12 +0800
committermat <mat@FreeBSD.org>2014-12-11 19:04:12 +0800
commitd90d42aeb27ef179eb6ffcb2926690e00b29a957 (patch)
tree2c3ae487ad4861b49bba05c3c3ced2490ab71e58 /sysutils/tmux
parent9ceb32104f85f725fb5277f0a8d18abb8c7db36b (diff)
downloadfreebsd-ports-gnome-d90d42aeb27ef179eb6ffcb2926690e00b29a957.tar.gz
freebsd-ports-gnome-d90d42aeb27ef179eb6ffcb2926690e00b29a957.tar.zst
freebsd-ports-gnome-d90d42aeb27ef179eb6ffcb2926690e00b29a957.zip
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
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 541364849fa0..cfb581f4bc5f 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -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}/extra-patch-tty-keys.c
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: