Opened 4 years ago

Closed 4 years ago

#59729 closed defect (fixed)

mariadb-10.2 @10.2.29: downloads head of 10.2 branch instead of desired tag

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: jonasjonas (Frank Hellenkamp)
Port: mariadb-10.2

Description

The mariadb-10.2 port has had multiple stealth updates recently, and the reason appears to be that the port is downloading from the head of the 10.2 branch, rather than the intended fixed tag.

This happens because the port sets git.branch ${version_branch}. It probably shouldn't do that. git.branch is the variable that controls which commit/branch/tag will be downloaded. By default it is set to the third parameter of the github.setup call.

Change History (3)

comment:1 Changed 4 years ago by jonasjonas (Frank Hellenkamp)

Cc: jonasjonas added

comment:2 Changed 4 years ago by michaelld (Michael Dickens)

OK thanks! ... this explains what's going on! I clearly didn't do the transition to GitHub PG correctly. I'll figure out the right way to do this & fix it.

comment:3 Changed 4 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

In 788237e8e6f2a6068eab36de2dac908c2d9af7fd/macports-ports (master):

mariadb-10.2: fix to use the actual 10.2.29 release, not the GIT master branch HEAD

Should now not have stealth updates ... my bad! :-)

Closes: #59729

Note: See TracTickets for help on using tickets.