Page MenuHomeFreeBSD

graphics/converseen: update to 0.9.7
ClosedPublic

Authored by fernape on Aug 8 2018, 5:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 6:07 AM
Unknown Object (File)
Feb 20 2024, 7:11 PM
Unknown Object (File)
Feb 20 2024, 12:23 AM
Unknown Object (File)
Feb 17 2024, 2:40 AM
Unknown Object (File)
Feb 17 2024, 2:40 AM
Unknown Object (File)
Feb 17 2024, 2:40 AM
Unknown Object (File)
Feb 17 2024, 2:40 AM
Unknown Object (File)
Feb 17 2024, 2:40 AM
Subscribers

Details

Summary

Also:

  • PORTVERSION to DISTVERSION
  • Switch to Github site
  • Sort USES and USE_QT
Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK
  • run test in 11.2 OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18645
Build 18332: arc lint + arc unit

Event Timeline

graphics/converseen/Makefile
16

^ try to use cmake:outsource.

17

^ I prefer it like so:

USE_QT= core gui network widgets  \
        buildtools_build linguisttools_build qmake_build

[group the build-only ones] -- you don't have to do it :)

26

^ is the patch to conversen.pro needed when using cmake?

  • Sort USES_QT by kind
  • Remove unnecessary patch
This revision is now accepted and ready to land.Aug 8 2018, 6:24 PM
This revision was automatically updated to reflect the committed changes.