Bug 247032

Summary: www/py-dj22-django-formset-js-improved: Rename port and dependency of it
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports
Priority: --- Flags: ports: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://wiki.freebsd.org/Ports/Django
Attachments:
Description Flags
py-dj22-django-formset-js-improved_RENAME_TO_py-django-formset-js-improved.patch kai: maintainer-approval+

Description Kai Knoblich freebsd_committer freebsd_triage 2020-06-06 15:04:15 UTC
Created attachment 215294 [details]
py-dj22-django-formset-js-improved_RENAME_TO_py-django-formset-js-improved.patch

Hi,

attached is the patch that renames the following ports:

- Rename www/py-dj22-django-formset-js-improved -> www/py-django-formset-js-improved
- Rename www/py-dj22-django-jquery-js -> www/py-django-jquery-js 

Both ports were added with the "dj22-" prefix to use Django 2.2 explicitly.

In the meantine, most Django ports have been switched from Django 1.11 (End-of-Life) to Django 2.2 (current LTS release).  Thus rename both ports to be consistent with the names of the other Django ports.

Note:
~~~~~
To apply the patch sucessfully, the following steps are required:

> svn move www/py-dj22-django-formset-js-improved www/py-django-formset-js-improved
> svn move www/py-dj22-django-jquery-js www/py-django-jquery-js

QA:
~~~
- poudriere (11.3-RELEASE amd64 for each py35, py36, py37 and py38 flavor) -> OK
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2020-06-06 15:04:15 UTC
Maintainer informed via mail
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2020-06-11 10:58:30 UTC
Comment on attachment 215294 [details]
py-dj22-django-formset-js-improved_RENAME_TO_py-django-formset-js-improved.patch

^ Triage: Set the maintainer-approval accordingly by assuming that's what maintainer meant by setting the maintainer-feedback flag to '+'.

Approval of patches can be set via:

Attachment -> Details -> maintainer-approval [+]
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-11 11:12:39 UTC
A commit references this bug:

Author: kai
Date: Thu Jun 11 11:12:10 UTC 2020
New revision: 538466
URL: https://svnweb.freebsd.org/changeset/ports/538466

Log:
  www/py-dj22-django-jquery-js: Rename to www/py-django-jquery-js

  * The port was added with the "dj22-" prefix to use Django 2.2 explicitly.

    In the meantime most Django ports have been switched from Django 1.11
    (End-of-Life) to Django 2.2 (current LTS release).

    Thus rename the port to to be consistent with the names of the other
    Django ports and to retain the history.

  * Bump PORTREVISION of www/py-dj22-django-formset-js-improved due changed
    dependencies.

  PR:		247032
  Approved by:	Alexander Sieg (maintainer)

Changes:
  head/MOVED
  head/www/Makefile
  head/www/py-dj22-django-formset-js-improved/Makefile
  head/www/py-dj22-django-jquery-js/
  head/www/py-django-jquery-js/
  head/www/py-django-jquery-js/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-06-11 13:16:07 UTC
A commit references this bug:

Author: kai
Date: Thu Jun 11 13:15:34 UTC 2020
New revision: 538481
URL: https://svnweb.freebsd.org/changeset/ports/538481

Log:
  www/py-dj22-django-formset-js-improved: Rename port

  * The port was added with the "dj22-" prefix to use Django 2.2 explicitly.

    In the meantime most Django ports have been switched from Django 1.11
    (End-of-Life) to Django 2.2 (current LTS release).

    Hence rename the port to "py-django-formset-js-improved" to be consistent
    with the names of the other Django ports and to retain the history.

  PR:		247032
  Approved by:	Alexander Sieg (maintainer)

Changes:
  head/MOVED
  head/www/Makefile
  head/www/py-dj22-django-formset-js-improved/
  head/www/py-django-formset-js-improved/
  head/www/py-django-formset-js-improved/Makefile
Comment 5 Kai Knoblich freebsd_committer freebsd_triage 2020-06-11 13:17:04 UTC
Committed, thank you for the quick feedback!