components/links/Makefile
changeset 776 e524216b0586
parent 380 e92b3b4a1c66
child 800 2ad056ed89ec
--- a/components/links/Makefile	Tue Apr 17 12:16:59 2012 -0700
+++ b/components/links/Makefile	Tue Apr 17 13:35:22 2012 -0700
@@ -18,26 +18,23 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		links
-COMPONENT_VERSION=	1.00
+COMPONENT_VERSION=	1.03
+IPS_COMPONENT_VERSION=	1.0.3
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	http://jikos.cz/~mikulas/links/
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:b75ca797bb90c552ccb951016d1bf87e17bc2046
+COMPONENT_ARCHIVE_HASH=	sha1:659b2492c97a1416855d3e0f5a5f18aed5160b8a
 COMPONENT_ARCHIVE_URL=	http://www.jikos.cz/~mikulas/$(COMPONENT_NAME)/download/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
-# Due to the leading zero problem with IPS versions we strip the leading
-# zero and set IPS_COMPONENT_VERSION explicitly:
-IPS_COMPONENT_VERSION=	1.0
-
 # 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)