Wed Dec 14 15:27:25 2011 UTC ()
Clarify DESCRs to explain what is in which package.  It's particularly
unexpected that man pages, which most people would want, are split,
while tk and python dependencies, expected to be the first to be
jettisoned on small systems, are in the base package.


(gdt)
diff -r1.3 -r1.4 pkgsrc/devel/scmgit/DESCR
diff -r1.29 -r1.30 pkgsrc/devel/scmgit/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/scmgit-base/DESCR
diff -r1.36 -r1.37 pkgsrc/devel/scmgit-base/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/scmgit/Attic/DESCR (expand / switch to context diff)
--- pkgsrc/devel/scmgit/Attic/DESCR 2007/12/12 04:11:29 1.3
+++ pkgsrc/devel/scmgit/Attic/DESCR 2011/12/14 15:27:25 1.4
@@ -1 +1,3 @@
-Meta-pkg for the GIT distributed version control suite.
+This package is a meta package, collecting the components normally
+expected to be installed for the GIT distributed version control
+suite (the tool itself, and the man pages).

cvs diff -r1.29 -r1.30 pkgsrc/devel/scmgit/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/devel/scmgit/Attic/Makefile 2011/02/28 14:52:46 1.29
+++ pkgsrc/devel/scmgit/Attic/Makefile 2011/12/14 15:27:25 1.30
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2011/02/28 14:52:46 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2011/12/14 15:27:25 gdt Exp $
 
 .include "../../devel/scmgit/Makefile.version"
 
 DISTNAME=	# empty
 PKGNAME=	scmgit-${GIT_VERSION}
+PKGREVISION=	1
 CATEGORIES+=	meta-pkgs devel
 DISTFILES=	# empty
 MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/scmgit-base/Attic/DESCR (expand / switch to context diff)
--- pkgsrc/devel/scmgit-base/Attic/DESCR 2007/12/12 04:22:20 1.1.1.1
+++ pkgsrc/devel/scmgit-base/Attic/DESCR 2011/12/14 15:27:25 1.2
@@ -7,3 +7,7 @@
 to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
 GIT working directory is a full-fledged repository with full revision tracking
 capabilities, not dependent on network access to a central server.
+
+This package contains only the program itself, and not the man pages.
+It also optionally contains a TK-based repository browser and python
+bindings.

cvs diff -r1.36 -r1.37 pkgsrc/devel/scmgit-base/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/devel/scmgit-base/Attic/Makefile 2011/10/11 12:01:25 1.36
+++ pkgsrc/devel/scmgit-base/Attic/Makefile 2011/12/14 15:27:25 1.37
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2011/10/11 12:01:25 adam Exp $
+# $NetBSD: Makefile,v 1.37 2011/12/14 15:27:25 gdt Exp $
 
 .include "../../devel/scmgit/Makefile.common"
 
 PKGNAME=	scmgit-base-${GIT_VERSION}
+PKGREVISION=	1
 COMMENT=	GIT Tree History Storage Tool (base package)
 
 PKG_DESTDIR_SUPPORT=	user-destdir