svn commit: r465906 - head/www/py-django-js-asset

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 29 16:22:53 UTC 2018


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 at 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


More information about the svn-ports-all mailing list