No UPDATING entry and some ports missed in curl update

olli hauer ohauer at gmx.de
Fri Jul 12 18:15:07 UTC 2013


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.



More information about the freebsd-ports mailing list