Bug 183027 - upgrade devel/git to 1.8.4.1
Summary: upgrade devel/git to 1.8.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 14:40 UTC by Jimmy Olgeni
Modified: 2013-10-17 19:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.96 KB, patch)
2013-10-16 14:40 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2013-10-16 14:40:01 UTC
Upgrade devel/git to 1.8.4.1.

This version has a FreeBSD-specific fix:

  In FreeBSD's and NetBSD's "sh", a return in a dot script in a
  function returns from the function, not only in the dot script,
  breaking "git rebase" on these platforms (regression introduced in
  1.8.4-rc1).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-16 14:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-17 19:06:48 UTC
Author: wxs
Date: Thu Oct 17 18:06:40 2013
New Revision: 330661
URL: http://svnweb.freebsd.org/changeset/ports/330661

Log:
  Update to 1.8.4.1.
  
  Among other things, this fixes git rebase.
  
  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.1.txt
  
  PR:		ports/183027
  Submitted by:	olgeni@

Modified:
  head/devel/git/Makefile
  head/devel/git/distinfo
  head/devel/git/pkg-plist

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Thu Oct 17 17:59:36 2013	(r330660)
+++ head/devel/git/Makefile	Thu Oct 17 18:06:40 2013	(r330661)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	git
-PORTVERSION=	1.8.4
+PORTVERSION=	1.8.4.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \

Modified: head/devel/git/distinfo
==============================================================================
--- head/devel/git/distinfo	Thu Oct 17 17:59:36 2013	(r330660)
+++ head/devel/git/distinfo	Thu Oct 17 18:06:40 2013	(r330661)
@@ -1,6 +1,6 @@
-SHA256 (git-1.8.4.tar.gz) = 51e8522c256ef8091c6fd5846b9cef8ba4e764819193b5b6cec570f530e6cb94
-SIZE (git-1.8.4.tar.gz) = 4657759
-SHA256 (git-manpages-1.8.4.tar.gz) = 854552e693b22a7ff1c25d2d710d87c8f7dad14888c946c10be60893fdee091f
-SIZE (git-manpages-1.8.4.tar.gz) = 564928
-SHA256 (git-htmldocs-1.8.4.tar.gz) = 5afc0d00e476975075c3658ffb628c2d4c4f11940ff379b600e2fdf8018d622a
-SIZE (git-htmldocs-1.8.4.tar.gz) = 2202854
+SHA256 (git-1.8.4.1.tar.gz) = f05c513a4a1d9d1ca1182ff43cfbccc1e8da0120f781aca415a5e3e1132451d3
+SIZE (git-1.8.4.1.tar.gz) = 4669033
+SHA256 (git-manpages-1.8.4.1.tar.gz) = 1466dcec43f27729cb368769fa2f50945b7323fd01c8b623bc7c6092a6e9e09d
+SIZE (git-manpages-1.8.4.1.tar.gz) = 565610
+SHA256 (git-htmldocs-1.8.4.1.tar.gz) = 36d18b0ca09b80dff20d9a7937022e7f123fcbe07562146230c7e5eaad4e2f74
+SIZE (git-htmldocs-1.8.4.1.tar.gz) = 2183784

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Thu Oct 17 17:59:36 2013	(r330660)
+++ head/devel/git/pkg-plist	Thu Oct 17 18:06:40 2013	(r330661)
@@ -1010,6 +1010,7 @@ share/git-core/templates/info/exclude
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.3.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.4.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.txt
+%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.1.txt
 %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
 %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
 %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css
@@ -1122,6 +1123,7 @@ share/git-core/templates/info/exclude
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9364-pull-by-rev.sh
+%%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9365-continuing-queries.sh
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/test-gitmw-lib.sh
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/test-gitmw.pl
 %%CONTRIB%%share/git-core/contrib/mw-to-git/t/.gitignore
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2013-10-17 19:06:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!