pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-formtools



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 25 05:02:09 UTC 2021

Modified Files:
        pkgsrc/www/py-django-formtools: Makefile

Log Message:
py-django-formtools: point to py-django2 in DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-formtools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-formtools/Makefile
diff -u pkgsrc/www/py-django-formtools/Makefile:1.6 pkgsrc/www/py-django-formtools/Makefile:1.7
--- pkgsrc/www/py-django-formtools/Makefile:1.6 Tue May 25 04:57:45 2021
+++ pkgsrc/www/py-django-formtools/Makefile     Tue May 25 05:02:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/05/25 04:57:45 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/25 05:02:09 adam Exp $
 
 DISTNAME=      django-formtools-2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://django-formtools.readt
 COMMENT=       Collection of assorted utilities for specific form use cases
 LICENSE=       mit
 
-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