Created attachment 208945 [details] sysutils/duply: Update to 2.2 This patch updates the sysutils/duply port to 2.2. The changelog for 2.2 can be found at http://duply.net/wiki/index.php/Duply-Changelog, this minor release implements grouping for batch commands. It also fixes the MASTER_SITES location as the duply.net entry was broken. The previous MASTER_SITES entry was actually a redirect to SourceForge, however, it appears it was only ever capable of retrieving the latest version of duply. This meant that when a new upstream version of duply was released, the port would break as duply.net always redirected to the latest version, no matter which version you were actually requesting. This is resolved by pointing MASTER_SITES to the real SourceForge location for the releases. This fix was tested first against the 2.1 release, to ensure that we really were getting the correct file (make makesum && svn diff distinfo; to ensure the checksum remained unchanged), and then in poudriere testport for the 2.2 update. Apologies to antoine@ for doubting that the port was broken. -David
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/94386661
Hi, There is a newer version (2.2.2) available on SourceForge. Would you care to update the patch to the latest version?
Created attachment 235633 [details] sysutils/duply: Update to 2.2.2 Update the patch to bump duply to 2.2.2. There's also a 2.4 version available, but I'll wait for this fix to land before bumping to that version.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1c89e6d05946f7d52f9faf679b8f21609b3d0e7 commit d1c89e6d05946f7d52f9faf679b8f21609b3d0e7 Author: David O'Rourke <dor.bsd@xm0.uk> AuthorDate: 2022-08-03 01:58:28 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-08-03 01:58:28 +0000 sysutils/duply: update to 2.2.2 and fix broken MASTER_SITES The previous MASTER_SITES entry was actually a redirect to SourceForge, however, it appears it was only ever capable of retrieving the latest version of duply. This meant that when a new upstream version of duply was released, the port would break as duply.net always redirected to the latest version, no matter which version you were actually requesting. This is resolved by pointing MASTER_SITES to the real SourceForge location for the releases. Changelog: http://duply.net/Changelog-TODO PR: 241784 Reported by: David O'Rourke <dor.bsd@xm0.uk> Approved by: michael@ranner.eu (maintainer) sysutils/duply/Makefile | 5 ++--- sysutils/duply/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-)
Committed, thanks!