Bug 247032 - www/py-dj22-django-formset-js-improved: Rename port and dependency of it
Summary: www/py-dj22-django-formset-js-improved: Rename port and dependency of it
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-06-06 15:04 UTC by Kai Knoblich
Modified: 2020-06-11 13:17 UTC (History)
1 user (show)

See Also:
ports: maintainer-feedback+


Attachments
py-dj22-django-formset-js-improved_RENAME_TO_py-django-formset-js-improved.patch (3.56 KB, patch)
2020-06-06 15:04 UTC, Kai Knoblich
kai: 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-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!