components/php-5_3/php-53.p5m
branchs11u1-sru
changeset 3086 649b12aa87ce
parent 2926 73b93bcb8a2c
equal deleted inserted replaced
3083:6826bd655a25 3086:649b12aa87ce
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 <transform file path=etc/php/.* -> default group bin>
    25 <transform file path=etc/php/.* -> default group bin>
    26 <transform file path=etc/php/.* -> default mode 0644>
    26 <transform file path=etc/php/.* -> default mode 0644>
    27 <transform file path=etc/php/.* -> default preserve renamenew>
    27 <transform file path=etc/php/.* -> default preserve renamenew>
    28 
    28 
    29 set name=pkg.fmri value=pkg:/web/[email protected],$(BUILD_VERSION)
    29 set name=pkg.fmri value=pkg:/web/php-53@$(COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.description \
    30 set name=pkg.description \
    31     value="A general-purpose scripting language originally designed for web development to produce dynamic web pages."
    31     value="A general-purpose scripting language originally designed for web development to produce dynamic web pages."
    32 set name=pkg.summary value="PHP Server"
    32 set name=pkg.summary value="PHP Server"
    33 set name=info.classification \
    33 set name=info.classification \
    34     value="org.opensolaris.category.2008:Development/PHP"
    34     value="org.opensolaris.category.2008:Development/PHP"
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.source-url \
    36 set name=info.source-url \
    37     value=http://us.php.net/get/php-5.3.27.tar.bz2/from/this/mirror
    37     value=http://us.php.net/get/php-$(COMPONENT_VERSION).tar.bz2/from/this/mirror
    38 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    38 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 
    40 
    41 license php-53.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
    41 license php-53.license license='PHP, GPLv2, LGPLv2, Apache v2.0'
    42 
    42 
   486 
   486 
   487 # php common files package
   487 # php common files package
   488 depend fmri=pkg:/web/php-common type=require
   488 depend fmri=pkg:/web/php-common type=require
   489 
   489 
   490 # if php5.2 is present drag forward because of /usr/php/* mediated links
   490 # if php5.2 is present drag forward because of /usr/php/* mediated links
   491 depend fmri=pkg:/web/[email protected],$(BUILD_VERSION) type=optional
   491 depend fmri=pkg:/web/[email protected] type=optional
   492 
   492 
   493 # if php5.2's apache module is present then make sure
   493 # if php5.2's apache module is present then make sure
   494 # php5.3's apache module is installed
   494 # php5.3's apache module is installed
   495 depend type=conditional \
   495 depend type=conditional \
   496     predicate=web/server/apache-22/module/apache-php52 \
   496     predicate=web/server/apache-22/module/apache-php52 \