Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2013 20:14:59 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        Sunpoet Hsieh <sunpoet@freebsd.org>, "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   Re: No UPDATING entry and some ports missed in curl update
Message-ID:  <51E047A3.3060606@gmx.de>
In-Reply-To: <CAN6yY1tPb6PkE9yg_TQ-yc7cjZ2NLu8BWVemHf3R%2B98yman-kA@mail.gmail.com>
References:  <CAN6yY1tPb6PkE9yg_TQ-yc7cjZ2NLu8BWVemHf3R%2B98yman-kA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-07-12 19:47, Kevin Oberman wrote:
> It is a good thing to get curl up to date and I appreciate the effort
> involved by you and several others.
> 
> While the curl port was updated to 7.31.0 and lots of ports using the
> sharable had bumps, I have found three ports on my system that link to
> libcurl and were not bumped: devel/git, textproc/rasqal, and
> textproc/redland.
> 
> There was no entry in UPDATING, so there was no warning that saving a copy
> of the old sharable would be a good thing, either.
> 

hm,
$ svn info ftp/curl| grep ^Last
Last Changed Author: sunpoet
Last Changed Rev: 322824
Last Changed Date: 2013-07-12 11:02:43 +0200 (Fri, 12 Jul 2013)

$> svn info /usr/ports/devel/git | grep ^Last
Last Changed Author: sunpoet
Last Changed Rev: 322833
Last Changed Date: 2013-07-12 15:54:25 +0200 (Fri, 12 Jul 2013)

$ svn log devel/git
------------------------------------------------------------------------
r322833 | sunpoet | 2013-07-12 15:54:25 +0200 (Fri, 12 Jul 2013) | 4 lines
- Bump PORTREVISION for ftp/curl shlib change
Notified by:    Rotluchs (via IRC)

So the latest git revision is OK


It seems the dependency list for textproc/rasqal textproc/redland is not correct

$ grep -R curl textproc/rasqal/
$ grep -R curl textproc/redland*
(no output, so they fly under the bump radar)

regarding your information this ports require LIB_DEPENDS+= curl...

Maybe you can file a PR for this two ports.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51E047A3.3060606>