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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/rbtools/Makefile

Number of commits found: 45

Wednesday, 1 Nov 2023
22:13 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS

Homepage link is permanent redirected to its HTTPS counterpart
commit hash: 9d66bcf099236fe8cea5f5e1d457f502f6301036 commit hash: 9d66bcf099236fe8cea5f5e1d457f502f6301036 commit hash: 9d66bcf099236fe8cea5f5e1d457f502f6301036 commit hash: 9d66bcf099236fe8cea5f5e1d457f502f6301036 9d66bcf
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 16 Nov 2021
17:52 Colin Percival (cperciva) search for other commits by this committer
devel/rbtools: Fix dependency

This port depends on textproc/py-texttable, not on the
(non-existent and INDEX-breaking) misc/textproc/py-texttable.
commit hash: 4e12e150bc0471c6f0891129b3e9df1106c63656 commit hash: 4e12e150bc0471c6f0891129b3e9df1106c63656 commit hash: 4e12e150bc0471c6f0891129b3e9df1106c63656 commit hash: 4e12e150bc0471c6f0891129b3e9df1106c63656 4e12e15
02:26 Bryan Drewery (bdrewery) search for other commits by this committer
devel/rbtools: Fix syntax error

Reported by:	dvl
commit hash: 1aee6ce590943efe108678213d4194d83c50f706 commit hash: 1aee6ce590943efe108678213d4194d83c50f706 commit hash: 1aee6ce590943efe108678213d4194d83c50f706 commit hash: 1aee6ce590943efe108678213d4194d83c50f706 1aee6ce
01:57 Bryan Drewery (bdrewery) search for other commits by this committer
devel/rbtools: Add some missing dependencies
commit hash: 3c8e68a28d3db4875da73f426c08a255e74b9b48 commit hash: 3c8e68a28d3db4875da73f426c08a255e74b9b48 commit hash: 3c8e68a28d3db4875da73f426c08a255e74b9b48 commit hash: 3c8e68a28d3db4875da73f426c08a255e74b9b48 3c8e68a
Sunday, 26 Sep 2021
20:42 Raphael Kubo da Costa (rakuco) search for other commits by this committer
devel/rbtools: Drop maintainership.

I have not had to interact with ReviewBoard for years and ended up
badly neglecting the port.
commit hash: 80ad911680dca934f0ebfa2da3de07cbac624dc8 commit hash: 80ad911680dca934f0ebfa2da3de07cbac624dc8 commit hash: 80ad911680dca934f0ebfa2da3de07cbac624dc8 commit hash: 80ad911680dca934f0ebfa2da3de07cbac624dc8 80ad911
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 20 Mar 2021
21:14 se search for other commits by this committer
Upgrade to version 2.0

This version does not depend on Python-2.7. It is only used as a dependency
in the devel/hgreviewboard port, which may have to be updated independently
of this port - this has not been tested.
Original commitRevision:568885 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 20 Jan 2018
14:52 rakuco search for other commits by this committer
Update to 0.7.11.

While here, set LICENSE_FILE.

Release notes:
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.11/
Original commitRevision:459525 
Saturday, 9 Dec 2017
16:53 antoine search for other commits by this committer
Remove USE_PYTHON=concurrent, it doesn't make sense for a python2 only port
Original commitRevision:455865 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 24 May 2017
19:53 rakuco search for other commits by this committer
Update to 0.7.10.

We've skipped 0.7.9 because it only affected macOS.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.10/
Original commitRevision:441612 
Friday, 20 Jan 2017
11:43 rakuco search for other commits by this committer
Add a dependency on misc/py-tqdm.

The dependency on tqdm was introduced in 0.7.7 but was not mentioned in the
release announcement.

PR:		216306
Original commitRevision:431947 
Friday, 13 Jan 2017
16:25 rakuco search for other commits by this committer
Update to 0.7.8.

Release notes:
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.8/
Original commitRevision:431400 
Wednesday, 23 Nov 2016
12:16 rakuco search for other commits by this committer
Update to 0.7.7.

Changes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.7/

While here, set NO_ARCH as the port does not install any
architecture-specific file.
Original commitRevision:426898 
Friday, 29 Apr 2016
09:58 rakuco search for other commits by this committer
Update to 0.7.6.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.6/
Original commitRevision:414264 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 27 Oct 2015
18:48 rakuco search for other commits by this committer
Update to 0.7.5.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.5/
Original commitRevision:400335 
Sunday, 14 Jun 2015
20:17 rakuco search for other commits by this committer
Update to 0.7.4.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.4/
Original commitRevision:389654 
Saturday, 30 May 2015
21:33 rakuco search for other commits by this committer
Update to 0.7.3.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.3/
Original commitRevision:387987 
Wednesday, 11 Mar 2015
22:14 rakuco search for other commits by this committer
Update to 0.7.2.
Original commitRevision:381046 
Saturday, 14 Feb 2015
21:40 rakuco search for other commits by this committer
Update to 0.7.1.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.1/
Original commitRevision:379022 
Tuesday, 20 Jan 2015
22:36 rakuco search for other commits by this committer
- Add dependencies on devel/py-six and databases/py-sqlite3.
  They were not announced but were introduced in this release.
- Add USE_PYTHON=concurrent. As the dependency on devel/py-six makes
  evident, the port is now supposed to work with both Python 2 and Python 3.
Original commitRevision:377548 
Sunday, 18 Jan 2015
20:08 rakuco search for other commits by this committer
Update to 0.7.
Original commitRevision:377344 
Thursday, 13 Nov 2014
09:20 rakuco search for other commits by this committer
Update to 0.6.3.
Original commitRevision:372516 
Wednesday, 29 Oct 2014
22:23 rakuco search for other commits by this committer
Update to 0.6.2.

Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.6.2/
Original commitRevision:371718 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Tuesday, 10 Jun 2014
18:05 rakuco search for other commits by this committer
Update to 0.6.1.
Original commitRevision:357357 
Monday, 5 May 2014
21:30 rakuco search for other commits by this committer
Update to 0.6.

See http://www.reviewboard.org/news/2014/04/07/rbtools-0-6-released/ for a
summary of what's new.
Original commitRevision:353047 
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Wednesday, 5 Mar 2014
09:36 rakuco search for other commits by this committer
Adopt the port.

There have been quite a few PR timeouts in the port's history, and Florent
was OK with me taking it over.

Approved by:		flz over private mail
Original commitRevision:347102 
Tuesday, 4 Mar 2014
22:08 rakuco search for other commits by this committer
- Update to 0.5.7.
- Support staging.
- Move away from deprecated bsd.python.mk variables and generate the plist
  automatically.

PR:		ports/186880
Submitted by:	rakuco
Approved by:	maintainer timeout (15 days)
Original commitRevision:347075 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Thursday, 13 Jun 2013
12:58 wg search for other commits by this committer
devel/rbtools: update to 0.5

- Update to 0.5
- Remove entry in MASTER_SITES

Changes: http://www.reviewboard.org/docs/releasenotes/rbtools/0.5/

PR:		ports/178276
Submitted by:	Kimo <kimor79@yahoo.com>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
Original commitRevision:320798 
Wednesday, 30 Jan 2013
11:44 flz search for other commits by this committer
Update devel/rbtools to 0.4.3.

PR:		ports/175672
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Original commitRevision:311211 
Tuesday, 8 Jan 2013
13:55 rakuco search for other commits by this committer
- Update to 0.4.2. [1]
- Trim Makefile headers.

PR:		ports/172582 [1]
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw> [1]
Approved by:	flz (maintainer timeout, 3 months)
Original commitRevision:310091 
Monday, 28 May 2012
17:16 rakuco search for other commits by this committer
- Update to 0.4.1.
- Set LICENSE.
- Adjust URL in the description.

PR:             ports/167424
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:    flz (maintainer timeout, 1 month)
Original commit
Friday, 11 Nov 2011
09:34 rm search for other commits by this committer
  - drop dependency on devel/py-simplejson
  - move contents of pkg-plist into PLIST_FILES
  - strict python versions to 2.6-2.7
  - bump PORTREVISION

  PR:            ports/160395
  Submitted by:  rm
  Approved by:   flz (maintainer; timeout - 2+ months), miwi (co-mentor)
  Feature safe:  yes
Original commit
Monday, 11 Apr 2011
11:29 flz search for other commits by this committer
Update devel/rbtools to 0.3.2.

PR:             ports/156323
Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Original commit
Friday, 25 Feb 2011
07:50 miwi search for other commits by this committer
- Move from py24 over to py25 or above
- Drop md5 support
Original commit
Friday, 18 Sep 2009
22:39 flz search for other commits by this committer
Fix fetching.

Reported by:    miwi
Feature safe:   yes
Original commit
Wednesday, 15 Jul 2009
20:15 flz search for other commits by this committer
Add Review Board Tools (rbtools), a set of utilities for Review Board.
Original commit

Number of commits found: 45