Bug 254836 - [NEW-PORT] www/py-django-reversion-compare: compare two versions of a model which is under reversion
Summary: [NEW-PORT] www/py-django-reversion-compare: compare two versions of a model w...
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: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 21:20 UTC by gettoknowmi
Modified: 2021-07-02 18:13 UTC (History)
1 user (show)

See Also:


Attachments
py-django-reversion-compare port files (1.24 KB, application/x-shellscript)
2021-04-06 21:20 UTC, gettoknowmi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gettoknowmi 2021-04-06 21:20:50 UTC
Created attachment 223879 [details]
py-django-reversion-compare port files

An extension to django-reversion that provides a history compare view to compare
two versions of a model which is under reversion.

WWW: https://github.com/jedie/django-reversion-compare
Comment 1 Dan Langille freebsd_committer freebsd_triage 2021-04-20 16:32:57 UTC
The ticket says www/py-django-reversion-compare

CATEGORIES says: devel

I think CATEGORIES= www would be correct.
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-04-20 17:12:28 UTC
I can make that change locally. No need to update the shar file.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-04-20 17:56:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b460ab1a9d978a39708ed330566fbb1fc3d8d70

commit 6b460ab1a9d978a39708ed330566fbb1fc3d8d70
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-20 17:45:37 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-04-20 17:56:05 +0000

    Add www/py-django-reversion-compare

    Extension to www/django-reversion that provides a history compare view to
    compare two versions of a model which is under reversion.

    PR:             254836
    Reported by:    gettoknowmi <gettoknowmi@yahoo.com>

 www/Makefile                                    |  1 +
 www/py-django-reversion-compare/Makefile (new)  | 18 ++++++++++++++++++
 www/py-django-reversion-compare/distinfo (new)  |  3 +++
 www/py-django-reversion-compare/pkg-descr (new) |  4 ++++
 4 files changed, 26 insertions(+)
Comment 4 Dan Langille freebsd_committer freebsd_triage 2021-07-02 18:13:23 UTC
Seems this work was done months ago.