Bug 247209 - games/libretro: incorrect dependency with paralleln64
Summary: games/libretro: incorrect dependency with paralleln64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2020-06-12 15:22 UTC by Stéphane D'Alu
Modified: 2020-06-19 04:02 UTC (History)
4 users (show)

See Also:
dmenelkir: maintainer-feedback+
tcberner: merge-quarterly-


Attachments
libretro-v1.diff (760 bytes, patch)
2020-06-13 20:29 UTC, Daniel Menelkir
dmenelkir: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane D'Alu 2020-06-12 15:22:16 UTC
Missing >=0 in dependency description

Makefile dependency is:
PARALLELN64_RUN_DEPENDS=        libretro-paralleln64:games/libretro-paralleln64

instead of
PARALLELN64_RUN_DEPENDS=        libretro-paralleln64>=0:games/libretro-paralleln64
Comment 1 Daniel Menelkir 2020-06-13 04:18:45 UTC
Sorry for the delay, I'll take a look on this in this weekend.
Comment 2 Daniel Menelkir 2020-06-13 20:29:49 UTC
Created attachment 215527 [details]
libretro-v1.diff
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2020-06-16 06:37:26 UTC
@Maintainer/Reporter Is quarterly also affected?
Comment 4 Daniel Menelkir 2020-06-16 11:33:18 UTC
(In reply to Kubilay Kocak from comment #3)

This port is quite new, so yes.
Comment 5 Tobias C. Berner freebsd_committer freebsd_triage 2020-06-17 13:11:11 UTC
Moin moin

That port does not exist in Q2 branch => no need to mfh

mfg Tobias
Comment 6 commit-hook freebsd_committer freebsd_triage 2020-06-19 04:01:29 UTC
A commit references this bug:

Author: lbartoletti
Date: Fri Jun 19 04:01:01 UTC 2020
New revision: 539582
URL: https://svnweb.freebsd.org/changeset/ports/539582

Log:
  games/libretro: incorrect dependency with paralleln64

  PR:		247209
  Submitted by:	Daniel Menelkir (maintainer)
  Reported by:	sdalu@sdalu.com
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25315

Changes:
  head/games/libretro/Makefile
Comment 7 Loïc Bartoletti freebsd_committer freebsd_triage 2020-06-19 04:02:53 UTC
Committed, thanks!