Bug 228133 - www/py-django-simple-captcha: update to 0.5.6
Summary: www/py-django-simple-captcha: update to 0.5.6
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: 228132
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-10 22:12 UTC by Kai Knoblich
Modified: 2018-05-14 15:40 UTC (History)
4 users (show)

See Also:
jhixson: maintainer-feedback+


Attachments
py-django-simple-captcha-0.5.6.patch (2.31 KB, patch)
2018-05-10 22:12 UTC, Kai Knoblich
kai: maintainer-approval? (jhixson)
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 22:12:53 UTC
Created attachment 193253 [details]
py-django-simple-captcha-0.5.6.patch

Hello,

attached is the patch from svn that updates www/py-django-simple-captcha to 0.5.6 .

Changes by upstream:
- https://github.com/mbi/django-simple-captcha/compare/0.4.3...v0.5.6
- Note: 0.4.3 is the oldest version on the repository

Changes to the port:
- changed RUN_DEPENDS to match the dependencies
- added LICENSE_FILE
- added NO_ARCH
- added options DOCS and MIGRATIONS with the appropriate dependencies

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

Note:
Before this update can be committed the port www/py-django-ranged-response (see also PR #228132: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228132) must be committed first.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2018-05-10 23:43:51 UTC
Take this over during my work on django18 removal.

https://wiki.freebsd.org/ports/django
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2018-05-10 23:43:51 UTC
Take this over during my work on django18 removal.

https://wiki.freebsd.org/ports/django
Comment 3 John Hixson freebsd_committer freebsd_triage 2018-05-14 14:47:27 UTC
LGTM
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-05-14 15:40:15 UTC
A commit references this bug:

Author: sunpoet
Date: Mon May 14 15:39:50 UTC 2018
New revision: 469905
URL: https://svnweb.freebsd.org/changeset/ports/469905

Log:
  Update to 0.5.6

  - Add LICENSE_FILE
  - Add NO_ARCH
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add DOCS and MIGRATIONS options

  Changes:	https://github.com/mbi/django-simple-captcha/blob/master/CHANGES
  PR:		228133
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	John Hixson <jhixson@gmail.com> (maintainer)

Changes:
  head/www/py-django-simple-captcha/Makefile
  head/www/py-django-simple-captcha/distinfo
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-05-14 15:40:52 UTC
Committed. Thanks!