git: a2729c7db8ee - main - devel/git-filter-repo: Put the man page in the correct place
Cy Schubert
cy at FreeBSD.org
Mon Jun 14 23:06:25 UTC 2021
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a2729c7db8ee94d87350dbc2dc90c72f91c4a2ab
commit a2729c7db8ee94d87350dbc2dc90c72f91c4a2ab
Author: Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-06-14 23:05:26 +0000
Commit: Cy Schubert <cy at FreeBSD.org>
CommitDate: 2021-06-14 23:06:20 +0000
devel/git-filter-repo: Put the man page in the correct place
---
devel/git-filter-repo/Makefile | 1 +
devel/git-filter-repo/files/patch-Makefile | 11 ++++++++++-
devel/git-filter-repo/pkg-plist | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/devel/git-filter-repo/Makefile b/devel/git-filter-repo/Makefile
index 18c9504efeec..bb112ce50650 100644
--- a/devel/git-filter-repo/Makefile
+++ b/devel/git-filter-repo/Makefile
@@ -1,6 +1,7 @@
PORTNAME= git-filter-repo
DISTVERSIONPREFIX= v
DISTVERSION= 2.32.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= cy at FreeBSD.org
diff --git a/devel/git-filter-repo/files/patch-Makefile b/devel/git-filter-repo/files/patch-Makefile
index 0cf796627502..6c6de9ccdced 100644
--- a/devel/git-filter-repo/files/patch-Makefile
+++ b/devel/git-filter-repo/files/patch-Makefile
@@ -1,5 +1,14 @@
--- Makefile.orig 2021-06-07 09:23:45.000000000 -0700
-+++ Makefile 2021-06-13 22:29:05.758893000 -0700
++++ Makefile 2021-06-14 16:03:09.610176000 -0700
+@@ -2,7 +2,7 @@
+ prefix = $(HOME)
+ bindir = $(prefix)/libexec/git-core
+ localedir = $(prefix)/share/locale
+-mandir = $(prefix)/share/man
++mandir = $(prefix)/man
+ htmldir = $(prefix)/share/doc/git-doc
+ pythondir = $(prefix)/lib64/python3.6/site-packages
+
@@ -23,7 +23,7 @@
# html/git-filter-repo.html. But let's support people installing from a git
# clone too; for them, just cheat and snag a copy of the built docs that I
diff --git a/devel/git-filter-repo/pkg-plist b/devel/git-filter-repo/pkg-plist
index a14b71bd1a60..f06a26382a09 100644
--- a/devel/git-filter-repo/pkg-plist
+++ b/devel/git-filter-repo/pkg-plist
@@ -1,3 +1,3 @@
%%PYTHON_SITELIBDIR%%/git_filter_repo.py
libexec/git-core/git-filter-repo
-share/man/man1/git-filter-repo.1.gz
+man/man1/git-filter-repo.1.gz
More information about the dev-commits-ports-all
mailing list