pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/rdiff-backup



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct 27 12:52:36 UTC 2022

Modified Files:
        pkgsrc/sysutils/rdiff-backup: Makefile

Log Message:
sysutils/rdiff-backup: Adjust HOMEPAGE

Upstream says they have left savannah.nongnu for github.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/rdiff-backup/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/rdiff-backup/Makefile
diff -u pkgsrc/sysutils/rdiff-backup/Makefile:1.63 pkgsrc/sysutils/rdiff-backup/Makefile:1.64
--- pkgsrc/sysutils/rdiff-backup/Makefile:1.63  Wed Oct 26 22:31:44 2022
+++ pkgsrc/sysutils/rdiff-backup/Makefile       Thu Oct 27 12:52:36 2022
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.63 2022/10/26 22:31:44 gdt Exp $
+# $NetBSD: Makefile,v 1.64 2022/10/27 12:52:36 gdt Exp $
 
 # Current stable is 2.0.5 (which supports python3)
 DISTNAME=      rdiff-backup-1.2.8
 PKGREVISION=   12
 CATEGORIES=    sysutils net
-# Apparently moved to https://github.com/rdiff-backup/rdiff-backup
+# Now https://github.com/rdiff-backup/rdiff-backup
 MASTER_SITES=  http://savannah.nongnu.org/download/rdiff-backup/
 
 MAINTAINER=    snj%NetBSD.org@localhost
-# Apparently now https://rdiff-backup.net/.
-HOMEPAGE=      https://www.nongnu.org/rdiff-backup/
+HOMEPAGE=      https://rdiff-backup.net/
 COMMENT=       Remote incremental backup utility
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.2.8



Home | Main Index | Thread Index | Old Index