Bug 201662

Summary: [patch] games/chessx: qt4-linguist -> qt4-linguisttools, pet portlint
Product: Ports & Packages Reporter: Andriy Voskoboinyk <avos>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me CC: yamagi
Priority: --- Keywords: patch
Version: LatestFlags: avos: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch.diff
none
portlint.log
none
poudriere-10.1-amd64.log none

Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-17 21:44:25 UTC
Created attachment 158917 [details]
Patch.diff

- USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
- Remove qt4-xml dependency - it's not used here.
- Add LICENSE_FILE.
- Fix portlint warnings:
-- sort USES;
-- use PLIST_FILES instead of pkg-plist;
-- regenerate patch headers.
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-17 21:45:38 UTC
Created attachment 158918 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-17 21:45:56 UTC
Created attachment 158919 [details]
poudriere-10.1-amd64.log
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2015-07-18 00:48:12 UTC
Take.
Comment 4 yamagi 2015-07-18 05:56:00 UTC
The patch looks good to me. Go ahead :)
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-08-12 00:12:41 UTC
A commit references this bug:

Author: pgollucci
Date: Wed Aug 12 00:12:21 UTC 2015
New revision: 393993
URL: https://svnweb.freebsd.org/changeset/ports/393993

Log:
  games/chessx: cleanup

  - USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
  - Remove qt4-xml dependency - it's not used here.
  - Add LICENSE_FILE.
  - Bump PORTREVISION.
  - Fix portlint warnings:
    sort USES;
    use PLIST_FILES instead of pkg-plist;
    regenerate patch headers.

  PR:                  201662
  Submitted by:        s3erios@gmail.com
  Approved by:         yamagi@yamagi.org (maintainer)

Changes:
  head/games/chessx/Makefile
  head/games/chessx/files/patch-chessx.pro
  head/games/chessx/files/patch-src__database__threadedguess.cpp
  head/games/chessx/pkg-plist
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2015-08-12 00:18:02 UTC
Committed, Thanks!