diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-31 04:04:52 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-31 04:04:52 +0000 |
commit | c5114301454ab2997551bc1b14f2d13bd99359b9 (patch) | |
tree | 6e4b4a876432fa03edd8524548d824128373d613 /misc/git | |
parent | d1f61c476bc47930d66fd7b085888cbe2cca4c6f (diff) | |
download | ports-c5114301454ab2997551bc1b14f2d13bd99359b9.tar.gz ports-c5114301454ab2997551bc1b14f2d13bd99359b9.zip |
Notes
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/git/distinfo | 2 | ||||
-rw-r--r-- | misc/git/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index 8aaa3e023976..66d52b22e7b5 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -6,10 +6,10 @@ # PORTNAME= git -PORTVERSION= 4.3.19 +PORTVERSION= 4.3.20 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= git +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jseger@FreeBSD.org diff --git a/misc/git/distinfo b/misc/git/distinfo index 8d3faee53bf3..a0948866f870 100644 --- a/misc/git/distinfo +++ b/misc/git/distinfo @@ -1 +1 @@ -MD5 (git-4.3.19.tar.gz) = 43b626807b80b7a540b96154594c09d2 +MD5 (git-4.3.20.tar.gz) = 72b01d5f9905951137ac1bb87d7e431c diff --git a/misc/git/pkg-plist b/misc/git/pkg-plist index 78a252d436fc..7b012aaf9e0f 100644 --- a/misc/git/pkg-plist +++ b/misc/git/pkg-plist @@ -11,10 +11,12 @@ bin/gitview bin/gitwhich bin/gitwipe bin/gitxgrep +@unexec install-info --delete %D/info/git.info %D/info/dir info/git.info info/git.info-1 info/git.info-2 info/git.info-3 +@exec install-info %D/info/git.info %D/info/dir share/git/.gitrc.aixterm share/git/.gitrc.ansi share/git/.gitrc.common |