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)
Sat, May 4, 8:06 PM
Unknown Object (File)
Sat, May 4, 8:02 PM
Unknown Object (File)
Sat, May 4, 8:02 PM
Unknown Object (File)
Sat, May 4, 8:02 PM
Unknown Object (File)
Sat, May 4, 8:02 PM
Unknown Object (File)
Fri, May 3, 8:34 PM
Unknown Object (File)
Thu, May 2, 1:54 PM
Unknown Object (File)
Thu, May 2, 1:54 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

graphics/converseen/Makefile
16 ↗(On Diff #46419)

^ try to use cmake:outsource.

17 ↗(On Diff #46419)

^ 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 ↗(On Diff #46419)

^ 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.