pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-filter-repo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 21 08:50:55 UTC 2024

Modified Files:
        pkgsrc/devel/git-filter-repo: Makefile distinfo
        pkgsrc/devel/git-filter-repo/patches: patch-Makefile

Log Message:
git-filter-repo: update to 2.45.0.

Bugfixes, adapt for git 2.45.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/git-filter-repo/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/git-filter-repo/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/git-filter-repo/patches/patch-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/git-filter-repo/Makefile
diff -u pkgsrc/devel/git-filter-repo/Makefile:1.7 pkgsrc/devel/git-filter-repo/Makefile:1.8
--- pkgsrc/devel/git-filter-repo/Makefile:1.7   Mon Aug 14 05:24:08 2023
+++ pkgsrc/devel/git-filter-repo/Makefile       Sun Jul 21 08:50:54 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/08/14 05:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/07/21 08:50:54 wiz Exp $
 
-DISTNAME=      git-filter-repo-2.38.0
-PKGREVISION=   1
+DISTNAME=      git-filter-repo-2.45.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=newren/}
 EXTRACT_SUFX=  .tar.xz
@@ -21,5 +20,8 @@ REPLACE_PYTHON+=              git-filter-repo
 
 INSTALLATION_DIRS+=    libexec/git-core ${PKGMANDIR}/man1
 
+MAKE_FLAGS+=   prefix=${PREFIX}
+MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
+
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/git-filter-repo/distinfo
diff -u pkgsrc/devel/git-filter-repo/distinfo:1.6 pkgsrc/devel/git-filter-repo/distinfo:1.7
--- pkgsrc/devel/git-filter-repo/distinfo:1.6   Fri Jun 16 15:05:12 2023
+++ pkgsrc/devel/git-filter-repo/distinfo       Sun Jul 21 08:50:54 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2023/06/16 15:05:12 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2024/07/21 08:50:54 wiz Exp $
 
-BLAKE2s (git-filter-repo-2.38.0.tar.xz) = 16e293fea1886df839589dbb0919ec146e7c1a3e4533adc700a9363d68c0662c
-SHA512 (git-filter-repo-2.38.0.tar.xz) = 786c27c1952a5e3625c924e71958cfd61d9065d32754a3e957f258767ccb5b147778c5d499eb82c7c1bf36a2f5a50b1cde372ebbc927aeeedbd713e5ab6563d8
-Size (git-filter-repo-2.38.0.tar.xz) = 153772 bytes
-SHA1 (patch-Makefile) = 847dff06a9d2f62cf39ef4520b6d6244314ac223
+BLAKE2s (git-filter-repo-2.45.0.tar.xz) = e2ead36b73b89f051f4b59868dbc980ed3b1c4fb7153aa6f623e62f7efe98459
+SHA512 (git-filter-repo-2.45.0.tar.xz) = 2fa48a1c6fe285570d02c63d71c92e1a79a4f4dfc0527141b6bed19f4ec27c92f6b98def2c6541bf1fef149e7dd191b023942c99b370b1a5b1555c2cac3e0c42
+Size (git-filter-repo-2.45.0.tar.xz) = 155808 bytes
+SHA1 (patch-Makefile) = 1be28444ec92766cf32d77b50361461c482349f7

Index: pkgsrc/devel/git-filter-repo/patches/patch-Makefile
diff -u pkgsrc/devel/git-filter-repo/patches/patch-Makefile:1.2 pkgsrc/devel/git-filter-repo/patches/patch-Makefile:1.3
--- pkgsrc/devel/git-filter-repo/patches/patch-Makefile:1.2     Fri Jun 16 15:05:12 2023
+++ pkgsrc/devel/git-filter-repo/patches/patch-Makefile Sun Jul 21 08:50:54 2024
@@ -1,37 +1,21 @@
-$NetBSD: patch-Makefile,v 1.2 2023/06/16 15:05:12 schmonz Exp $
+$NetBSD: patch-Makefile,v 1.3 2024/07/21 08:50:54 wiz Exp $
 
 install fixup for pkgsrc
 
---- Makefile.orig      2022-10-10 18:10:19.000000000 +0000
+--- Makefile.orig      2024-07-21 08:47:58.803099769 +0000
 +++ Makefile
-@@ -1,9 +1,8 @@
- # A bunch of installation-related paths people can override on the command line
--DESTDIR = /
--prefix = $(HOME)
-+prefix = ${PREFIX}
- bindir = $(prefix)/libexec/git-core
- localedir = $(prefix)/share/locale
--mandir = $(prefix)/share/man
-+mandir = $(prefix)/${PKGMANDIR}
- htmldir = $(prefix)/share/doc/git-doc
- pythondir = $(prefix)/lib64/python3.6/site-packages
- 
-@@ -35,12 +34,12 @@ Documentation/html/git-filter-repo.html:
+@@ -36,12 +36,8 @@ Documentation/html/git-filter-repo.html:
        git show origin/docs:html/git-filter-repo.html >Documentation/html/git-filter-repo.html
  
  install: snag_docs #fixup_locale
--      install -Dm0755 git-filter-repo "$(DESTDIR)/$(bindir)/git-filter-repo"
--      install -dm0755 "$(DESTDIR)/$(pythondir)"
+-      $(INSTALL) -Dm0755 git-filter-repo "$(DESTDIR)/$(bindir)/git-filter-repo"
+-      $(INSTALL) -dm0755 "$(DESTDIR)/$(pythondir)"
 -      ln -sf "$(bindir)/git-filter-repo" "$(DESTDIR)/$(pythondir)/git_filter_repo.py"
--      install -Dm0644 Documentation/man1/git-filter-repo.1 "$(DESTDIR)/$(mandir)/man1/git-filter-repo.1"
--      install -Dm0644 Documentation/html/git-filter-repo.html "$(DESTDIR)/$(htmldir)/git-filter-repo.html"
+-      $(INSTALL) -Dm0644 Documentation/man1/git-filter-repo.1 "$(DESTDIR)/$(mandir)/man1/git-filter-repo.1"
+-      $(INSTALL) -Dm0644 Documentation/html/git-filter-repo.html "$(DESTDIR)/$(htmldir)/git-filter-repo.html"
 -      if which mandb > /dev/null; then mandb; fi
 +      ${BSD_INSTALL_SCRIPT} git-filter-repo "$(DESTDIR)/$(bindir)/git-filter-repo"
-+      #install -dm0755 "$(DESTDIR)/$(pythondir)"
-+      #ln -sf "$(bindir)/git-filter-repo" "$(DESTDIR)/$(pythondir)/git_filter_repo.py"
 +      ${BSD_INSTALL_MAN} Documentation/man1/git-filter-repo.1 "$(DESTDIR)/$(mandir)/man1/git-filter-repo.1"
-+      #install -Dm0644 Documentation/html/git-filter-repo.html "$(DESTDIR)/$(htmldir)/git-filter-repo.html"
-+      #if which mandb > /dev/null; then mandb; fi
  
  
  #



Home | Main Index | Thread Index | Old Index