Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 08:01:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200929] Implemented USE_SCMREPO: direct fetching of port source from SCM repository
Message-ID:  <bug-200929-13-fYHJGdeqJh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200929-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200929-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200929

--- Comment #1 from Mathieu Arnold <mat@FreeBSD.org> ---
Mmm, it seems it supports svn and git, so the first line of the comment should
be amended.

${PORTNAME}-${PORTVERSION} should be changed into ${DISTNAME}.

"x${NO_CHECKSUM}" = "x" should be changed into -z "${NO_CHECKSUM}" 

${FIND} -exec should use {} +, not {} \;

Subversion has a --config-option config:miscellany:use-commit-times=yes that
could be used so that all the touch'ing is restricted to git.

Then, git has git archive, which does generate a .tar.gz in a reproducible way,
then the tar'ing could be restricted to the svn case, and the touch'ing
removed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200929-13-fYHJGdeqJh>