pkgsrc-WIP-changes archive

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

*: update savannah git URLs (untested except for emacs-git)



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 15 09:39:24 2025 +0200
Changeset:	3d8660ddb792b4d09afd358644095bdb00494772

Modified Files:
	emacs-git/Makefile
	gforth-git/Makefile
	gforth-snapshot/Makefile
	hplibunwind-git/Makefile
	lilypond-git/Makefile
	mescc-tools/Makefile
	nongnu-libunwind-git/Makefile
	poke-git/Makefile
	simulavr-git/Makefile

Log Message:
*: update savannah git URLs (untested except for emacs-git)

https://lists.gnu.org/archive/html/savannah-users/2025-05/msg00002.html

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d8660ddb792b4d09afd358644095bdb00494772

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

diffstat:
 emacs-git/Makefile            | 2 +-
 gforth-git/Makefile           | 2 +-
 gforth-snapshot/Makefile      | 2 +-
 hplibunwind-git/Makefile      | 2 +-
 lilypond-git/Makefile         | 2 +-
 mescc-tools/Makefile          | 2 +-
 nongnu-libunwind-git/Makefile | 2 +-
 poke-git/Makefile             | 4 ++--
 simulavr-git/Makefile         | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 1a90777dcf..9afb3ee2de 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	emacs-31.0.50
 PKGNAME=	${DISTNAME:S/emacs/emacs31/}
 CATEGORIES=	editors
-GIT_REPO=	git://git.savannah.gnu.org/emacs.git
+GIT_REPO=	git://git.git.savannah.gnu.org/emacs.git
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://www.gnu.org/software/emacs/
diff --git a/gforth-git/Makefile b/gforth-git/Makefile
index 30321989c2..ec7081e8da 100644
--- a/gforth-git/Makefile
+++ b/gforth-git/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://www.complang.tuwien.ac.at/forth/gforth/
 COMMENT=	Fast interpreter for the Forth language
 
 GIT_REPOSITORIES=	gforth
-GIT_REPO.gforth=	git://git.savannah.gnu.org/gforth.git
+GIT_REPO.gforth=	git://git.git.savannah.gnu.org/gforth.git
 
 GNU_CONFIGURE=		yes
 INFO_FILES=		yes
diff --git a/gforth-snapshot/Makefile b/gforth-snapshot/Makefile
index d3e09fe271..daeee8bfcf 100644
--- a/gforth-snapshot/Makefile
+++ b/gforth-snapshot/Makefile
@@ -4,7 +4,7 @@ DISTNAME=		gforth
 PKGNAME=		gforth-0.7.9pre20250321
 CATEGORIES=		lang
 #MASTER_SITES=		${MASTER_SITE_GNU:=gforth/}
-#MASTER_SITES+=		https://git.savannah.gnu.org/cgit/gforth.git/snapshot/
+#MASTER_SITES+=		https://git.git.savannah.gnu.org/cgit/gforth.git/snapshot/
 MASTER_SITES+=		https://www.complang.tuwien.ac.at/forth/gforth/Snapshots/current/
 DIST_SUBDIR=		gforth-${PKGVERSION_NOREV}
 EXTRACT_SUFX=		.tar.xz
diff --git a/hplibunwind-git/Makefile b/hplibunwind-git/Makefile
index 1debafccf9..2613d1eb95 100644
--- a/hplibunwind-git/Makefile
+++ b/hplibunwind-git/Makefile
@@ -4,7 +4,7 @@ PKGNAME=	hplibunwind-1.1.0
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	libunwind
-GIT_REPO.libunwind=	http://git.savannah.gnu.org/r/libunwind.git
+GIT_REPO.libunwind=	http://git.git.savannah.gnu.org/r/libunwind.git
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.nongnu.org/libunwind/
diff --git a/lilypond-git/Makefile b/lilypond-git/Makefile
index 2e385598e9..f8dd6c0dab 100644
--- a/lilypond-git/Makefile
+++ b/lilypond-git/Makefile
@@ -34,7 +34,7 @@ DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
 DEPENDS+=	potrace>=1.8:../../graphics/potrace
 
 GIT_REPOSITORIES=	lilypond
-GIT_REPO.lilypond=	git://git.savannah.gnu.org/lilypond.git
+GIT_REPO.lilypond=	git://git.git.savannah.gnu.org/lilypond.git
 
 GNU_CONFIGURE=		YES
 USE_PKGLOCALEDIR=	YES
diff --git a/mescc-tools/Makefile b/mescc-tools/Makefile
index e68392f838..c5e68be2af 100644
--- a/mescc-tools/Makefile
+++ b/mescc-tools/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	mescc-tools-Release_0.6.1
 PKGNAME=	${DISTNAME:S/Release_//}
 CATEGORIES=	devel
-MASTER_SITES=	http://git.savannah.nongnu.org/cgit/mescc-tools.git/snapshot/
+MASTER_SITES=	http://git.git.savannah.nongnu.org/cgit/mescc-tools.git/snapshot/
 
 MAINTAINER=	nikita%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/oriansj/mescc-tools/
diff --git a/nongnu-libunwind-git/Makefile b/nongnu-libunwind-git/Makefile
index c6553d295a..c37ab0c789 100644
--- a/nongnu-libunwind-git/Makefile
+++ b/nongnu-libunwind-git/Makefile
@@ -4,7 +4,7 @@ PKGNAME=	nongnu-libunwind-1.1.0
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	libunwind
-GIT_REPO.libunwind=	http://git.savannah.gnu.org/r/libunwind.git
+GIT_REPO.libunwind=	http://git.git.savannah.gnu.org/r/libunwind.git
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.nongnu.org/libunwind/
diff --git a/poke-git/Makefile b/poke-git/Makefile
index d1912d16f2..1d85d2c0f9 100644
--- a/poke-git/Makefile
+++ b/poke-git/Makefile
@@ -7,12 +7,12 @@ JITTER_HASH=	a1fb50a93964676501c3530e4b73a22906d53a96
 PKGNAME=	poke-0.0.20210103
 DISTNAME=	poke-${POKE_HASH}
 CATEGORIES=	textproc devel
-MASTER_SITES=	https://git.savannah.gnu.org/cgit/poke.git/snapshot/
+MASTER_SITES=	https://git.git.savannah.gnu.org/cgit/poke.git/snapshot/
 DISTFILES=	poke-${POKE_HASH}.tar.gz
 DISTFILES+=	gnulib-${GNULIB_HASH}.tar.gz
 DISTFILES+=	jitter-${JITTER_HASH}.tar.gz
 SITES.gnulib-${GNULIB_HASH}.tar.gz= \
-		https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/
+		https://git.git.savannah.gnu.org/cgit/gnulib.git/snapshot/
 SITES.jitter-${JITTER_HASH}.tar.gz= \
 		http://git.ageinghacker.net/jitter/snapshot/
 
diff --git a/simulavr-git/Makefile b/simulavr-git/Makefile
index ab7eea58f2..157ecb28dc 100644
--- a/simulavr-git/Makefile
+++ b/simulavr-git/Makefile
@@ -2,7 +2,7 @@
 #
 DISTNAME=		simulavr-1.0.0
 CATEGORIES=		emulators
-GIT_REPO=		git://git.savannah.nongnu.org/simulavr.git
+GIT_REPO=		git://git.git.savannah.nongnu.org/simulavr.git
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://www.nongnu.org/simulavr/


Home | Main Index | Thread Index | Old Index