Stuart Henderson [Fri, Nov 07, 2008 at 02:35:04PM +0000] wrote:
>On 2008/11/07 07:09, Bernd Ahlers wrote:
>> Modified files:
>> databases/lbdb : Makefile
>> databases/lbdb/pkg: PLIST-ldap
>>
>> Log message:
>> Fix package name for the ldap subpackage by adding PKGNAME-ldap.
>
>what's wrong with that?
>
Without PKGNAME-ldap definition the package name would be
lbdb-0.35.1-ldap.
packages-specs(7) tells us at the very beginning:
Each package has a name consisting of at most three parts:
stem-version[-flavors]
So the package name lbdb-0.35.1-ldap describes the lbdb package with a
ldap FLAVOR. Multi packages need different stems. So lbdb-ldap-0.35.1 is
the correct package name for the ldap subpackage.
Regards,
Bernd