Summary: | [patch] net/quiterss: update to 0.18.2, add QT5 option, fix Qt4 dependencies | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andriy Voskoboinyk <avos> | ||||||||||||||
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||||||||||||
Status: | Closed FIXED | ||||||||||||||||
Severity: | Affects Only Me | CC: | lbartoletti | ||||||||||||||
Priority: | --- | Keywords: | patch | ||||||||||||||
Version: | Latest | Flags: | lbartoletti:
maintainer-feedback+
|
||||||||||||||
Hardware: | Any | ||||||||||||||||
OS: | Any | ||||||||||||||||
Attachments: |
|
Created attachment 159881 [details]
portlint.log
Created attachment 159882 [details]
9.3-i386-qt4.log
Created attachment 159883 [details]
9.3-i386-qt5.log
Created attachment 159884 [details]
10.1-amd64-qt4.log
Created attachment 159885 [details]
10.1-amd64-qt5.log
Tested and approved. Thanks! Take. A commit references this bug: Author: pgollucci Date: Wed Aug 19 01:49:47 UTC 2015 New revision: 394670 URL: https://svnweb.freebsd.org/changeset/ports/394670 Log: net/quiterss: update to 0.18.2, add QT5 option, fix Qt4 dependencies - Update to 0.18.2 - Add Qt5 option and switch to it by default (as it was done in 0.18.0). - Fix Qt4 dependencies (qt4-linguist -> qt4-linguisttools, drop qt4-designer) - Don't build debug & release at the same time (and add DEBUG option) - Use ${DATADIR} variable. - Add LICENSE_FILE. PR: 202336 Submitted by: s3erios@gmail.com Approved by: coder@tuxfamily.org (maintainer) Changes: head/net/quiterss/Makefile head/net/quiterss/distinfo head/net/quiterss/files/ head/net/quiterss/pkg-plist |
Created attachment 159880 [details] Patch.diff - Update to 0.18.2 -- Add Qt5 option and switch to it by default (as it was done in 0.18.0). - Fix Qt4 dependencies (qt4-linguist -> qt4-linguisttools, drop qt4-designer dependency). - Don't build debug & release at the same time (and add DEBUG option to switch between them). - Use ${DATADIR} variable. - Add LICENSE_FILE.