notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
non port: Tools/scripts/bump-revision.sh

Number of commits found: 11

Monday, 7 Sep 2026
08:18 Baptiste Daroussin (bapt) search for other commits by this committer
Tools/scripts/bump-revision.sh: insert PORTREVISION after DISTVERSIONSUFFIX

When a port has a DISTVERSIONSUFFIX, PORTREVISION was inserted right
after DISTVERSION, before DISTVERSIONSUFFIX, which breaks the variable
order required by portlint.  Insert PORTREVISION after the last version
line (DISTVERSIONSUFFIX if present, otherwise DISTVERSION/PORTVERSION).

PR:		259289
commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f c2b3fcd
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
Monday, 20 Aug 2018
00:39 gerald search for other commits by this committer
Use 'make -C' instead of saving the current working directory and then
restoring that in the new code to add a safety belt that came in via
revision 477561.  This is quite a bit simpler and shorter.

Reported by:	adamw
PR:		226926
Original commitRevision:477615 
Sunday, 19 Aug 2018
09:17 gerald search for other commits by this committer
Add a stronger safety belt to this script by comparing the actual
PORTREVISION (using the Ports Collection framework, not just looking at
one Makefile individually at a time) before and after the bump.  If the
version after the bump isn't actually increased, flag that as an error.

As an example, before revision r464215 (cf. bug #226533) this script
would have wreaked wreak havoc on the multimedia/avidemux* ports.
This hardly can be blamed on bump-revision.sh, but with the additional
safety belt it does now detect such cases.

How to reproduce:

  % cd $PORTSDIR
  % svn up -r 464036 multimedia/
  % Tools/scripts/bump-revision.sh multimedia/avidemux*

With this patch we print:

  INFO: multimedia/avidemux PORTREVISION=	9 found, bumping it by 1.
  INFO: multimedia/avidemux-cli PORTREVISION not found, adding PORTREVISION= 1
  ERROR: multimedia/avidemux-cli PORTREVISION went backwards from 5 to 1!
  INFO: multimedia/avidemux-plugins PORTREVISION not found, adding PORTREVISION=
1
  ERROR: multimedia/avidemux-plugins PORTREVISION went backwards from 5 to 1!
  INFO: multimedia/avidemux-qt4 PORTREVISION not found, adding PORTREVISION= 1
  ERROR: multimedia/avidemux-qt4 PORTREVISION went backwards from 5 to 1!

The beauty of this approach is that it goes beyond a simple text search,
and leverages what the ports framework itself does.

PR:		226926, 226533
Approved by:	maintainer timeout (20+ weeks)
Reviewed by:	mandree, riggs
Original commitRevision:477561 
Wednesday, 3 Aug 2016
13:27 mat search for other commits by this committer
fixup last updates, and try to be better with slave ports.

the case $? needs to have the exit status of the grep, not the awk line,
so remove the awk line, it was not really helpful anyway.

Also, with slave ports, most of the time, they don't have
(PORT|DIST)VERSION,  try to use CATEGORIES, PKGNAMEPREFIX or
PKGNAMESUFFIX.

PR:		211243
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
Original commitRevision:419519 
Wednesday, 4 Mar 2015
23:21 robak search for other commits by this committer
Tools/scripts/bump-revision.sh: fix regression introduced in r380431

- Fix regression mistakenly introduced in r380431
- Handle multiple tabs in PORTREVISION
- Handle PORTREVISION being a variable name
- Handle multiple PORTREVISION values
- Get rid of bash-like syntax
- Grammar corrections

PR:		192910
Reviewed by:	danfe, mandree, mat
Original commitRevision:380455 
12:07 robak search for other commits by this committer
Tools/scripts/bump-revision.sh: various fixes

- Write nicer code replacing fix introduced by mandree
- Catch up some more edge cases

PR:		192910
Original commitRevision:380431 
Tuesday, 18 Nov 2014
16:26 mat search for other commits by this committer
Make this work with any amount of tabulations between the = and the value of
PORTREVISION.

Sponsored by:	Absolight
Original commitRevision:372729 
16:03 mat search for other commits by this committer
Fix if PORTREVISION is not already there.

Sponsored by:	Absolight
Original commitRevision:372726 
Friday, 22 Aug 2014
07:13 mandree search for other commits by this committer
Catch and report substitution failure on lines such as PORTREVISION=${SOME_VAR}.
Original commitRevision:365612 
Thursday, 26 Jun 2014
17:15 robak search for other commits by this committer
New script: Tools/scripts/bump-revision.sh

This script, requested by bapt@, is a pure sh tool to increase one
or more ports PORTREVISION value or to add one, if the port havent
had one already.

Approved by:	swills (mentor), bapt
Original commitRevision:359402 

Number of commits found: 11