svn commit: r313978 - head/devel/git
Wesley Shields
wxs at FreeBSD.org
Tue Mar 12 14:18:25 UTC 2013
Author: wxs
Date: Tue Mar 12 14:18:23 2013
New Revision: 313978
URL: http://svnweb.freebsd.org/changeset/ports/313978
Log:
Update to 1.8.1.5.
Modified:
head/devel/git/Makefile
head/devel/git/distinfo
head/devel/git/pkg-plist
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Tue Mar 12 13:57:59 2013 (r313977)
+++ head/devel/git/Makefile Tue Mar 12 14:18:23 2013 (r313978)
@@ -6,7 +6,7 @@
#
PORTNAME= git
-PORTVERSION= 1.8.1.3
+PORTVERSION= 1.8.1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
@@ -119,7 +119,6 @@ MAN1= git.1 \
git-relink.1 \
git-remote-ext.1 \
git-remote-fd.1 \
- git-remote-helpers.1 \
git-remote-testgit.1 \
git-remote.1 \
git-repack.1 \
@@ -164,6 +163,7 @@ MAN1= git.1 \
git-web--browse.1 \
git-whatchanged.1 \
git-write-tree.1 \
+ gitremote-helpers.1 \
gitweb.1
MAN5= gitattributes.5 \
githooks.5 \
Modified: head/devel/git/distinfo
==============================================================================
--- head/devel/git/distinfo Tue Mar 12 13:57:59 2013 (r313977)
+++ head/devel/git/distinfo Tue Mar 12 14:18:23 2013 (r313978)
@@ -1,6 +1,6 @@
-SHA256 (git-1.8.1.3.tar.gz) = 3753247dbfd802aaf1cb2c917b8e873b6ed13c009ab0fa5f7d90b3c759195ff1
-SIZE (git-1.8.1.3.tar.gz) = 4302035
-SHA256 (git-manpages-1.8.1.3.tar.gz) = 98f61ba6cf649f3c7cb62a40194a986f7561f648f81ad3d9e0ecda646d908539
-SIZE (git-manpages-1.8.1.3.tar.gz) = 528587
-SHA256 (git-htmldocs-1.8.1.3.tar.gz) = 9affbcd61d3d93331ae2cf1cebf013e1f064df68f7687d88f7e1a66c864e73bb
-SIZE (git-htmldocs-1.8.1.3.tar.gz) = 2057871
+SHA256 (git-1.8.1.5.tar.gz) = f8b0be6e53e866f83cde64fa947011ebac56077bd1273c2e894038878986b955
+SIZE (git-1.8.1.5.tar.gz) = 4306780
+SHA256 (git-manpages-1.8.1.5.tar.gz) = b171761f13deb738a2464c9d3967c12539067a34d6f2bfa5739a1006786fd24a
+SIZE (git-manpages-1.8.1.5.tar.gz) = 528540
+SHA256 (git-htmldocs-1.8.1.5.tar.gz) = 108e34217b2668945ca78b36b08ceeb9fe283617fe68b8f181219076bb225de0
+SIZE (git-htmldocs-1.8.1.5.tar.gz) = 2060977
Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist Tue Mar 12 13:57:59 2013 (r313977)
+++ head/devel/git/pkg-plist Tue Mar 12 14:18:23 2013 (r313978)
@@ -413,7 +413,8 @@ share/git-core/templates/info/exclude
%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.html
%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.txt
%%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.txt
+%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.txt
+%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html
%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.html
%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.txt
%%HTMLDOCS%%%%DOCSDIR%%/git-repack.html
@@ -983,6 +984,8 @@ share/git-core/templates/info/exclude
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.1.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.2.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.3.txt
+%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.4.txt
+%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.5.txt
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css
More information about the svn-ports-all
mailing list