Bug 202046 - [patch] security/kqoauth: fix Qt4 dependencies, sort USES
Summary: [patch] security/kqoauth: fix Qt4 dependencies, sort USES
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: Veniamin Gvozdikov
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-02 22:38 UTC by Andriy Voskoboinyk
Modified: 2015-08-15 16:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (vg)


Attachments
Makefile.diff (662 bytes, patch)
2015-08-02 22:38 UTC, Andriy Voskoboinyk
no flags Details | Diff
portlint.log (186 bytes, text/plain)
2015-08-02 22:39 UTC, Andriy Voskoboinyk
no flags Details
poudriere-9.3-i386.log (40.54 KB, text/plain)
2015-08-02 22:39 UTC, Andriy Voskoboinyk
no flags Details
poudriere-10.1-amd64.log (47.50 KB, text/plain)
2015-08-02 22:39 UTC, Andriy Voskoboinyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-02 22:38:46 UTC
Created attachment 159472 [details]
Makefile.diff

- Remove qt4-linguist dependency; add qt4-network instead.
- qt4-testlib is not used outside tests directory; remove it from run-time dependencies.
- Sort USES.
- Fix a typo in COMMENT.
- Bump PORTREVISION.
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-02 22:39:28 UTC
Created attachment 159473 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-02 22:39:42 UTC
Created attachment 159474 [details]
poudriere-9.3-i386.log
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-02 22:39:59 UTC
Created attachment 159475 [details]
poudriere-10.1-amd64.log
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-08-15 16:43:55 UTC
A commit references this bug:

Author: vg
Date: Sat Aug 15 16:43:36 UTC 2015
New revision: 394332
URL: https://svnweb.freebsd.org/changeset/ports/394332

Log:
  - Remove qt4-linguist dependency; add qt4-network instead.
  - qt4-testlib is not used outside tests directory; remove it
  from run-time dependencies.
  - Sort USES.
  - Fix a typo in COMMENT.
  - Bump PORTREVISION.

  PR:		ports/202046
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/security/kqoauth/Makefile
Comment 5 Veniamin Gvozdikov freebsd_committer freebsd_triage 2015-08-15 16:44:15 UTC
Committed, thank you!