Bug 226454 - [NEW PORT] www/py-django-solo: Helps working with singletons
Summary: [NEW PORT] www/py-django-solo: Helps working with singletons
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Martin Wilke
URL:
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2018-03-08 15:16 UTC by Ivan Rozhuk
Modified: 2018-05-13 03:23 UTC (History)
2 users (show)

See Also:
koobs: merge-quarterly-


Attachments
patch (1.41 KB, patch)
2018-03-08 15:16 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2018-03-08 15:16:31 UTC
Created attachment 191312 [details]
patch

Helps working with singletons - things like global settings that you
want to edit from the admin site.

WWW: https://github.com/lazybird/django-solo/
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-12 07:15:27 UTC
A commit references this bug:

Author: miwi
Date: Sat May 12 07:14:53 UTC 2018
New revision: 469710
URL: https://svnweb.freebsd.org/changeset/ports/469710

Log:
  Helps working with singletons - things like global settings that you
  want to edit from the admin site.

  WWW: https://github.com/lazybird/django-solo/

  PR:		226454
  Submitted by:	rozhuk.im@gmail.com

Changes:
  head/www/Makefile
  head/www/py-django-solo/
  head/www/py-django-solo/Makefile
  head/www/py-django-solo/distinfo
  head/www/py-django-solo/pkg-descr
Comment 2 Ivan Rozhuk 2018-05-12 17:02:37 UTC
Why did you change:
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>1.6:www/py-django18@${FLAVOR}
to
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>1.6:www/py-django111@${FLAVOR}

?
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2018-05-13 03:23:48 UTC
(In reply to rozhuk.im from comment #2)

Django18 is EOL and will be removed in 5 weeks time.
Please scroll down https://www.djangoproject.com/download/.

Thanks.