components/mc/Makefile
branchs11-update
changeset 3691 baec2c9153f9
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/mc/Makefile	Sun Jan 25 17:21:19 2015 -0800
+++ b/components/mc/Makefile	Tue Jan 27 11:02:10 2015 +0100
@@ -20,22 +20,22 @@
 #
 
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		mc
-COMPONENT_VERSION=	4.8.8
+COMPONENT_VERSION=	4.8.13
 COMPONENT_PROJECT_URL=	http://www.midnight-commander.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:7b5e6f90e6709d1c1bcb4a2bf6d2a62b9494adef3ff4325ffdb3551c29e42a1c
+    sha256:22e1b809edba957eb9a392138bf87fea3877f7ca0b7463b7cc2eb94afa6f3e49
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)downloads/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/mc
 
-TPNO=			13150
+TPNO=			20604
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
@@ -53,6 +53,8 @@
 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
 
 # common targets
+configure:	$(CONFIGURE_64)
+
 build:		$(BUILD_64)
 
 install:	$(INSTALL_64)