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/subversion/Makefile.addons

Number of commits found: 14

Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
Tuesday, 31 Oct 2023
12:52 Michael Osipov (michaelo) search for other commits by this committer
devel/subversion-lts: update port to next LTS version: 1.14.2

PR:		253566
Approved by:	jrm (mentor), otis (mentor), lev
Release Notes:	https://subversion.apache.org/docs/release-notes/1.14
Differential Revision:	https://reviews.freebsd.org/D42348
commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 914eca41
Wednesday, 20 Jul 2022
14:55 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

 *  Alex Trull <freebsd.alex@trull.org>
 *  Alonso Cardenas <acm@FreeBSD.org>
 *  Boris Samorodov <bsam@FreeBSD.org>
 *  David Shane Holden <dpejesh@yahoo.com>
 *  Felix Palmen <felix@palmen-it.de>
 *  Hirohisa Yamaguchi <umq@ueo.co.jp>
 *  Kevin Bowling <kbowling@FreeBSD.org>
 *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 *  Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
 *  Matthias Andree
 *  Matthias Fechner <mfechner@FreeBSD.org>
 *  Oleg Sidorkin <osidorkin@gmail.com>
 *  Oliver Lehmann
 *  Radim Kolar <hsn@sendmail.cz>
 *  Timothy Beyer <beyert@cs.ucr.edu>
 *  hq@FreeBSD.org
 *  johalun0@gmail.com
 *  lev@FreeBSD.org
 *  rooneg@electricjellyfish.net

With hat:	portmgr
commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 4831879
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
Tuesday, 16 Feb 2021
21:24 lev search for other commits by this committer
 Proper fix for python bindings build failure: disable parallel build.

MFH:		2021Q1
Original commitRevision:565460 
17:39 lev search for other commits by this committer
 Fix python bindings build.

Reported by:	Craig Leres <leres@freebsd.org>
MFH:		2021Q1
Original commitRevision:565424 
Tuesday, 2 Jun 2020
13:36 lev search for other commits by this committer
  Update subversion to new version 1.14.0.

  1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
  allows to build `devel/py-subversion' with Python 2.7.

  `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
Original commitRevision:537554 
Sunday, 3 Nov 2019
22:13 lev search for other commits by this committer
 Update to 1.13.0.

PR:		241608
Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
Original commitRevision:516609 
Tuesday, 13 Aug 2019
14:46 tobik search for other commits by this committer
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH

Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted.  Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.

While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D21225
Original commitRevision:508829 
Saturday, 27 Jul 2019
21:01 rene search for other commits by this committer
devel/subversion: remove support for SVN 1.9 and 1.10 from Makefile.addons
Original commitRevision:507474 
Thursday, 25 Apr 2019
16:28 lev search for other commits by this committer
  Add LTS version of subversion to ports.

PR:		235934
Original commitRevision:500031 
12:27 lev search for other commits by this committer
 Update to 1.12.0
Original commitRevision:499991 
Thursday, 1 Nov 2018
16:12 lev search for other commits by this committer
 Update subversion to 1.11.0.
Original commitRevision:483685 
Friday, 20 Apr 2018
15:38 lev search for other commits by this committer
 (1) Remove devel/subversion18
 (2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
 (3) Rework all addons to unify versioning code.
     FLAVORS is not used because it will conflict with Python FLAVORS
 (4) Restore mod_dontdothat for www/mod_dav_svn
Original commitRevision:467834 

Number of commits found: 14