Item10395: Package installer appends Contrib to Contrib::...AddOn packages

pencil
Priority: Normal
Current State: Closed
Released In: 1.1.3
Target Release: patch
Applies To: Engine
Component: Package.pm
Branches:
Reported By: GeorgeClark
Waiting For:
Last Change By: KennethLavrsen
Package.pm when attempting to resolve Foswiki dependencies adds the package type as a suffix to the package if it doesn't match.

 $packname .= $pack   if ( $pack eq 'Contrib' && $packname !~ /Contrib$/ ); 

This should also accept AddOn as a valid suffix.

-- GeorgeClark - 22 Feb 2011

 

ItemTemplate edit

Summary Package installer appends Contrib to Contrib::...AddOn packages
ReportedBy GeorgeClark
Codebase 1.1.2, 1.1.1, 1.1.0, trunk
SVN Range
AppliesTo Engine
Component Package.pm
Priority Normal
CurrentState Closed
WaitingFor
Checkins distro:10f48d15e3f4 distro:a416708949d1
TargetRelease patch
ReleasedIn 1.1.3
Topic revision: r7 - 16 Apr 2011, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy