From owner-svn-ports-head@freebsd.org Tue Oct 25 15:48:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EF87C2173C; Tue, 25 Oct 2016 15:48:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B6B61E86; Tue, 25 Oct 2016 15:48:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PFmmtD041044; Tue, 25 Oct 2016 15:48:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PFmmL8041043; Tue, 25 Oct 2016 15:48:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610251548.u9PFmmL8041043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 25 Oct 2016 15:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424630 - head/www/py-django-mezzanine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 15:48:49 -0000 Author: amdmi3 Date: Tue Oct 25 15:48:48 2016 New Revision: 424630 URL: https://svnweb.freebsd.org/changeset/ports/424630 Log: - Mark BROKEN: depends on both django16 and www/py-django-mezzanine which depends on django18 -> conflict Approved by: portmgr blanket Modified: head/www/py-django-mezzanine/Makefile Modified: head/www/py-django-mezzanine/Makefile ============================================================================== --- head/www/py-django-mezzanine/Makefile Tue Oct 25 15:16:04 2016 (r424629) +++ head/www/py-django-mezzanine/Makefile Tue Oct 25 15:48:48 2016 (r424630) @@ -15,6 +15,8 @@ COMMENT= Content management platform bui LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not build due to dependency conflict (django16 vs. django18) + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}django-mezzanine-filebrowser>=0.3.4:www/py-django-mezzanine-filebrowser \ ${PYTHON_PKGNAMEPREFIX}django-mezzanine-grappelli>=0.3.12:www/py-django-mezzanine-grappelli \