svn commit: r308789 - head

Baptiste Daroussin bapt at freebsd.org
Wed Dec 12 20:20:48 UTC 2012


On Wed, Dec 12, 2012 at 02:17:34PM -0600, Bryan Drewery wrote:
> On 12/12/2012 2:15 PM, Baptiste Daroussin wrote:
> > On Wed, Dec 12, 2012 at 08:13:20PM +0000, Bryan Drewery wrote:
> >> Author: bdrewery
> >> Date: Wed Dec 12 20:13:20 2012
> >> New Revision: 308789
> >> URL: http://svnweb.freebsd.org/changeset/ports/308789
> >>
> >> Log:
> >>   Add pkgng instructions for openldap24-client -> net/openldap24-sasl-client
> >>
> >> Modified:
> >>   head/UPDATING
> >>
> >> Modified: head/UPDATING
> >> ==============================================================================
> >> --- head/UPDATING	Wed Dec 12 20:09:55 2012	(r308788)
> >> +++ head/UPDATING	Wed Dec 12 20:13:20 2012	(r308789)
> >> @@ -21,6 +21,8 @@ you update your ports collection, before
> >>          portmaster -o net/openldap24-sasl-client openldap24-client
> >>    If you use portupgrade:
> >>  	portupgrade -fo net/openldap24-sasl-client openldap24-client
> >> +  If you use pkgng with binary packages:
> >> +        pkg set -o openldap24-client:net/openldap24-sasl-client
> > 
> > the pkgng instruction are wrong, should be:
> >  pkg set -o net/openldap24-client:net/openldap24-sasl-client
> > 
> >>  
> >>  20121212:
> >>    AFFECTS: users of horde-* applications
> 
> If the pkgng ones are wrong, the portmaster/portupgrade ones are wrong...
> 
> They are opposite
> 
> portmaster -o NEW OLD
> portupgrade -o NEW OLD
> pkg set -o OLD:NEW

except that pkgng matches on origin all the time while portmaster iirc can match
old base on the name, which in that case will still be wrong because: when the
SASL options was checked in the dialog then the name was changed to
openldap24-sasl-client, so I don't know enough anymore both portmaster and
portupgrade, are they able to match on origin?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20121212/78a12463/attachment.sig>


More information about the svn-ports-all mailing list