20318849 Update links to version 2.9
authorRich Burridge <rich.burridge@oracle.com>
Fri, 09 Jan 2015 17:04:21 -0800
changeset 3620 90ca63e65ecd
parent 3616 53afb71c2b98
child 3621 3e00113c3743
20318849 Update links to version 2.9
components/links/Makefile
components/links/resolve.deps
--- a/components/links/Makefile	Fri Jan 09 10:58:01 2015 -0800
+++ b/components/links/Makefile	Fri Jan 09 17:04:21 2015 -0800
@@ -18,22 +18,21 @@
 #
 # CDDL HEADER END
 #
-# 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=		links
-COMPONENT_VERSION=	1.03
-IPS_COMPONENT_VERSION=	1.0.3
+COMPONENT_VERSION=	2.9
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
-COMPONENT_PROJECT_URL=	http://jikos.cz/~mikulas/links/
+COMPONENT_PROJECT_URL=	http://links.twibright.com/
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:32443c6f011216a8a43ed0806d9d23c1defdd19bc4b021ee00cda197782e175a
-COMPONENT_ARCHIVE_URL=	http://www.jikos.cz/~mikulas/$(COMPONENT_NAME)/download/$(COMPONENT_ARCHIVE)
+    sha256:e2d4e193eb3147f0d745e28d37d510edb22697707e329cbe361bb79037bae332
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/links
 
-TPNO=			9049
+TPNO=			21157
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
@@ -44,7 +43,7 @@
 
 # Configure in links does not understand CC, CXX, etc.  Need to generate a
 # new configure for it to configure and build properly.
-COMPONENT_PREP_ACTION=	(cd $(@D) ; autoconf) 
+COMPONENT_PREP_ACTION=	(cd $(@D) ; autoconf)
 
 ASLR_MODE = $(ASLR_ENABLE)
 
@@ -55,7 +54,7 @@
 
 install:	$(INSTALL_64)
 
-test:	$(NO_TESTS)
+test:		$(NO_TESTS)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
--- a/components/links/resolve.deps	Fri Jan 09 10:58:01 2015 -0800
+++ b/components/links/resolve.deps	Fri Jan 09 17:04:21 2015 -0800
@@ -1,3 +1,5 @@
+compress/bzip2
+compress/xz
 library/security/openssl
+library/zlib
 system/library
-system/linker