Bug 246850 - deskutils/py-paperless: Switch to origin Django ports
Summary: deskutils/py-paperless: Switch to origin Django ports
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: Kai Knoblich
URL: https://wiki.freebsd.org/Ports/Django
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-29 23:08 UTC by Kai Knoblich
Modified: 2020-06-06 12:23 UTC (History)
1 user (show)

See Also:
grembo: maintainer-feedback+


Attachments
py-paperless-switch-to-origin-django-ports.patch (3.84 KB, patch)
2020-05-29 23:08 UTC, Kai Knoblich
grembo: 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 2020-05-29 23:08:56 UTC
Created attachment 215034 [details]
py-paperless-switch-to-origin-django-ports.patch

Hi Michael,

attached is the patch that assigns deskutils/py-paperless to the origin Django ports that have recently been switched from Django 1.11 (End-of-Life since April 2020) to Django 2.2 (current LTS release).

The patch also renames the port "www/py-dj22-djangoql" to "www/py-djangoql" to match with the naming of the other Django ports and to retain the history.

Note:
~~~~~
Before applying the patch a "svn move www/py-dj22-djangoql www/py-djangoql" is required.

QA:
~~~
- poudriere (11.3-RELEASE amd64) -> OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-06 12:06:53 UTC
A commit references this bug:

Author: kai
Date: Sat Jun  6 12:06:47 UTC 2020
New revision: 538086
URL: https://svnweb.freebsd.org/changeset/ports/538086

Log:
  deskutils/py-paperless: Change RUN_DEPENDS

  * Switch the port from the repo-copied py-dj22-django* ports to the original
    ones as they're using Django 2.2 now.

  * Rename www/py-dj22-djangoql (that was originally created with a prefix to
    use a certain version of Django) to www/py-djangoql to match its naming
    with the other Django ports and to retain the history.

  * Bump PORTREVISION due changed dependencies.

  PR:		246850
  Approved by:	grembo (maintainer)

Changes:
  head/MOVED
  head/deskutils/py-paperless/Makefile
  head/www/Makefile
  head/www/py-dj22-djangoql/
  head/www/py-djangoql/
  head/www/py-djangoql/Makefile
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2020-06-06 12:23:12 UTC
Committed, thank you for the quick feedback!