pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fdupes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 28 13:19:32 UTC 2022

Modified Files:
        pkgsrc/sysutils/fdupes: Makefile

Log Message:
fdupes: old HOMEPAGE dead, use github


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/fdupes/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/fdupes/Makefile
diff -u pkgsrc/sysutils/fdupes/Makefile:1.10 pkgsrc/sysutils/fdupes/Makefile:1.11
--- pkgsrc/sysutils/fdupes/Makefile:1.10        Sun Sep 11 17:59:15 2022
+++ pkgsrc/sysutils/fdupes/Makefile     Mon Nov 28 13:19:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/09/11 17:59:15 fcambus Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/28 13:19:32 wiz Exp $
 
 DISTNAME=      fdupes-2.2.1
 CATEGORIES=    sysutils
@@ -6,7 +6,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=adri
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    ef%math.uni-bonn.de@localhost
-HOMEPAGE=      http://netdial.caribe.net/~adrian2/fdupes.html
+HOMEPAGE=      https://github.com/adrianlopezroche/fdupes
 COMMENT=       Program for identifying or deleting duplicate files
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index