[Bug 200929] Implemented USE_SCMREPO: direct fetching of port source from SCM repository

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 17 13:16:42 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200929

--- Comment #1 from Mathieu Arnold <mat at 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.


More information about the freebsd-ports-bugs mailing list