[1] Update to 1.4.4
[2] Add emacs support files. PR: [2] ports/105519 Submitted by: [2] Max N. Boyarov <m.boyarov@bsd.by>
This commit is contained in:
parent
8ff7d5fca8
commit
be870afa89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177366
3 changed files with 33 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= git
|
||||
PORTVERSION= 1.4.3.4
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
|
||||
|
||||
|
@ -61,6 +61,7 @@ MAN1= git-add.1 \
|
|||
git-fetch.1 \
|
||||
git-fmt-merge-msg.1 \
|
||||
git-format-patch.1 \
|
||||
git-for-each-ref.1 \
|
||||
git-fsck-objects.1 \
|
||||
git-get-tar-commit-id.1 \
|
||||
git-grep.1 \
|
||||
|
@ -91,6 +92,7 @@ MAN1= git-add.1 \
|
|||
git-p4import.1 \
|
||||
git-pack-objects.1 \
|
||||
git-pack-redundant.1 \
|
||||
git-pack-refs.1 \
|
||||
git-parse-remote.1 \
|
||||
git-patch-id.1 \
|
||||
git-peek-remote.1 \
|
||||
|
@ -120,6 +122,7 @@ MAN1= git-add.1 \
|
|||
git-shortlog.1 \
|
||||
git-show-branch.1 \
|
||||
git-show-index.1 \
|
||||
git-show-ref.1 \
|
||||
git-show.1 \
|
||||
git-ssh-fetch.1 \
|
||||
git-ssh-upload.1 \
|
||||
|
@ -143,7 +146,7 @@ MAN1= git-add.1 \
|
|||
git-whatchanged.1 \
|
||||
git-write-tree.1 \
|
||||
gitk.1
|
||||
MAN3= Git.3 private-Error.3
|
||||
MAN3= Git.3
|
||||
MAN7= git.7
|
||||
|
||||
USE_PERL5= yes
|
||||
|
@ -160,4 +163,16 @@ MAKE_ENV+= CURLDIR=${LOCALBASE} \
|
|||
PERL_PATH=${PERL}
|
||||
MAKE_ARGS+= prefix="${PREFIX}"
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/emacs/site-lisp/git
|
||||
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp/git
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
|
||||
${PREFIX}/share/emacs/site-lisp/git/
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/emacs/vc-git.el \
|
||||
${PREFIX}/share/emacs/site-lisp/git/
|
||||
${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git.el \
|
||||
${PREFIX}/lib/xemacs/site-lisp/git/git.el
|
||||
${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/vc-git.el \
|
||||
${PREFIX}/lib/xemacs/site-lisp/git/vc-git.el
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (git-1.4.3.4.tar.gz) = 8e69df0e540a68ccb2676895627bff32
|
||||
SHA256 (git-1.4.3.4.tar.gz) = 6d545f40775adbcdfdc2c5198eb6d26b844b839406e5e4a4984b1408a9edbd23
|
||||
SIZE (git-1.4.3.4.tar.gz) = 1014501
|
||||
MD5 (git-1.4.4.tar.gz) = 0b85c66d9b7220f3b71745186d062941
|
||||
SHA256 (git-1.4.4.tar.gz) = 0397c441cc48e5929c1e3a55be81206a41741eeec055b29554d97d16fcb7cfaf
|
||||
SIZE (git-1.4.4.tar.gz) = 1051442
|
||||
|
|
|
@ -35,6 +35,7 @@ bin/git-diff-tree
|
|||
bin/git-fetch
|
||||
bin/git-fetch-pack
|
||||
bin/git-fmt-merge-msg
|
||||
bin/git-for-each-ref
|
||||
bin/git-format-patch
|
||||
bin/git-fsck-objects
|
||||
bin/git-get-tar-commit-id
|
||||
|
@ -73,6 +74,7 @@ bin/git-name-rev
|
|||
bin/git-p4import
|
||||
bin/git-pack-objects
|
||||
bin/git-pack-redundant
|
||||
bin/git-pack-refs
|
||||
bin/git-parse-remote
|
||||
bin/git-patch-id
|
||||
bin/git-peek-remote
|
||||
|
@ -104,6 +106,7 @@ bin/git-shortlog
|
|||
bin/git-show
|
||||
bin/git-show-branch
|
||||
bin/git-show-index
|
||||
bin/git-show-ref
|
||||
bin/git-ssh-fetch
|
||||
bin/git-ssh-pull
|
||||
bin/git-ssh-push
|
||||
|
@ -128,9 +131,11 @@ bin/git-verify-tag
|
|||
bin/git-whatchanged
|
||||
bin/git-write-tree
|
||||
bin/gitk
|
||||
%%SITE_PERL%%/Error.pm
|
||||
%%SITE_PERL%%/Git.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/.packlist
|
||||
lib/xemacs/site-lisp/git/git.el
|
||||
lib/xemacs/site-lisp/git/vc-git.el
|
||||
share/emacs/site-lisp/git/git.el
|
||||
share/emacs/site-lisp/git/vc-git.el
|
||||
share/git-core/python/gitMergeCommon.py
|
||||
share/git-core/templates/description
|
||||
share/git-core/templates/hooks/applypatch-msg
|
||||
|
@ -143,6 +148,12 @@ share/git-core/templates/hooks/pre-rebase
|
|||
share/git-core/templates/hooks/update
|
||||
share/git-core/templates/info/exclude
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git
|
||||
@dirrm lib/xemacs/site-lisp/git
|
||||
@dirrmtry lib/xemacs/site-lisp
|
||||
@dirrmtry lib/xemacs
|
||||
@dirrm share/emacs/site-lisp/git
|
||||
@dirrmtry share/emacs/site-lisp
|
||||
@dirrmtry share/emacs
|
||||
@dirrm share/git-core/templates/branches
|
||||
@dirrm share/git-core/templates/hooks
|
||||
@dirrm share/git-core/templates/info
|
||||
|
|
Loading…
Reference in a new issue