Hi all,
Does anyone know if there is a shorthand form I can use in scripts to fetch the latest quarterly ports tree using svn?
For packages, EG in /etc/pkg/FreeBSD.conf, there is this:
Which always downloads packages from the newest / latest quarterly repo.
However, if I wanted to write a script that will automagicaly update my ports tree to whatever the latest quarterly ports tree is, what can I use?
The latest quarterly ports tree is:
But should I want to run the script 6 months from now (using this address), it would download the wrong tree.
So does anyone know a smarter way to do it?
Does anyone know if there is a shorthand form I can use in scripts to fetch the latest quarterly ports tree using svn?
For packages, EG in /etc/pkg/FreeBSD.conf, there is this:
Code:
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly
However, if I wanted to write a script that will automagicaly update my ports tree to whatever the latest quarterly ports tree is, what can I use?
The latest quarterly ports tree is:
Code:
https://svn.freebsd.org/ports/branches/2017Q3/
So does anyone know a smarter way to do it?