Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2015 22:21:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199938] games/wxlauncher: drop DISTNAME hack for USE_GITHUB
Message-ID:  <bug-199938-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 199938
           Summary: games/wxlauncher: drop DISTNAME hack for USE_GITHUB
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: lightside@gmx.com
             Flags: maintainer-feedback?(lightside@gmx.com)
                CC: lightside@gmx.com

Created attachment 156351
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156351&action=edit
v0

According to Porter's Handbook when "GH_TAGNAME is a slight variation from
PORTVERSION" one can use DISTVERSIONPREFIX for simplicity. While it wouldn't
deduplicate GH_ACCOUNT == GH_PROJECT case the style would be more similar to
other ports.

  # before
  $ make -V DISTNAME
  wxlauncher-0.9.6_GH0

  # after
  $ make -V DISTNAME
  wxLauncher-wxlauncher-release-0.9.6_GH0

Note, make sure to pick up ports r385420 when testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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