Upgrade to git-4.3.17

Change MAINTAINER from ports->me
This commit is contained in:
Justin M. Seger 1998-05-03 22:03:54 +00:00
parent bcd91c8c98
commit a22982e021
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10826
10 changed files with 92 additions and 28 deletions

View file

@ -1,24 +1,23 @@
# New ports collection makefile for: git
# Version required: 4.3.16
# Version required: 4.3.17
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp $
# $Id: Makefile,v 1.9 1997/10/07 08:56:30 tg Exp $
#
DISTNAME= git-4.3.16
DISTNAME= git-4.3.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
MAINTAINER= jseger@FreeBSD.ORG
GNU_CONFIGURE= YES
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
gitps.1 gitrgrep.1 gitview.1
pre-install:
pre-patch:
${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (git-4.3.16.tar.gz) = 24573e5983e437ea0f4368e4b6308463
MD5 (git-4.3.17.tar.gz) = cea08ad494a1b801acac00c14e5147f0

View file

@ -1,11 +1,11 @@
--- term/Makefile.in.orig Tue Dec 3 01:06:49 1996
+++ term/Makefile.in Tue Oct 7 10:24:36 1997
@@ -43,7 +43,7 @@
--- term/Makefile.in.orig Sat Mar 14 16:31:20 1998
+++ term/Makefile.in Sun May 3 13:01:42 1998
@@ -46,7 +46,7 @@
GIT_TERMS = .gitrc.thix .gitrc.linux .gitrc.vt100 .gitrc.vt102\
.gitrc.xterm .gitrc.hpterm .gitrc.ansi .gitrc.generic\
.gitrc.common .gitrc.minix .gitrc.aixterm .gitrc.hft\
- .gitrc.mach .gitrc.xterm-color
+ .gitrc.mach .gitrc.xterm-color .gitrc.cons25
.gitrc.minix .gitrc.aixterm .gitrc.hft .gitrc.mach\
- .gitrc.xterm-color
+ .gitrc.xterm-color .gitrc.cons25
GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.pc3
GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.eterm .gitrc.pc3

11
misc/git/files/patch-ac Normal file
View file

@ -0,0 +1,11 @@
--- term/.gitrc.cons25.orig Sat Jun 15 17:00:30 1996
+++ term/.gitrc.cons25 Sat Jun 15 17:05:28 1996
@@ -24,7 +24,7 @@
[Setup]
TempDirectory = /tmp
AnsiColors = ON # empty means OFF
-UseLastScreenChar = OFF # use the last character on the screen
+UseLastScreenChar = ON # use the last character on the screen
StartupScrollStep = # empty means half the number of lines

View file

@ -14,17 +14,35 @@ info/git.info
info/git.info-1
info/git.info-2
info/git.info-3
lib/git/html/git_1.html
lib/git/html/git_10.html
lib/git/html/git_2.html
lib/git/html/git_3.html
lib/git/html/git_4.html
lib/git/html/git_5.html
lib/git/html/git_6.html
lib/git/html/git_7.html
lib/git/html/git_8.html
lib/git/html/git_9.html
lib/git/html/git_toc.html
lib/git/term/.gitrc.aixterm
lib/git/term/.gitrc.ansi
lib/git/term/.gitrc.common
lib/git/term/.gitrc.cons25
lib/git/term/.gitrc.console
lib/git/term/.gitrc.dtterm
lib/git/term/.gitrc.eterm
lib/git/term/.gitrc.generic
lib/git/term/.gitrc.hft
lib/git/term/.gitrc.hp
lib/git/term/.gitrc.hpterm
lib/git/term/.gitrc.iris-ansi
lib/git/term/.gitrc.iris-ansi-net
lib/git/term/.gitrc.linux
lib/git/term/.gitrc.mach
lib/git/term/.gitrc.minix
lib/git/term/.gitrc.pc3
lib/git/term/.gitrc.screen
lib/git/term/.gitrc.sun
lib/git/term/.gitrc.sun-cmd
lib/git/term/.gitrc.thix
@ -40,6 +58,7 @@ lib/git/term/.gitrc.vt320
lib/git/term/.gitrc.vt400
lib/git/term/.gitrc.vt420
lib/git/term/.gitrc.xterm
lib/git/term/.gitrc.xterm-color
lib/git/term/.gitrc.xterms
man/man1/git.1.gz
man/man1/gitaction.1.gz
@ -48,3 +67,6 @@ man/man1/gitkeys.1.gz
man/man1/gitrgrep.1.gz
man/man1/gitps.1.gz
man/man1/gitview.1.gz
@dirrm lib/git/term
@dirrm lib/git/html
@dirrm lib/git

View file

@ -1,24 +1,23 @@
# New ports collection makefile for: git
# Version required: 4.3.16
# Version required: 4.3.17
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp $
# $Id: Makefile,v 1.9 1997/10/07 08:56:30 tg Exp $
#
DISTNAME= git-4.3.16
DISTNAME= git-4.3.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
MAINTAINER= jseger@FreeBSD.ORG
GNU_CONFIGURE= YES
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
gitps.1 gitrgrep.1 gitview.1
pre-install:
pre-patch:
${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (git-4.3.16.tar.gz) = 24573e5983e437ea0f4368e4b6308463
MD5 (git-4.3.17.tar.gz) = cea08ad494a1b801acac00c14e5147f0

View file

@ -1,11 +1,11 @@
--- term/Makefile.in.orig Tue Dec 3 01:06:49 1996
+++ term/Makefile.in Tue Oct 7 10:24:36 1997
@@ -43,7 +43,7 @@
--- term/Makefile.in.orig Sat Mar 14 16:31:20 1998
+++ term/Makefile.in Sun May 3 13:01:42 1998
@@ -46,7 +46,7 @@
GIT_TERMS = .gitrc.thix .gitrc.linux .gitrc.vt100 .gitrc.vt102\
.gitrc.xterm .gitrc.hpterm .gitrc.ansi .gitrc.generic\
.gitrc.common .gitrc.minix .gitrc.aixterm .gitrc.hft\
- .gitrc.mach .gitrc.xterm-color
+ .gitrc.mach .gitrc.xterm-color .gitrc.cons25
.gitrc.minix .gitrc.aixterm .gitrc.hft .gitrc.mach\
- .gitrc.xterm-color
+ .gitrc.xterm-color .gitrc.cons25
GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.pc3
GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.eterm .gitrc.pc3

11
misc/gnuit/files/patch-ac Normal file
View file

@ -0,0 +1,11 @@
--- term/.gitrc.cons25.orig Sat Jun 15 17:00:30 1996
+++ term/.gitrc.cons25 Sat Jun 15 17:05:28 1996
@@ -24,7 +24,7 @@
[Setup]
TempDirectory = /tmp
AnsiColors = ON # empty means OFF
-UseLastScreenChar = OFF # use the last character on the screen
+UseLastScreenChar = ON # use the last character on the screen
StartupScrollStep = # empty means half the number of lines

View file

@ -14,17 +14,35 @@ info/git.info
info/git.info-1
info/git.info-2
info/git.info-3
lib/git/html/git_1.html
lib/git/html/git_10.html
lib/git/html/git_2.html
lib/git/html/git_3.html
lib/git/html/git_4.html
lib/git/html/git_5.html
lib/git/html/git_6.html
lib/git/html/git_7.html
lib/git/html/git_8.html
lib/git/html/git_9.html
lib/git/html/git_toc.html
lib/git/term/.gitrc.aixterm
lib/git/term/.gitrc.ansi
lib/git/term/.gitrc.common
lib/git/term/.gitrc.cons25
lib/git/term/.gitrc.console
lib/git/term/.gitrc.dtterm
lib/git/term/.gitrc.eterm
lib/git/term/.gitrc.generic
lib/git/term/.gitrc.hft
lib/git/term/.gitrc.hp
lib/git/term/.gitrc.hpterm
lib/git/term/.gitrc.iris-ansi
lib/git/term/.gitrc.iris-ansi-net
lib/git/term/.gitrc.linux
lib/git/term/.gitrc.mach
lib/git/term/.gitrc.minix
lib/git/term/.gitrc.pc3
lib/git/term/.gitrc.screen
lib/git/term/.gitrc.sun
lib/git/term/.gitrc.sun-cmd
lib/git/term/.gitrc.thix
@ -40,6 +58,7 @@ lib/git/term/.gitrc.vt320
lib/git/term/.gitrc.vt400
lib/git/term/.gitrc.vt420
lib/git/term/.gitrc.xterm
lib/git/term/.gitrc.xterm-color
lib/git/term/.gitrc.xterms
man/man1/git.1.gz
man/man1/gitaction.1.gz
@ -48,3 +67,6 @@ man/man1/gitkeys.1.gz
man/man1/gitrgrep.1.gz
man/man1/gitps.1.gz
man/man1/gitview.1.gz
@dirrm lib/git/term
@dirrm lib/git/html
@dirrm lib/git