Bug 224870 - misc/py-qt5-demo: build broken after r457921
Summary: misc/py-qt5-demo: build broken after r457921
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-03 17:14 UTC by Igor Pavlov
Modified: 2018-01-03 17:24 UTC (History)
1 user (show)

See Also:
rakuco: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Pavlov 2018-01-03 17:14:58 UTC
There is a dependency to the deleted misc/py-qt5-doc port.

--- Makefile ---
USE_PYQT=	core_run dbus_run designer_run \
		designerplugin_run doc_run gui_run multimedia_run \
		multimediawidgets_run network_run opengl_run qscintilla2_run \
		sql_run svg_run test_run webkit_run xml_run \
		xmlpatterns_run sip_run qscintilla2_run \
		printsupport_run serialport_run webkitwidgets_run widgets_run
---
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-01-03 17:22:18 UTC
A commit references this bug:

Author: rakuco
Date: Wed Jan  3 17:21:30 UTC 2018
New revision: 457993
URL: https://svnweb.freebsd.org/changeset/ports/457993

Log:
  Drop dependency on py-qt5-doc, which was removed in r457921.

  PR:		224870

Changes:
  head/misc/py-qt5-demo/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-03 17:23:22 UTC
A commit references this bug:

Author: rakuco
Date: Wed Jan  3 17:22:40 UTC 2018
New revision: 457994
URL: https://svnweb.freebsd.org/changeset/ports/457994

Log:
  Bump PORTREVISION after r457993.

  In this case, we dropped a runtime dependency, so it is possible the package
  could have been created before and just failed at installation time.

  PR:		224870

Changes:
  head/misc/py-qt5-demo/Makefile
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2018-01-03 17:24:21 UTC
Fixed, thanks for noticing!