components/subversion/Makefile
changeset 7687 1093e2a9adbd
parent 7527 352b7a456c30
child 7698 3e4a47d57825
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 
    25 
    26 BUILD_BITS=64_and_32
    26 BUILD_BITS=64_and_32
    27 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    28 
    28 
    33 COMPONENT_PROJECT_URL=	http://subversion.apache.org/
    33 COMPONENT_PROJECT_URL=	http://subversion.apache.org/
    34 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    35 	sha256:11f738063f322b06f8c81e42bc26c33e0cb1e465539647109e534274d4a8540c
    35 	sha256:11f738063f322b06f8c81e42bc26c33e0cb1e465539647109e534274d4a8540c
    36 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/subversion/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/subversion/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	utility/svn
    37 COMPONENT_BUGDB=	utility/svn
       
    38 COMPONENT_ANITYA_ID=	4905
    38 
    39 
    39 TPNO=			30345
    40 TPNO=			30345
    40 
    41 
    41 include $(WS_MAKE_RULES)/common.mk
    42 include $(WS_MAKE_RULES)/common.mk
    42 
    43