diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-08 14:12:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-08 14:12:47 +0000 |
commit | 9a858aac85d82f3f2da41b5435c5dca62542a039 (patch) | |
tree | 8e82b7c5c93c76ce18a28b99960f6e2a23645320 /sysutils/tmux | |
parent | 2b31f063ff41bf8e9b7756f31960d2c34c3535a6 (diff) | |
download | ports-9a858aac85d82f3f2da41b5435c5dca62542a039.tar.gz ports-9a858aac85d82f3f2da41b5435c5dca62542a039.zip |
bump PORTREVISION forgetten in last commit.
Pointy hat: mat
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=458419
Diffstat (limited to 'sysutils/tmux')
-rw-r--r-- | sysutils/tmux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 671e136fb2a1..4a2457b83718 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -3,6 +3,7 @@ PORTNAME= tmux PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |