Bug 228128 - www/py-django-reversion: update to 2.0.13
Summary: www/py-django-reversion: update to 2.0.13
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:
 
Reported: 2018-05-10 19:22 UTC by Kai Knoblich
Modified: 2018-05-11 16:59 UTC (History)
3 users (show)

See Also:
xenophon+fbsdports: maintainer-feedback+


Attachments
py-django-reversion-2.0.13.patch (3.03 KB, patch)
2018-05-10 19:22 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 19:22:53 UTC
Created attachment 193246 [details]
py-django-reversion-2.0.13.patch

Hello,

attached is the patch from svn that updates www/py-django-reversion to 2.0.13.

Changes by upstream:
- https://github.com/etianen/django-reversion/compare/release-1.6.1...v2.0.13

Changes to the port:
- changed RUN_DEPENDS to Django v1.11
- added LICENSE_FILE
- added NO_ARCH
- added DOCS option with appropriate dependencies
- removed pkg-message
- enabled for Python 2 + 3

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2018-05-10 22:20:52 UTC
One small note here: 

pkg-plist must be removed manually after applying the patch.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2018-05-10 23:31:08 UTC
Take this over during my work on django18 removal

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

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

Log:
  Update to 2.0.13

  - Add LICENSE_FILE
  - Update RUN_DEPENDS: use newer django
  - Relax USES=python
  - Use USE_PYTHON=autoplist instead of PLIST
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Add DOCS option
  - Remove pkg-message

  Changes:	https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst
  PR:		228128
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org> (maintainer)

Changes:
  head/www/py-django-reversion/Makefile
  head/www/py-django-reversion/distinfo
  head/www/py-django-reversion/pkg-message
  head/www/py-django-reversion/pkg-plist
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-05-11 16:59:08 UTC
Committed. Thanks!