notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Tools/scripts/bump_revision.pl

Number of commits found: 27

Thursday, 11 May 2023
12:55 Baptiste Daroussin (bapt) search for other commits by this committer
Tools/scripts/bump_revision.pl: default on -l instead of -g

-g option means also bump portevision of indirect dependencies,
this is not required by default since at least FreeBSD 11 when we
stopped recursively copying DT_NEEDED
commit hash: 14e02412101377577b6f03d13c81cef464ce0fba commit hash: 14e02412101377577b6f03d13c81cef464ce0fba commit hash: 14e02412101377577b6f03d13c81cef464ce0fba commit hash: 14e02412101377577b6f03d13c81cef464ce0fba 14e0241
Saturday, 4 Mar 2023
10:41 Matthias Andree (mandree) search for other commits by this committer
Tools/scripts/bump_revision.pl: update
commit hash: 0b21baa8620d083464d2b8b93b95ba359f886648 commit hash: 0b21baa8620d083464d2b8b93b95ba359f886648 commit hash: 0b21baa8620d083464d2b8b93b95ba359f886648 commit hash: 0b21baa8620d083464d2b8b93b95ba359f886648 0b21baa
Monday, 17 Jan 2022
22:19 Matthias Andree (mandree) search for other commits by this committer
Tools/scripts/bump_revision.pl: Minimal update

to deal with ports that have flavors renaming the main port,
for instance e2fsprogs-nobootfsck.
commit hash: 171f76521e4ec422dfd44548519f311d153f2bf6 commit hash: 171f76521e4ec422dfd44548519f311d153f2bf6 commit hash: 171f76521e4ec422dfd44548519f311d153f2bf6 commit hash: 171f76521e4ec422dfd44548519f311d153f2bf6 171f765
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Sunday, 23 Aug 2020
09:16 mandree search for other commits by this committer
bump_revision.pl: fix typo in help text.
Original commitRevision:545812 
Thursday, 16 Jul 2020
15:00 mandree search for other commits by this committer
bump_revision.pl: svn.freebsd.org -> repo.freebsd.org

and while here, fix a typo in the tmpdir's name.
Original commitRevision:542361 
Friday, 8 May 2020
01:18 mandree search for other commits by this committer
Tools/scripts/bump_revision.pl: Abort when invalid option given.
Original commitRevision:534316 
01:10 mandree search for other commits by this committer
Tools/scripts/bump_revision.pl: chase option rename for getopts().
Original commitRevision:534314 
01:09 mandree search for other commits by this committer
Tools/scripts/bump_revision.pl: rename options to avoid astonishment.

-n was more or less some "force" option, rename to -f
-c was a dry-run option that's often called -n, rename accordingly.
Original commitRevision:534313 
Sunday, 19 Apr 2020
00:36 mandree search for other commits by this committer
bump_revision.pl: minor usability improvements

- use env -S to split the shebang line (RhToad@#bsdports)
- launder -p PORTSDIR argument and chdir to it so it doesn't matter
  which cwd bump_revision.pl is executed from
- if INDEX not found, hint the user that also his -p option might be off,
  because the -i INDEX option defaults to a file relative to -p PORTSDIR.
Original commitRevision:532057 
Sunday, 5 Jan 2020
02:05 mandree search for other commits by this committer
Tools/scripts/bump_revision.pl: Fix a few issues

- When using a non-default ports tree (-p PATH),
  strip that from the requisite origins, too.
- Fix the counters when multiple ports are given on the command line,
  i. e. we are bumping depends if more requisites are updated at once.
Original commitRevision:522078 
01:35 mandree search for other commits by this committer
Tools/scripts/bump_revision.pl: Fix typo in comment
Original commitRevision:522077 
Friday, 12 Jul 2019
16:40 mandree search for other commits by this committer
Fix typos/grammar.

Thanks for the review, Mark.

Reported by:	linimon@
Original commitRevision:506476 
16:07 mandree search for other commits by this committer
Update bump_revision.pl.

Key features:
- updated for SVN (the old version expected CVS)
- shallow mode to only bump direct dependencies (option -l)

PR:		192706
Submitted by:	mandree@ (new maintainer)
Original commitRevision:506466 
12:20 gerald search for other commits by this committer
Transfer maintainership of this script to mandree@ based on conversations
we've been having after I was planning to EOL it last year and a nice
revamp of this script he has prepared.

Thank you for taking this over, and good luck, Matthias!

PR:		192706
Original commitRevision:506455 
Monday, 24 Apr 2017
17:27 ehaupt search for other commits by this committer
Fix shebang. If /usr/bin/env is used the -w flag can't be passed after perl.
Use 'use warnings;' instead.

While here remove distinfochecker. It's not needed anymore as it was written
for a simple purpose eleven years ago.
Original commitRevision:439336 
Tuesday, 12 Apr 2016
06:31 mandree search for other commits by this committer
Revert escaped un-approved commit.
This was not meant to be applied yet, as it is not yet completely developed.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192706
Original commitRevision:413101 
05:54 mandree search for other commits by this committer
Drop maintainership.

If portmgr@ needs to commit against better advise, two years after this was
first discussed without any motion of the upstream.

Drop a few more maintainerships along the way.
Original commitRevision:413097 
Sunday, 22 Jun 2014
17:53 adamw search for other commits by this committer
Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in
/usr/bin.
Original commitRevision:358817 
Friday, 18 Apr 2014
23:37 gerald search for other commits by this committer
Replace edwin's contact address with mine in the help, too.  And
also solicit improvements. :-)
Original commitRevision:351576 
Sunday, 6 Apr 2014
15:11 gerald search for other commits by this committer
Only show the final instructions on how to do the actual commit when
doing the real job, not for a dry run.  Tweak those instructions a bit.

Assume maintainership.

Approved by:	edwin (maintainer)
Original commitRevision:350364 
Sunday, 1 Dec 2013
21:16 gerald search for other commits by this committer
Adjust a bit towards the new world of SVN in terms of directory
structure and output for the user.

Approved by:	maintainer (edwin)
Original commitRevision:335440 
Tuesday, 15 Sep 2009
09:34 gerald search for other commits by this committer
Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.

PR:             138774
Approved by:    edwin
Original commit
Wednesday, 7 Jan 2009
21:33 gerald search for other commits by this committer
Factor out the code that performs the PORTREVISION bump for one port.

Approved by:    edwin
Original commit
Sunday, 6 Jul 2008
02:00 edwin search for other commits by this committer
[PATCH] Tools/scripts: Some cleanups, additions to bump_version.pl

        - added -c, doesn't change anything
        - added -n, deal with an already checkouted tree
        - removed negative logic in favor of 'unless'
        - switch to 3 arg form of open()
        - don't use globs for filehandles, this is been obsolete
          since at least 5.6.1
        - handle possible errors in close()
        - allow CVSROOT to be overriden in the ENV

PR:             ports/125025
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Original commit
Friday, 6 Jun 2008
05:52 edwin search for other commits by this committer
Add support for "PORTREVISION?=" and "PORTEPOCH"
Tested on: devel/gettext bump
Original commit
Tuesday, 12 Apr 2005
09:22 flz search for other commits by this committer
- Add bump_revision.pl, a small script to bump the PORTREVISION variable
of ports which are depending on a port with a changed shared lib version.

Edwin dedicates this script to his son Dirk, born few days ago :)
Congrats (again) !

PR:             ports/63915
Submitted by:   edwin
Original commit

Number of commits found: 27