Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 16:43:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198869] USE_GITHUB doesn't set WRKSRC correctly.
Message-ID:  <bug-198869-13-U2nR2noa2j@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198869-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198869-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=198869

--- Comment #9 from commit-hook@freebsd.org ---
A commit references this bug:

Author: bdrewery
Date: Tue Mar 24 16:42:39 UTC 2015
New revision: 382120
URL: https://svnweb.freebsd.org/changeset/ports/382120

Log:
  Github's main archive link silently is converting tags starting with 'v' to
  not have 'v' in the filename downloaded or the extraction directory. The
  filename is not an issue since we force to use DISTNAME via the ?dummy trick
  to fetch(1). Due to this though we must make the same replacement for tags
  since we are not using their filename (which matches the extraction dir).

  Incidentally this is working if DISTVERSIONPREFIX=v is used since that value
  was not used in WRKSRC.

  With hat:    portmgr
  PR:        198869

Changes:
  head/Mk/bsd.port.mk
  head/Mk/bsd.sites.mk

-- 
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-198869-13-U2nR2noa2j>