diff -r 1cc872b933c9 -r 24181f5eb463 components/perl_modules/authen-pam/authen-pam-PERLVER.p5m --- a/components/perl_modules/authen-pam/authen-pam-PERLVER.p5m Tue Feb 03 12:52:16 2015 -0800 +++ b/components/perl_modules/authen-pam/authen-pam-PERLVER.p5m Tue Feb 03 13:01:27 2015 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. # set pkg.debug.depend.file perl-threaded> @@ -32,21 +32,19 @@ set value %<1>threaded-512%<2>> set fmri %<1>threaded-512%<2>> set predicate %<1>threaded-512%<2>> - -set name=pkg.fmri value=pkg:/library/perl-5/authen-pam-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.fmri \ + value=pkg:/library/perl-5/authen-pam-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="Authen::PAM - PAM Perl Module" set name=pkg.description value="the Authen::PAM Perl module for using PAM" set name=com.oracle.info.description value="the Authen::PAM Perl module" set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification \ - value="org.opensolaris.category.2008:Development/Perl" + value=org.opensolaris.category.2008:Development/Perl +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) -set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=org.opensolaris.arc-caseid value=LSARC/2004/251 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) -license authen-pam.license license=Artistic - #file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM.3 file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM::FAQ.3 @@ -55,11 +53,12 @@ file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/.packlist file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/PAM.bs file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/PAM.so +license authen-pam.license license=Artistic # force a dependency on the Perl runtime -depend fmri=__TBD pkg.debug.depend.file=perl \ - pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin type=require +depend type=require fmri=__TBD pkg.debug.depend.file=perl \ + pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin # force a dependency on the authen-pam package -depend fmri=library/perl-5/authen-pam@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ - type=require +depend type=require \ + fmri=library/perl-5/authen-pam@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)