[Bug 199938] games/wxlauncher: drop DISTNAME hack for USE_GITHUB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 4 22:21:30 UTC 2015


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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: lightside at gmx.com
             Flags: maintainer-feedback?(lightside at gmx.com)
                CC: lightside at 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.


More information about the freebsd-ports-bugs mailing list