Update to git-1.5.2.4. Tested by Daniel Dickman , thanks!
This commit is contained in:
parent
2fe1d3a47c
commit
bfe930644a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/07/12 18:26:04 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2007/07/24 05:16:04 bernd Exp $
|
||||
|
||||
COMMENT-main= "GIT - Tree History Storage Tool"
|
||||
COMMENT-svn= "GIT - subversion interoperability tools"
|
||||
COMMENT-main= GIT - Tree History Storage Tool
|
||||
COMMENT-svn= GIT - subversion interoperability tools
|
||||
|
||||
V= 1.5.2.3
|
||||
V= 1.5.2.4
|
||||
DISTNAME= git-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-svn= git-svn-${V}
|
||||
|
@ -1,15 +1,15 @@
|
||||
MD5 (git-1.5.2.3.tar.gz) = 4g3Q2VemvPAQbQaFDwJjHg==
|
||||
MD5 (git-htmldocs-1.5.2.3.tar.gz) = HQKGskNoNp+SYOo+zhodhw==
|
||||
MD5 (git-manpages-1.5.2.3.tar.gz) = 0uoGqCmzcG94iPU3u345Zw==
|
||||
RMD160 (git-1.5.2.3.tar.gz) = jgKG597EPWsN+6MS9YldcmB3irY=
|
||||
RMD160 (git-htmldocs-1.5.2.3.tar.gz) = 5xRMCbraYZmzuIhNgaduUpek/6s=
|
||||
RMD160 (git-manpages-1.5.2.3.tar.gz) = 4yZVh3QSslbI+BGW22ZxzwtmZtA=
|
||||
SHA1 (git-1.5.2.3.tar.gz) = b6OIiEDKbefY1bf9rEaEk5PYk90=
|
||||
SHA1 (git-htmldocs-1.5.2.3.tar.gz) = jfyl8ZjVkpFcbjYAJlFksRHtPuk=
|
||||
SHA1 (git-manpages-1.5.2.3.tar.gz) = TiIn+3tCap9VwxAF/OaCJvouwzU=
|
||||
SHA256 (git-1.5.2.3.tar.gz) = /vv36YeLUdKN7d4uZ+QVoNljkLE9AdgzPyqxfzBRu2E=
|
||||
SHA256 (git-htmldocs-1.5.2.3.tar.gz) = wzy/QV4bGGsNaxbnp8rjsbCtMFD+NO/Hpt1R4DIublI=
|
||||
SHA256 (git-manpages-1.5.2.3.tar.gz) = SBYaOycbL3oOPQioYPb6frLJwiwacABhulCOWOaiY1A=
|
||||
SIZE (git-1.5.2.3.tar.gz) = 1411121
|
||||
SIZE (git-htmldocs-1.5.2.3.tar.gz) = 737035
|
||||
SIZE (git-manpages-1.5.2.3.tar.gz) = 209221
|
||||
MD5 (git-1.5.2.4.tar.gz) = qFN9hwfG6FLRlUW8FtGvuA==
|
||||
MD5 (git-htmldocs-1.5.2.4.tar.gz) = Qr5EUvv1YPvwOZHhg+KoKg==
|
||||
MD5 (git-manpages-1.5.2.4.tar.gz) = c5rje3vnmSXuLwpZ0SDACg==
|
||||
RMD160 (git-1.5.2.4.tar.gz) = psM+M1WOVTyiPdGrBJh93mafkT8=
|
||||
RMD160 (git-htmldocs-1.5.2.4.tar.gz) = UUwunz1bbgtlNzKjRIfHdKDPvFw=
|
||||
RMD160 (git-manpages-1.5.2.4.tar.gz) = QYqvw3aRqlJQudRKoi7+ZDO8RQI=
|
||||
SHA1 (git-1.5.2.4.tar.gz) = EcC9cuU7cPHE5cEJ4IxHhUl4Vm0=
|
||||
SHA1 (git-htmldocs-1.5.2.4.tar.gz) = Xo70jgmmvKLcgOFIiGVDMBqle80=
|
||||
SHA1 (git-manpages-1.5.2.4.tar.gz) = 0A4kAJqgqBY27TYumwF2THjaVXk=
|
||||
SHA256 (git-1.5.2.4.tar.gz) = r3gUM0u5XH42VGd/QyzhfU5PyzZxEMGc/nYfLSDLPPA=
|
||||
SHA256 (git-htmldocs-1.5.2.4.tar.gz) = JlhqZ3BNFpwfGnhZXmCcvv/aDOBW3NCG9pOsmvSNDdY=
|
||||
SHA256 (git-manpages-1.5.2.4.tar.gz) = SqVjipmKphbuVVEPoqtMzqLONzOf57yUivLN58VVEz8=
|
||||
SIZE (git-1.5.2.4.tar.gz) = 1412764
|
||||
SIZE (git-htmldocs-1.5.2.4.tar.gz) = 738433
|
||||
SIZE (git-manpages-1.5.2.4.tar.gz) = 209310
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-git-cvsimport_perl,v 1.1 2007/07/12 18:26:04 bernd Exp $
|
||||
$OpenBSD: patch-git-cvsimport_perl,v 1.2 2007/07/24 05:16:04 bernd Exp $
|
||||
|
||||
Backport commit 7051c3b1294a110a862a7b48e983490fba32389f from the git
|
||||
repository to fix a problem with git-cvsimport.
|
||||
|
||||
Fixed in git > 1.5.2.3.
|
||||
Fixed in git 1.5.3.x.
|
||||
|
||||
--- git-cvsimport.perl.orig Thu Jul 12 19:24:26 2007
|
||||
+++ git-cvsimport.perl Thu Jul 12 19:24:54 2007
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2007/07/12 18:26:04 bernd Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2007/07/24 05:16:04 bernd Exp $
|
||||
@pkgpath devel/git
|
||||
bin/git
|
||||
bin/git-add
|
||||
@ -297,6 +297,7 @@ share/doc/git/RelNotes-1.5.1.txt
|
||||
share/doc/git/RelNotes-1.5.2.1.txt
|
||||
share/doc/git/RelNotes-1.5.2.2.txt
|
||||
share/doc/git/RelNotes-1.5.2.3.txt
|
||||
share/doc/git/RelNotes-1.5.2.4.txt
|
||||
share/doc/git/RelNotes-1.5.2.txt
|
||||
share/doc/git/blame-options.txt
|
||||
share/doc/git/cmds-ancillaryinterrogators.txt
|
||||
|
Loading…
Reference in New Issue
Block a user