components/tmux/Makefile
branchs11-update
changeset 3954 7e6addf418e2
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/tmux/Makefile	Mon Mar 16 10:28:40 2015 -0700
+++ b/components/tmux/Makefile	Tue Mar 10 09:04:36 2015 -0700
@@ -20,22 +20,24 @@
 #
 
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		tmux
-COMPONENT_VERSION=	1.8
-COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_VERSION=	1.9
+COMPONENT_MICRO_VERSION=	a
+IPS_COMPONENT_VERSION=	1.9.1
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)$(COMPONENT_MICRO_VERSION)
 COMPONENT_PROJECT_URL=	http://tmux.sourceforge.net
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:2565b65f80bf1d683032c75704a9619e6734fd21586c72768ef27427ba9e23e5
-COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/tmux/files/tmux/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
+    sha256:c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5
+COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/tmux/files/tmux/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/tmux
 
-TPNO=			14287
+TPNO=			20510
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
@@ -44,13 +46,6 @@
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
 
-# nroff does not work with -mandoc using groff
-MANDIR_PREFORMATED= $(PROTO_DIR)/usr/share/man/cat1
-COMPONENT_POST_INSTALL_ACTION += \
-        /usr/bin/gnroff -c -Tascii -mandoc $(SOURCE_DIR)/tmux.1>tmux.1.mod ; \
-        mkdir -p $(MANDIR_PREFORMATED) ; \
-        $(MV) tmux.1.mod $(MANDIR_PREFORMATED)/tmux.1
-
 ASLR_MODE=$(ASLR_ENABLE)
 
 # common targets