Bug 254836

Summary: [NEW-PORT] www/py-django-reversion-compare: compare two versions of a model which is under reversion
Product: Ports & Packages Reporter: gettoknowmi <gettoknowmi>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Only Me CC: dvl
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-django-reversion-compare port files none

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.