Getdelta uses Deltup to reduce bandwidth load while upgrading ports distfiles. WWW: http://linux01.gwdg.de/~nlissne/ - Anton Statutov astatutov@gmail.com PR: ports/121828 Submitted by: Anton Statutov <astatutov at gmail.com>, Andrew R. Muhametshin
8 lines
439 B
Text
8 lines
439 B
Text
=========================================================================================
|
|
ATTENTION!
|
|
To use Getdelta for upgrading ports you need to add the following string into /etc/make.conf:
|
|
FETCH_CMD=%%PREFIX%%/bin/getdelta.sh
|
|
|
|
To do this you can simply run the following command:
|
|
echo "FETCH_CMD=%%PREFIX%%/bin/getdelta.sh" >> /etc/make.conf
|
|
=========================================================================================
|