pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fixes since v1.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b9d5e7f2c67
branches:  trunk
changeset: 635308:8b9d5e7f2c67
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 02 16:32:36 2014 +0000

description:
Fixes since v1.9.3
------------------

 * Commands that take pathspecs on the command line misbehaved when
   the pathspec is given as an absolute pathname (which is a
   practice not particularly encouraged) that points at a symbolic
   link in the working tree.

 * An earlier fix to the shell prompt script (in contrib/) for using
   the PROMPT_COMMAND interface did not correctly check if the extra
   code path needs to trigger, causing the branch name not to appear
   when 'promptvars' option is disabled in bash or PROMPT_SUBST is
   unset in zsh.

diffstat:

 devel/git-base/Makefile    |  3 +--
 devel/git-base/distinfo    |  8 ++++----
 devel/git-docs/Makefile    |  3 +--
 devel/git/Makefile.version |  4 ++--
 www/gitweb/Makefile        |  3 +--
 5 files changed, 9 insertions(+), 12 deletions(-)

diffs (68 lines):

diff -r d08dbdbc7a91 -r 8b9d5e7f2c67 devel/git-base/Makefile
--- a/devel/git-base/Makefile   Mon Jun 02 16:30:44 2014 +0000
+++ b/devel/git-base/Makefile   Mon Jun 02 16:32:36 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:35 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/06/02 16:32:36 adam Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}
-PKGREVISION=   1
 COMMENT=       GIT Tree History Storage Tool (base package)
 
 CONFLICTS+=            scmgit-base-[0-9]*
diff -r d08dbdbc7a91 -r 8b9d5e7f2c67 devel/git-base/distinfo
--- a/devel/git-base/distinfo   Mon Jun 02 16:30:44 2014 +0000
+++ b/devel/git-base/distinfo   Mon Jun 02 16:32:36 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2014/05/10 11:43:30 adam Exp $
+$NetBSD: distinfo,v 1.14 2014/06/02 16:32:36 adam Exp $
 
-SHA1 (git-1.9.3.tar.xz) = c986463630e23e13b36e45d83d0e23daf9387c82
-RMD160 (git-1.9.3.tar.xz) = 8594d536e4659fee9e643d24b0f9845f3490ab2e
-Size (git-1.9.3.tar.xz) = 3386364 bytes
+SHA1 (git-1.9.4.tar.xz) = a91059d0065d82c6c2db6d69b56033a01b10eac8
+RMD160 (git-1.9.4.tar.xz) = 742b8d73fa205b34b2c2843260d94787099b6030
+Size (git-1.9.4.tar.xz) = 3387180 bytes
 SHA1 (patch-aa) = 31f3759c6cf3bfd28d154b3abaa95d396b72502b
 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
 SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff -r d08dbdbc7a91 -r 8b9d5e7f2c67 devel/git-docs/Makefile
--- a/devel/git-docs/Makefile   Mon Jun 02 16:30:44 2014 +0000
+++ b/devel/git-docs/Makefile   Mon Jun 02 16:32:36 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/05/29 23:35:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/02 16:32:36 adam Exp $
 
 PKGNAME=       git-docs-${GIT_VERSION}
-PKGREVISION=   1
 COMMENT=       GIT Tree History Storage Tool (documentation)
 
 CONFLICTS+=            scmgit-docs-[0-9]*
diff -r d08dbdbc7a91 -r 8b9d5e7f2c67 devel/git/Makefile.version
--- a/devel/git/Makefile.version        Mon Jun 02 16:30:44 2014 +0000
+++ b/devel/git/Makefile.version        Mon Jun 02 16:32:36 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.11 2014/05/10 11:43:30 adam Exp $
+# $NetBSD: Makefile.version,v 1.12 2014/06/02 16:32:36 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   1.9.3
+GIT_VERSION=   1.9.4
diff -r d08dbdbc7a91 -r 8b9d5e7f2c67 www/gitweb/Makefile
--- a/www/gitweb/Makefile       Mon Jun 02 16:30:44 2014 +0000
+++ b/www/gitweb/Makefile       Mon Jun 02 16:32:36 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/06/02 16:32:36 adam Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/git/gitweb/}
-PKGREVISION=   1
 CATEGORIES=    www
 
 COMMENT=       Web interface for GIT repositories



Home | Main Index | Thread Index | Old Index