pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/git devel/git: Drop git-gitk from git metapakage
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a3e90a507d3
branches: trunk
changeset: 336552:3a3e90a507d3
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Jul 17 14:33:28 2019 +0000
description:
devel/git: Drop git-gitk from git metapakage
As discussed at length on pkgsrc-users: A number of people believe
that the git metapackage should contain all of what is in git's
release tarball, and that people should read DESCR. A number of
people believe that the package named git should contain less (not
gitk), and sometimes even less than that. As a compromise where each
group is merely grumbling a little, drop gitk from the metapackage,
because it is a component that some are bothered by (because it
depends on tk, tcl and X, mostly), and because it is easy for those
that want it to install it separately.
diffstat:
devel/git/DESCR | 12 +++++++-----
devel/git/Makefile | 4 ++--
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 778ee8c227e1 -r 3a3e90a507d3 devel/git/DESCR
--- a/devel/git/DESCR Wed Jul 17 13:33:50 2019 +0000
+++ b/devel/git/DESCR Wed Jul 17 14:33:28 2019 +0000
@@ -1,5 +1,7 @@
-This package is a meta package, collecting the components normally
-expected to be installed for the GIT distributed version control suite
-(the tool itself, the man pages, contrib scripts, and the tk-based
-browser gitk.) (See git-base for a minimal installation of the
-command-line tools.)
+This package is a meta package, collecting the components that are
+widely expected to be installed for the GIT distributed version
+control suite, i.e., the tool itself, the man pages, and contrib scripts.
+
+See git-base for a minimal installation of the command-line tools.
+See git-gitk for the tk-based browser gitk, no longer included in the
+git meta-package.
diff -r 778ee8c227e1 -r 3a3e90a507d3 devel/git/Makefile
--- a/devel/git/Makefile Wed Jul 17 13:33:50 2019 +0000
+++ b/devel/git/Makefile Wed Jul 17 14:33:28 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2015/07/10 17:32:57 khorben Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/17 14:33:28 gdt Exp $
.include "../../devel/git/Makefile.version"
DISTNAME= # empty
PKGNAME= git-${GIT_VERSION}
+PKGREVISION= 1
CATEGORIES+= meta-pkgs devel
DISTFILES= # empty
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
@@ -19,6 +20,5 @@
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
DEPENDS+= git-contrib>=${GIT_VERSION}:../../devel/git-contrib
DEPENDS+= git-docs>=${GIT_VERSION}:../../devel/git-docs
-DEPENDS+= git-gitk>=${GIT_VERSION}:../../devel/git-gitk
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index