pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/easygit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  7 10:13:48 UTC 2025

Modified Files:
        pkgsrc/devel/easygit: Makefile

Log Message:
easygit: switch to original author's recommended fork HOMEPAGE

via https://github.com/newren/easygit


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/easygit/Makefile

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

Modified files:

Index: pkgsrc/devel/easygit/Makefile
diff -u pkgsrc/devel/easygit/Makefile:1.16 pkgsrc/devel/easygit/Makefile:1.17
--- pkgsrc/devel/easygit/Makefile:1.16  Tue Jun 28 11:31:42 2022
+++ pkgsrc/devel/easygit/Makefile       Sun Dec  7 10:13:48 2025
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.16 2022/06/28 11:31:42 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/12/07 10:13:48 wiz Exp $
 
 DISTNAME=              easygit-1.7.5.2
 PKGREVISION=           7
 CATEGORIES=            devel
-MASTER_SITES=          https://people.gnome.org/~newren/eg/download/${PKGVERSION}/
+#MASTER_SITES=         https://people.gnome.org/~newren/eg/download/${PKGVERSION}/
 DIST_SUBDIR=           ${PKGNAME_NOREV}
 DISTFILES=             eg
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://people.gnome.org/~newren/eg/
+HOMEPAGE=              https://github.com/dfabulich/easygit
 COMMENT=               Git porcelain wrapper in Perl
 
 LICENSE=               gnu-gpl-v2



Home | Main Index | Thread Index | Old Index