Update to 1.7.8.2.
Appease portlint by moving PROJECTHOST. Since moving to code.google.com the signatures haven't been published. Remove the signature checking for now. Changes: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.8.2.txt
This commit is contained in:
parent
c69a6cb118
commit
cf0cd0be41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288270
3 changed files with 9 additions and 21 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= git
|
||||
PORTVERSION= 1.7.8.1
|
||||
PORTVERSION= 1.7.8.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PROJECTHOST= git-core
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX}
|
||||
# We manually extract the htmldocs.
|
||||
|
@ -19,6 +18,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|||
MAINTAINER= wxs@FreeBSD.org
|
||||
COMMENT?= Distributed source code management tool
|
||||
|
||||
PROJECTHOST= git-core
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= git.1 \
|
||||
|
@ -331,19 +331,6 @@ PLIST_SUB+= ETCSHELLS=""
|
|||
PLIST_SUB+= ETCSHELLS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined (MAINTAINER_MODE)
|
||||
DISTFILES+= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sign \
|
||||
${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX}.sign
|
||||
.if defined (WITH_HTMLDOCS)
|
||||
DISTFILES+= ${PORTNAME}-htmldocs-${PORTVERSION}${EXTRACT_SUFX}.sign
|
||||
.endif
|
||||
verify: fetch
|
||||
.for FILE in ${DISTFILES:N*.sign}
|
||||
@${ECHO_MSG} "Checking ${FILE}${EXTRACT_SUFX}"
|
||||
@gpg --verify ${DISTDIR}/${FILE}${EXTRACT_SUFX}.sign ${DISTDIR}/${FILE}${EXTRACT_SUFX} 2>/dev/null || ${ECHO_MSG} "Bad signature!"
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if defined (WITH_HTMLDOCS)
|
||||
@${MKDIR} ${WRKDIR}/htmldocs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SHA256 (git-1.7.8.1.tar.gz) = e393aad2286f85f23e859ad64ddcc20b74bfa7788c85c56645757cb201c9006a
|
||||
SIZE (git-1.7.8.1.tar.gz) = 3539908
|
||||
SHA256 (git-manpages-1.7.8.1.tar.gz) = 1575acc41beb05ee4939508325a65ea01746982f2eeb77ed55bf1ffc673f54ef
|
||||
SIZE (git-manpages-1.7.8.1.tar.gz) = 496876
|
||||
SHA256 (git-htmldocs-1.7.8.1.tar.gz) = 6f68f05b76cb07fb9a671a2e59c79aac26deffd2ae3a46027520ef6f2fab404d
|
||||
SIZE (git-htmldocs-1.7.8.1.tar.gz) = 1695296
|
||||
SHA256 (git-1.7.8.2.tar.gz) = 2247f214fce3be72da3020947ce3fbfb7f6f9950a145897554e043cd63f9a3e3
|
||||
SIZE (git-1.7.8.2.tar.gz) = 3543890
|
||||
SHA256 (git-manpages-1.7.8.2.tar.gz) = 87b95eb0e6d93c71dcf850100a1ebdb2e06b86a03603a695f7ffb947f4da94a9
|
||||
SIZE (git-manpages-1.7.8.2.tar.gz) = 497249
|
||||
SHA256 (git-htmldocs-1.7.8.2.tar.gz) = c402b231b8d8b8ecae267a6e3b0224c473c0f0c3fd0e22915d07854276d8c800
|
||||
SIZE (git-htmldocs-1.7.8.2.tar.gz) = 1697858
|
||||
|
|
|
@ -869,6 +869,7 @@ share/git-core/templates/info/exclude
|
|||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.5.txt
|
||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.txt
|
||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.1.txt
|
||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.2.txt
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css
|
||||
|
|
Loading…
Reference in a new issue