Bug 228125 - graphics/py-django-easy-thumbnails: update to 2.5
Summary: graphics/py-django-easy-thumbnails: update to 2.5
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 228136
  Show dependency treegraph
 
Reported: 2018-05-10 18:10 UTC by Kai Knoblich
Modified: 2018-05-11 16:59 UTC (History)
3 users (show)

See Also:
xenophon+fbsdports: maintainer-feedback+


Attachments
py-django-easy-thumbnails-2.5.patch (3.59 KB, patch)
2018-05-10 18:10 UTC, Kai Knoblich
xenophon+fbsdports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-05-10 18:10:19 UTC
Created attachment 193242 [details]
py-django-easy-thumbnails-2.5.patch

Hello,

attached is the patch from svn that updates py-django-easy-thumbnails to 2.5.

Changes by upstream:
- https://github.com/SmileyChris/easy-thumbnails/compare/2.3...2.5.0

Changes to the port:
- assigned RUN_DEPENDS to Django 1.11
- added LICENSE_FILE
- added NO_ARCH
- added DOCS option with appropriate dependencies
- removed pkg-message

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2018-05-10 23:30:12 UTC
Take this over during my work on django18 removal.

https://wiki.freebsd.org/ports/django
Comment 2 xenophon+fbsdports 2018-05-11 13:42:03 UTC
This looks good to me.  Thank you!
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-11 16:55:22 UTC
A commit references this bug:

Author: sunpoet
Date: Fri May 11 16:54:28 UTC 2018
New revision: 469669
URL: https://svnweb.freebsd.org/changeset/ports/469669

Log:
  Update to 2.5

  - Add LICENSE_FILE
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Add DOCS option
  - Remove pkg-message

  Changes:	https://github.com/SmileyChris/easy-thumbnails/blob/master/CHANGES.rst
  PR:		228125
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org> (maintainer)

Changes:
  head/graphics/py-django-easy-thumbnails/Makefile
  head/graphics/py-django-easy-thumbnails/distinfo
  head/graphics/py-django-easy-thumbnails/pkg-message
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-05-11 16:59:06 UTC
Committed. Thanks!