-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The webpages appear to have the same dependencies:
- https://devgit.freshports.org/emulators/simh-hp3000 - port_id = 58860
- https://devgit.freshports.org/emulators/simh-hp3000?branch=quarterly - port_id = 59695
Is all that data pulled from the correct port_id?
on head:
freshports.devgit=# select * from port_dependencies where port_id = 58860;
port_id | port_id_dependent_upon | dependency_type
---------+------------------------+-----------------
58860 | 239 | B
58860 | 58437 | R
(2 rows)
On 2020Q3:
freshports.devgit=# select * from port_dependencies where port_id = 59695;
port_id | port_id_dependent_upon | dependency_type
---------+------------------------+-----------------
(0 rows)
To be clear, it appears the port on the branch has no entries in port_dependencies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels