mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- [1]: Update to 1.6.2.4
- [2]: Respect WITHOUT_X11 along with WITHOUT_GUI Changelogs between old version and 1.6.2.4 are at: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt PR: ports/133925 [1], private mail [2] Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1] Dmitry Morozovsky <marck@rinet.ru> [2]
This commit is contained in:
parent
7f39fba979
commit
443494d58f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232866
4 changed files with 15 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= git
|
PORTNAME= git
|
||||||
PORTVERSION= 1.6.2.2
|
PORTVERSION= 1.6.2.4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
|
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
|
||||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||||
|
@ -173,6 +173,7 @@ USE_GMAKE= yes
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
MAKE_ENV+= CURLDIR=${LOCALBASE} \
|
MAKE_ENV+= CURLDIR=${LOCALBASE} \
|
||||||
NEEDS_LIBICONV=yes \
|
NEEDS_LIBICONV=yes \
|
||||||
|
OLD_ICONV=yes \
|
||||||
PERL_PATH=${PERL} \
|
PERL_PATH=${PERL} \
|
||||||
LIBMD_SHA1=yes
|
LIBMD_SHA1=yes
|
||||||
MAKE_ARGS+= prefix="${PREFIX}"
|
MAKE_ARGS+= prefix="${PREFIX}"
|
||||||
|
@ -198,7 +199,7 @@ PLIST_SUB+= HTMLDOCS=""
|
||||||
PLIST_SUB+= HTMLDOCS="@comment "
|
PLIST_SUB+= HTMLDOCS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifndef (WITHOUT_GUI)
|
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_X11)
|
||||||
USE_TK= 84+
|
USE_TK= 84+
|
||||||
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
|
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
|
||||||
MAN1+= git-citool.1 \
|
MAN1+= git-citool.1 \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
MD5 (git-1.6.2.2.tar.bz2) = d219aa5480ed6396f8ab968f3f7eb0f9
|
MD5 (git-1.6.2.4.tar.bz2) = c24d796879bb09e1cc5545bf3a3d7cf6
|
||||||
SHA256 (git-1.6.2.2.tar.bz2) = 7b440c1589de36e94b751cfb3b9d60d9a3131eeab8229e759a1fd0328ea36166
|
SHA256 (git-1.6.2.4.tar.bz2) = 7f33a25798452a637740a65591608777e876cc6774162c50ace3822c0532a10f
|
||||||
SIZE (git-1.6.2.2.tar.bz2) = 2016513
|
SIZE (git-1.6.2.4.tar.bz2) = 2019308
|
||||||
MD5 (git-manpages-1.6.2.2.tar.bz2) = 88f9c5c6d092173ac47be23c82ab5e46
|
MD5 (git-manpages-1.6.2.4.tar.bz2) = 7a1c179cfc1ee135dc54877be9c6a5f3
|
||||||
SHA256 (git-manpages-1.6.2.2.tar.bz2) = e6dc1cf2e2e2748314300c825a36ff808158d5d288b7d75009c40972a338f6f5
|
SHA256 (git-manpages-1.6.2.4.tar.bz2) = 68ad3a55a2bd0bdad8e180586700450e1bdc499809684c225780d6d4d3a88208
|
||||||
SIZE (git-manpages-1.6.2.2.tar.bz2) = 236466
|
SIZE (git-manpages-1.6.2.4.tar.bz2) = 236920
|
||||||
MD5 (git-1.6.2.2.tar.bz2.sign) = a60bdcbef8b0611f5327cf549d00da79
|
MD5 (git-1.6.2.4.tar.bz2.sign) = 8d87df5faf6874935aa8063cb948d4da
|
||||||
SHA256 (git-1.6.2.2.tar.bz2.sign) = a54a7b0c474d8b6216b5fecb0387d8ebd39499f98c19c6d2c970e55b0c539f30
|
SHA256 (git-1.6.2.4.tar.bz2.sign) = 50566b69673b24572edf219ba6884c917d9860a15cbaf8d94c6e0acaa614b594
|
||||||
SIZE (git-1.6.2.2.tar.bz2.sign) = 248
|
SIZE (git-1.6.2.4.tar.bz2.sign) = 248
|
||||||
|
|
|
@ -8,4 +8,4 @@ to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
|
||||||
GIT working directory is a full-fledged repository with full revision tracking
|
GIT working directory is a full-fledged repository with full revision tracking
|
||||||
capabilities, not dependent on network access to a central server.
|
capabilities, not dependent on network access to a central server.
|
||||||
|
|
||||||
WWW: http://git.or.cz/
|
WWW: http://git-scm.org/
|
||||||
|
|
|
@ -528,6 +528,8 @@ share/git-core/templates/info/exclude
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.1.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.1.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.2.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.2.txt
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.3.txt
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes-1.6.2.4.txt
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/INSTALL
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/INSTALL
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/README
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/README
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/git-favicon.png
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/git-favicon.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue