components/rpm2cpio/Makefile
branchs11u2-sru
changeset 4525 27c45fc09026
parent 2434 6c9bb5cf5610
equal deleted inserted replaced
4524:1d366b8c5c2d 4525:27c45fc09026
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, 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 
    27 
    28 # The version of rpm2cpio.pl delivered in SFW does not seem to be
    28 # The version of rpm2cpio.pl delivered in Userland does not seem to be
    29 # available for download anymore, so it is exceptionally delivered in
    29 # available in the form of a compressed source tarball, so it is
    30 # the Userland gate itself.
    30 # exceptionally delivered in the Userland gate itself. Note that the version
       
    31 # number comes from the PORTVERSION field of the Makefile at the
       
    32 # COMPONENT_PROJECT_URL site.
    31 #
    33 #
    32 COMPONENT_NAME=		rpm2cpio
    34 COMPONENT_NAME=		rpm2cpio
    33 COMPONENT_VERSION=	0.5.11
    35 COMPONENT_VERSION=	1.3
    34 COMPONENT_PROJECT_URL=	http://www.iagora.com/~espel/rpm2cpio/
    36 COMPONENT_PROJECT_URL=	http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
    35 COMPONENT_SRC=		src
    37 COMPONENT_SRC=		src
    36 COMPONENT_BUGDB=	utility/rpm
    38 COMPONENT_BUGDB=	utility/rpm
    37 
    39 
    38 include ../../make-rules/prep.mk
    40 include ../../make-rules/prep.mk
    39 
    41