components/mercurial/Makefile
changeset 7687 1093e2a9adbd
parent 6152 10b7069ed65d
child 7831 d0adeff33adb
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 32
    25 BUILD_BITS= 32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(USRBINDIR):$(GNUBIN):$(USRSBINDIR)
    28 PATH=$(USRBINDIR):$(GNUBIN):$(USRSBINDIR)
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:f84556cdf9a331984261549d9d08143ab9da33d7c03f0aa323b0ee52d0782a4c
    34     sha256:f84556cdf9a331984261549d9d08143ab9da33d7c03f0aa323b0ee52d0782a4c
    35 COMPONENT_ARCHIVE_URL=	https://www.mercurial-scm.org/release/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	https://www.mercurial-scm.org/release/$(COMPONENT_ARCHIVE)
    36 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    36 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    37 COMPONENT_BUGDB=	utility/hg
    37 COMPONENT_BUGDB=	utility/hg
       
    38 COMPONENT_ANITYA_ID=	1969
    38 
    39 
    39 TPNO=			29315
    40 TPNO=			29315
    40 
    41 
    41 # Mercurial does not yet support Python 3.
    42 # Mercurial does not yet support Python 3.
    42 PYTHON_VERSIONS = $(PYTHON2_VERSIONS)
    43 PYTHON_VERSIONS = $(PYTHON2_VERSIONS)