Opened 3 years ago
Closed 3 years ago
#63296 closed defect (fixed)
lua-luafilesystem: duplicate port
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | gpanders (Gregory Anders) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | lua-luafilesystem |
Description
[fea7b9e98cb9e6df2c8a170e7ce05a9f8653d2a6/macports-ports] added a new port lua-luafilesystem in the lua primary category.
A lua-luafilesystem port already existed in the devel category. It was added in 2009 in [7dbc0115ec72b3dc5938a4261bbdfaf05869aaff/macports-ports].
This duplication has caused our buildbot portindex job to fail ever since then:
ERROR: duplicate key value violates unique constraint "portfiles_pkey" DETAIL: Key (name)=(lua-luafilesystem) already exists.
Which of the two lua-luafilesystem ports shall we keep? Can you submit a PR to delete the duplicate, whichever one we decide not to keep?
Change History (4)
comment:1 Changed 3 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
comment:2 Changed 3 years ago by gpanders (Gregory Anders)
comment:3 Changed 3 years ago by gpanders (Gregory Anders)
comment:4 Changed 3 years ago by gpanders (Gregory Anders)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Good catch, apparently there are a number of lua-* ports under devel that I wasn't aware of.
Seeing as we now have a dedicated
lua
category, as well as aluarocks
PortGroup (both of which the new lua-filesystem port uses), I propose we obsolete the one in devel and keep the one under lua. I'll submit a PR right now.