Date: Thu, 29 Mar 2018 16:22:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465906 - head/www/py-django-js-asset Message-ID: <201803291622.w2TGMrRI085449@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 29 16:22:52 2018 New Revision: 465906 URL: https://svnweb.freebsd.org/changeset/ports/465906 Log: www/py-django-js-asset: Change RUN_DEPENDS py-django -> py-django18 for other port's RUN_DEPENDS This is for bug#227032 (www/py-django-mptt) update. PR: 227066 Submitted by: Kai <freebsd_ports@k-worx.org> Modified: head/www/py-django-js-asset/Makefile Modified: head/www/py-django-js-asset/Makefile ============================================================================== --- head/www/py-django-js-asset/Makefile Thu Mar 29 15:48:16 2018 (r465905) +++ head/www/py-django-js-asset/Makefile Thu Mar 29 16:22:52 2018 (r465906) @@ -2,6 +2,7 @@ PORTNAME= django-js-asset DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Insert script tags with additional attributes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:www/py-django@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} # >= 1.8 USES= python USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291622.w2TGMrRI085449>