Date: Mon, 24 Feb 2003 15:49:22 +0100 (CET) From: Christian Kratzer <ck@cksoft.de> To: Edwin Groothuis <edwin@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: net/openldap-related ports Message-ID: <20030224153927.I77049@mbox.cksoft.de> In-Reply-To: <20030224062444.GA62020@k7.mavetju> References: <20030224062444.GA62020@k7.mavetju>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Mon, 24 Feb 2003, Edwin Groothuis wrote: > FYI: > > net/openldap has been renamed to net/openldap12 > net/openldap2 has been renamed to net/openldap20 > new is net/openldap21 I have a slight cosmetic problem with the way this was implementd. ;- I have no prolem with the directories being called openldap12, openldap20 and openldap21. This is fine with me. The problem ist that the PORTNAME has also been set to respective directory names. This currently gets us following package names net/openldap12 --> openldap12-1.2.13.tgz net/openldap20 --> openldap20-2.0.25.tgz net/openldap21 --> openldap21-2.1.12.tgz which I consider rather ugly ;(( I would have preferred net/openldap12 --> openldap-1.2.13.tgz net/openldap20 --> openldap-2.0.25.gz net/openldap21 --> openldap-2.1.12.tgz We have the version in the PORTVERSION already. A version prefix of some kind in the PORTNAME is redundant and looks ugly. We can set LATEST_LINK to respective directory names in order to get dependencies setup correctly like In openldap12/Makefile PORTNAME= openldap PORTVERSION= 1.2.13 LATEST_LINK= openldap12 In openldap20/Makefile PORTNAME= openldap PORTVERSION= 2.0.25 LATEST_LINK= openldap20 In openldap20/Makefile PORTNAME= openldap PORTVERSION= 2.1.12 LATEST_LINK= openldap21 If we can get a concensus on this I could send 3 quick pr's to fix the three openldap ports before this gets distributed too much. I hope this was just an oversight in the long awaited repocopy frenzy earlier today ... Greetings Christian -- CK Software GmbH Christian Kratzer, Schwarzwaldstr. 31, 71131 Jettingen Email: ck@cksoft.de Phone: +49 7452 889-135 Open Software Solutions, Network Security Fax: +49 7452 889-136 FreeBSD spoken here! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224153927.I77049>