Bug 228126 - www/py-django_polymorphic: update to 2.0.2
Summary: www/py-django_polymorphic: update to 2.0.2
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:38 UTC by Kai Knoblich
Modified: 2018-05-11 16:59 UTC (History)
3 users (show)

See Also:
ports: maintainer-feedback+


Attachments
py-django_polymorphic-2.0.2.patch (1.41 KB, patch)
2018-05-10 18:38 UTC, Kai Knoblich
kai: maintainer-approval? (ports)
Details | Diff
Use unversioned Django (1.55 KB, patch)
2018-05-11 09:28 UTC, Kevin Golding
ports: 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:38:36 UTC
Created attachment 193243 [details]
py-django_polymorphic-2.0.2.patch

Hello,

attached is the patch from svn that updates www/py-django_polymorphic to 2.0.2.

Changes by upstream:
- https://github.com/django-polymorphic/django-polymorphic/compare/v0.9.2...v2.0.2

Changes to the port:
- changed RUN_DEPENDS to Django v1.11
- added NO_ARCH
- added DISTNAME (project has still the name "django_polymorphic" but source file has the name "django-polymorphic"

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:50 UTC
Take this over during my work on django18 removal

https://wiki.freebsd.org/ports/django
Comment 2 Kevin Golding 2018-05-11 09:28:44 UTC
Created attachment 193276 [details]
Use unversioned Django

Thanks, I've adjusted the suggested patch to use the django metaport (www/py-django) with a minimum requirement for ease of tracking that project.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-11 16:55:24 UTC
A commit references this bug:

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

Log:
  Update to 2.0.2

  - Add NO_ARCH

  Changes:	https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst
  PR:		228126
  Submitted by:	Kai <freebsd_ports@k-worx.org>
  Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)

Changes:
  head/www/py-django_polymorphic/Makefile
  head/www/py-django_polymorphic/distinfo
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-05-11 16:59:07 UTC
Committed. Thanks!