pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-contrib-comments py-django-contrib-comme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/459d587d5a79
branches:  trunk
changeset: 453172:459d587d5a79
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 25 05:01:22 2021 +0000

description:
py-django-contrib-comments: point to py-django2 in DEPENDS

diffstat:

 www/py-django-contrib-comments/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 801edc6670af -r 459d587d5a79 www/py-django-contrib-comments/Makefile
--- a/www/py-django-contrib-comments/Makefile   Tue May 25 05:00:24 2021 +0000
+++ b/www/py-django-contrib-comments/Makefile   Tue May 25 05:01:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/05/25 04:51:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/25 05:01:22 adam Exp $
 
 DISTNAME=      django-contrib-comments-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@
 COMMENT=       Framework to attach comments to any Django model
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index