components/rsync/Makefile
branchs11u3-sru
changeset 6487 6e536698eac2
parent 4255 3c054cb83142
equal deleted inserted replaced
6485:ece7ffdcd26b 6487:6e536698eac2
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
       
    28 COMPONENT_NAME=		rsync
    27 COMPONENT_NAME=		rsync
    29 COMPONENT_VERSION=	3.1.1
    28 COMPONENT_VERSION=	3.1.2
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_PROJECT_URL=	http://rsync.samba.org/
    30 COMPONENT_PROJECT_URL=	http://rsync.samba.org/
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621
    33     sha256:ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
    35 COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/rsync
    35 COMPONENT_BUGDB=	utility/rsync
    37 
    36 
    38 TPNO=			21574
    37 TPNO=			28346
    39 
    38 
    40 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    40 include $(WS_MAKE_RULES)/configure.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    43 
    42