Page MenuHomeFreeBSD

print/frescobaldi: Fixed manpages location; Added USES=desktop-file-utils; Added python version spec.
ClosedPublic

Authored by ultima on Aug 21 2017, 2:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 17, 2:18 AM
Unknown Object (File)
Sun, Mar 17, 2:14 AM
Unknown Object (File)
Sun, Mar 17, 2:14 AM
Unknown Object (File)
Sun, Mar 17, 2:14 AM
Unknown Object (File)
Thu, Mar 14, 9:12 AM
Unknown Object (File)
Jan 17 2024, 10:31 AM
Unknown Object (File)
Dec 23 2023, 12:33 AM
Unknown Object (File)
Nov 26 2023, 11:26 PM
Subscribers

Details

Summary
  • Bump revision, fixed manpages location
  • Added desktop-file-utils
  • Max python version specified
  • Cleanup Makefile

PR\: 221457
Submitted by\: Yuri Victorovich
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor), <martin.dieringer@gmx.de> (maintainer, pending approval)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 3 warnings found.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Sorry about not responding on this for so long. I'm getting a failure of a dependency (print/fontforge) in my test builds.

print/frescobaldi/Makefile
19 ↗(On Diff #32291)

So python-3.3 is OK, but python-3.4 and python-3.5 aren't? That's unusual.
Normally it's python-2.x is OK, and python-3.x aren't.

I tested this. Looks good! Please commit when ready.

This revision is now accepted and ready to land.Aug 24 2017, 4:00 PM
print/frescobaldi/Makefile
19 ↗(On Diff #32291)

I'm pretty sure -3.4 means any python version 3.4 and below, and that is what is defined in the setup.py. Not sure why it wouldn't be buildable after that, but the newest version of the port, 3.0 has version 3.3-3.5 listed in setup.py.

This revision was automatically updated to reflect the committed changes.