svn commit: r496670 - in head/devel: libgit2 py-pygit2 rubygem-rugged
Po-Chuan Hsieh
sunpoet at freebsd.org
Tue Mar 26 14:36:23 UTC 2019
On Tue, Mar 26, 2019 at 10:09 PM Matthias Fechner <mfechner at freebsd.org>
wrote:
> Dear Jan,
>
> Am 26.03.2019 um 06:59 schrieb Jan Beich:
> > Can you bump PORTREVISION of all consumers due to SONAME change?
> > If some no longer build try to investigate and fix or mark BROKEN.
> >
> > https://abi-laboratory.pro/tracker/timeline/libgit2/
> >
> > Only affects portmaster users as pkg(8) tracks changes in shared
> libraries.
>
> sure, I searched through the Tools folder, but it seems there is no tool
> existing for this request.
> The script bump_revision.pl requires CVS which is maybe totally outdated
> and even if I install cvs it tries to access pcvs.freebsd.org.
>
> What script can I use to add a PORTREVISION line to all port depending
> on libgit2?
>
- Find all dependent ports (LIB_DEPENDS)
- Use 'Tools/scripts/bump-revision.sh' to bump PORTREVISION
Note that bump-revision.sh would insert PORTREVISION *BEFORE*
DISTVERSION{PREFIX,SUFFIX} [1].
You have to manually adjust that.
[1] When the original Makefile has PORTVERSION, DISTVERSION{PREFIX or
SUFFIX} and no PORTREVISION.
> Gruß
> Matthias
>
> --
>
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs, and the universe trying to
> produce bigger and better idiots. So far, the universe is winning." --
> Rich Cook
>
>
>
More information about the svn-ports-head
mailing list