components/perl_modules/authen-pam/authen-pam-GENFRAG.p5m
author Brian Cameron <brian.cameron@oracle.com>
Thu, 20 Jun 2013 08:06:22 -0700
changeset 1362 fd7da071d140
parent 1360 ed2174a87b88
child 3732 0f62cc221c7e
permissions -rw-r--r--
16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland (fix pkg)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     1
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     3
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     7
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    12
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    18
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    20
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    21
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    22
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    24
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    25
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    26
# perl-authen-pam was previously in the 'desktop' consolidation. This optional
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    27
# dependency is here to facilitate the safe transfer of the package 
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    28
# to the 'userland' consolidation.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    29
depend type=optional fmri=consolidation/desktop/[email protected]
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    30
1362
fd7da071d140 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland (fix pkg)
Brian Cameron <brian.cameron@oracle.com>
parents: 1360
diff changeset
    31
# force the perl version agnostic package to component version 5.8.4 because the
fd7da071d140 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland (fix pkg)
Brian Cameron <brian.cameron@oracle.com>
parents: 1360
diff changeset
    32
# desktop delivered it at that version instead of the component version
fd7da071d140 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland (fix pkg)
Brian Cameron <brian.cameron@oracle.com>
parents: 1360
diff changeset
    33
<transform set name=pkg.fmri value=(pkg:/library/perl-5/authen-pam)@$(IPS_COMPONENT_VERSION),($(BUILD_VERSION)$) -> set value %<1>@5.8.4,%<2> >