summaryrefslogtreecommitdiff
path: root/devel/scmgit-base
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-07-09 14:30:49 +0000
committeradam <adam@pkgsrc.org>2012-07-09 14:30:49 +0000
commitcadcd048f3fd65a9a572adcff70290de2fd0691a (patch)
tree2bac04d24be70e42a816db1d12f547a1d63d8a16 /devel/scmgit-base
parent4ec103051567a2ec7e3ad4b2f814319b57e558bf (diff)
downloadpkgsrc-cadcd048f3fd65a9a572adcff70290de2fd0691a.tar.gz
Changes 1.7.11.1:
* The cross links in the HTML version of manual pages were broken. Also contains minor typofixes and documentation updates. Changes 1.7.11: UI, Workflows & Features * A new mode for push, "simple", which is a cross between "current" and "upstream", has been introduced. "git push" without any refspec will push the current branch out to the same name at the remote repository only when it is set to track the branch with the same name over there. The plan is to make this mode the new default value when push.default is not configured. * A couple of commands learned the "--column" option to produce columnar output. * A third-party tool "git subtree" is distributed in contrib/ * A remote helper that acts as a proxy and caches ssl session for the https:// transport is added to the contrib/ area. * Error messages given when @{u} is used for a branch without its upstream configured have been clarified. * Even with the "-q"uiet option, "checkout" used to report setting up tracking. Also "branch" learned the "-q"uiet option to squelch informational message. * Your build platform may support hardlinks but you may prefer not to use them, e.g. when installing to DESTDIR to make a tarball and untarring on a filesystem that has poor support for hardlinks. There is a Makefile option NO_INSTALL_HARDLINKS for you. * The smart-http backend used to always override GIT_COMMITTER_* variables with REMOTE_USER and REMOTE_ADDR, but these variables are now preserved when set. * "git am" learned the "--include" option, which is an opposite of existing the "--exclude" option. * When "git am -3" needs to fall back to an application of the patch to a synthesized preimage followed by a 3-way merge, the paths that needed such treatment are now reported to the end user, so that the result in them can be eyeballed with extra care. * The output from "diff/log --stat" used to always allocate 4 columns to show the number of modified lines, but not anymore. * "git difftool" learned the "--dir-diff" option to spawn external diff tools that can compare two directory hierarchies at a time after populating two temporary directories, instead of running an instance of the external tool once per a file pair. * The "fmt-merge-msg" command learned to list the primary contributors involved in the side topic you are merging in a comment in the merge commit template. * "git rebase" learned to optionally keep commits that do not introduce any change in the original history. * "git push --recurse-submodules" learned to optionally look into the histories of submodules bound to the superproject and push them out. * A 'snapshot' request to "gitweb" honors If-Modified-Since: header, based on the commit date. * "gitweb" learned to highlight the patch it outputs even more.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r--devel/scmgit-base/PLIST6
-rw-r--r--devel/scmgit-base/distinfo14
-rw-r--r--devel/scmgit-base/patches/patch-aa18
-rw-r--r--devel/scmgit-base/patches/patch-ae4
-rw-r--r--devel/scmgit-base/patches/patch-af4
5 files changed, 25 insertions, 21 deletions
diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST
index 5c29b15dd31..8967a86482c 100644
--- a/devel/scmgit-base/PLIST
+++ b/devel/scmgit-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2012/05/06 18:08:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2012/07/09 14:30:49 adam Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
@@ -47,6 +47,7 @@ libexec/git-core/git-cherry-pick
${PLIST.gui}libexec/git-core/git-citool
libexec/git-core/git-clean
libexec/git-core/git-clone
+libexec/git-core/git-column
libexec/git-core/git-commit
libexec/git-core/git-commit-tree
libexec/git-core/git-config
@@ -115,6 +116,7 @@ libexec/git-core/git-mktree
libexec/git-core/git-mv
libexec/git-core/git-name-rev
libexec/git-core/git-notes
+libexec/git-core/git-p4
libexec/git-core/git-pack-objects
libexec/git-core/git-pack-redundant
libexec/git-core/git-pack-refs
@@ -283,7 +285,9 @@ ${PLIST.gui}share/gitk/lib/msgs/sv.msg
share/locale/da/LC_MESSAGES/git.mo
share/locale/de/LC_MESSAGES/git.mo
share/locale/is/LC_MESSAGES/git.mo
+share/locale/it/LC_MESSAGES/git.mo
share/locale/nl/LC_MESSAGES/git.mo
share/locale/pt_PT/LC_MESSAGES/git.mo
share/locale/sv/LC_MESSAGES/git.mo
+share/locale/vi/LC_MESSAGES/git.mo
share/locale/zh_CN/LC_MESSAGES/git.mo
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index 2d04851b0ca..6c7f95b8bbe 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.56 2012/06/18 17:36:55 gdt Exp $
+$NetBSD: distinfo,v 1.57 2012/07/09 14:30:49 adam Exp $
-SHA1 (git-1.7.10.5.tar.gz) = 9d0767ef195d3971a891efaf11996158cb341499
-RMD160 (git-1.7.10.5.tar.gz) = 870fc615575828abb14f418387fb316948fe022e
-Size (git-1.7.10.5.tar.gz) = 3813587 bytes
-SHA1 (patch-aa) = ce4ba3241b44e81f9a39986008fbb361062f8470
+SHA1 (git-1.7.11.1.tar.gz) = d09664978931d215e43241689eb09371b509c7ce
+RMD160 (git-1.7.11.1.tar.gz) = bbe8156888a43256012cc0d1d5f44b430921b107
+Size (git-1.7.11.1.tar.gz) = 4000383 bytes
+SHA1 (patch-aa) = e4c1d5a723b97056e06f966e1dbb44d330678ff1
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
-SHA1 (patch-ae) = d420c0a1db0de77bd9713d066434981b20bd4299
-SHA1 (patch-af) = d6c942f7d8a0fe0074ea3edb7e6d858354c85232
+SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
+SHA1 (patch-af) = a47756e1d78c07cf745040f1ba962f80fbb7b69e
SHA1 (patch-ag) = 4f0b9a5745203ea7ef369c8272b3ea7c644762f0
SHA1 (patch-ah) = f22a2160631fb624e9e20616c68ad1a4aa2bebc7
SHA1 (patch-ai) = 56b63d4790a11f5eb128186ad5efdd1bcf102f2e
diff --git a/devel/scmgit-base/patches/patch-aa b/devel/scmgit-base/patches/patch-aa
index 31bd095b8eb..e69e7d080cc 100644
--- a/devel/scmgit-base/patches/patch-aa
+++ b/devel/scmgit-base/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
+$NetBSD: patch-aa,v 1.17 2012/07/09 14:30:50 adam Exp $
---- Makefile.orig 2012-03-05 22:42:15.000000000 +0000
+--- Makefile.orig 2012-06-21 21:55:43.000000000 +0000
+++ Makefile
-@@ -307,8 +307,6 @@ endif
+@@ -318,8 +318,6 @@ endif
CFLAGS = -g -O2 -Wall
LDFLAGS =
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
STRIP ?= strip
# Among the variables below, these:
-@@ -343,13 +341,9 @@ pathsep = :
+@@ -354,13 +352,9 @@ pathsep = :
export prefix bindir sharedir sysconfdir gitwebdir localedir
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
RPMBUILD = rpmbuild
TCL_PATH = tclsh
TCLTK_PATH = wish
-@@ -936,9 +929,10 @@ ifeq ($(uname_S),Darwin)
+@@ -992,9 +986,10 @@ ifeq ($(uname_S),Darwin)
HAVE_DEV_TTY = YesPlease
endif
ifeq ($(uname_S),SunOS)
@@ -37,7 +37,7 @@ $NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin
NO_STRCASESTR = YesPlease
NO_MEMMEM = YesPlease
-@@ -980,8 +974,6 @@ ifeq ($(uname_S),SunOS)
+@@ -1036,8 +1031,6 @@ ifeq ($(uname_S),SunOS)
NO_STRTOUMAX = YesPlease
GIT_TEST_CMP = cmp
endif
@@ -46,8 +46,8 @@ $NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
BASIC_CFLAGS += -D__EXTENSIONS__ -D__sun__ -DHAVE_ALLOCA_H
endif
ifeq ($(uname_O),Cygwin)
-@@ -1843,8 +1835,8 @@ DEFAULT_PAGER_CQ_SQ = $(subst ','\'',$(D
- BASIC_CFLAGS += -DDEFAULT_PAGER='$(DEFAULT_PAGER_CQ_SQ)'
+@@ -1915,8 +1908,8 @@ SHELL_PATH_CQ_SQ = $(subst ','\'',$(SHEL
+ BASIC_CFLAGS += -DSHELL_PATH='$(SHELL_PATH_CQ_SQ)'
endif
-ALL_CFLAGS += $(BASIC_CFLAGS)
@@ -57,7 +57,7 @@ $NetBSD: patch-aa,v 1.16 2012/03/09 17:02:14 adam Exp $
export DIFF TAR INSTALL DESTDIR SHELL_PATH
-@@ -2464,7 +2456,6 @@ ifndef NO_GETTEXT
+@@ -2563,7 +2556,6 @@ ifndef NO_GETTEXT
endif
ifndef NO_PERL
$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
diff --git a/devel/scmgit-base/patches/patch-ae b/devel/scmgit-base/patches/patch-ae
index f8e9be68124..079c6da220c 100644
--- a/devel/scmgit-base/patches/patch-ae
+++ b/devel/scmgit-base/patches/patch-ae
@@ -1,11 +1,11 @@
-$NetBSD: patch-ae,v 1.4 2012/02/06 13:11:35 adam Exp $
+$NetBSD: patch-ae,v 1.5 2012/07/09 14:30:50 adam Exp $
In pkgsrc, all Perl modules are installed into vendor_perl, not
site_perl.
--- perl/Makefile.orig 2008-08-17 16:43:06.000000000 -0400
+++ perl/Makefile
-@@ -12,7 +12,7 @@ ifndef V
+@@ -13,7 +13,7 @@ ifndef V
endif
all install instlibdir: $(makfile)
diff --git a/devel/scmgit-base/patches/patch-af b/devel/scmgit-base/patches/patch-af
index 74ea071ecd6..938021384d1 100644
--- a/devel/scmgit-base/patches/patch-af
+++ b/devel/scmgit-base/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.6 2012/02/06 13:11:35 adam Exp $
+$NetBSD: patch-af,v 1.7 2012/07/09 14:30:50 adam Exp $
--- Documentation/Makefile.orig 2010-10-22 03:49:16.000000000 +0000
+++ Documentation/Makefile
-@@ -177,16 +177,16 @@ pdf: user-manual.pdf
+@@ -187,16 +187,16 @@ pdf: user-manual.pdf
install: install-man
install-man: man