non port: Tools/scripts/bump_revision.pl |
Number of commits found: 27 |
Thursday, 11 May 2023
|
12:55 Baptiste Daroussin (bapt)
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
14e0241 |
Saturday, 4 Mar 2023
|
10:41 Matthias Andree (mandree)
Tools/scripts/bump_revision.pl: update
0b21baa |
Monday, 17 Jan 2022
|
22:19 Matthias Andree (mandree)
Tools/scripts/bump_revision.pl: Minimal update
to deal with ports that have flavors renaming the main port,
for instance e2fsprogs-nobootfsck.
171f765 |
Tuesday, 6 Apr 2021
|
14:27 Mathieu Arnold (mat)
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
5d33e04 |
Sunday, 23 Aug 2020
|
09:16 mandree
bump_revision.pl: fix typo in help text.
 |
Thursday, 16 Jul 2020
|
15:00 mandree
bump_revision.pl: svn.freebsd.org -> repo.freebsd.org
and while here, fix a typo in the tmpdir's name.
 |
Friday, 8 May 2020
|
01:18 mandree
Tools/scripts/bump_revision.pl: Abort when invalid option given.
 |
01:10 mandree
Tools/scripts/bump_revision.pl: chase option rename for getopts().
 |
01:09 mandree
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.
 |
Sunday, 19 Apr 2020
|
00:36 mandree
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.
 |
Sunday, 5 Jan 2020
|
02:05 mandree
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.
 |
01:35 mandree
Tools/scripts/bump_revision.pl: Fix typo in comment
 |
Friday, 12 Jul 2019
|
16:40 mandree
Fix typos/grammar.
Thanks for the review, Mark.
Reported by: linimon@
 |
16:07 mandree
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)
 |
12:20 gerald
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
 |
Monday, 24 Apr 2017
|
17:27 ehaupt
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.
 |
Tuesday, 12 Apr 2016
|
06:31 mandree
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
 |
05:54 mandree
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.
 |
Sunday, 22 Jun 2014
|
17:53 adamw
Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in
/usr/bin.
 |
Friday, 18 Apr 2014
|
23:37 gerald
Replace edwin's contact address with mine in the help, too. And
also solicit improvements. :-)
 |
Sunday, 6 Apr 2014
|
15:11 gerald
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)
 |
Sunday, 1 Dec 2013
|
21:16 gerald
Adjust a bit towards the new world of SVN in terms of directory
structure and output for the user.
Approved by: maintainer (edwin)
 |
Tuesday, 15 Sep 2009
|
09:34 gerald
Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.
PR: 138774
Approved by: edwin
 |
Wednesday, 7 Jan 2009
|
21:33 gerald
Factor out the code that performs the PORTREVISION bump for one port.
Approved by: edwin
 |
Sunday, 6 Jul 2008
|
02:00 edwin
[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>
 |
Friday, 6 Jun 2008
|
05:52 edwin
Add support for "PORTREVISION?=" and "PORTEPOCH"
Tested on: devel/gettext bump
 |
Tuesday, 12 Apr 2005
|
09:22 flz
- 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
 |
Number of commits found: 27 |