Bug 228561 - graphics/py-sorl-thumbnail: Update default option
Summary: graphics/py-sorl-thumbnail: Update default option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-28 10:23 UTC by Kevin Golding
Modified: 2018-05-30 18:11 UTC (History)
0 users

See Also:


Attachments
Update default option to match upstream (598 bytes, patch)
2018-05-28 10:23 UTC, Kevin Golding
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Golding 2018-05-28 10:23:15 UTC
Created attachment 193777 [details]
Update default option to match upstream

Update default image engine option for graphics/py-sorl-thumbnail to be consistent with upstream.

Ref: http://sorl-thumbnail.readthedocs.io/en/latest/reference/settings.html#thumbnail-engine

As the developers state, PIL is their default option because many people already have it installed and it produces good quality images. As the default setting in the configuration it is more user-friendly to also be the default dependency. Alternate engines remain an option for users who have a specific need, but consistency with the upstream default is logical without an overriding reason to deviate from the norm.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-30 18:11:21 UTC
A commit references this bug:

Author: swills
Date: Wed May 30 18:10:36 UTC 2018
New revision: 471144
URL: https://svnweb.freebsd.org/changeset/ports/471144

Log:
  graphics/py-sorl-thumbnail: Update default option

  PR:		228561
  Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)

Changes:
  head/graphics/py-sorl-thumbnail/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-05-30 18:11:41 UTC
Committed, thanks!