From owner-svn-ports-branches@freebsd.org Tue Dec 6 04:58:45 2016 Return-Path: Delivered-To: svn-ports-branches@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 92E98C69EE5; Tue, 6 Dec 2016 04:58:45 +0000 (UTC) (envelope-from koobs@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 54811309; Tue, 6 Dec 2016 04:58:45 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB64wiks080432; Tue, 6 Dec 2016 04:58:44 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB64wiix080430; Tue, 6 Dec 2016 04:58:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201612060458.uB64wiix080430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 6 Dec 2016 04:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427932 - branches/2016Q4/www/py-django-mezzanine-grappelli X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 04:58:45 -0000 Author: koobs Date: Tue Dec 6 04:58:44 2016 New Revision: 427932 URL: https://svnweb.freebsd.org/changeset/ports/427932 Log: MFH: r427772 www/py-django-mezzanine-grappelli: Update to 0.4.5 - Update PORTVERSION and distinfo checksum (0.4.5) - Add NO_ARCH - Enable concurrent installation This update is 2 of 2 that are required to update www/py-django-mezzanine to a version that supports Django 1.8. This is required so that the port can be marked Un'BROKEN on head [1] and fixed in quarterly. The conflict caused by a change made in r423024 [2][3] that updated a dependency (contrib-comments) to use Django 1.8 which caused a CONFLICT (Django 1.6 / Django 1.8): pkg-static: py27-django18-1.8.16 conflicts with py27-django16-1.6.11 (installs files into the same place). Problematic file: /usr/local/man/man1/django-admin.1.gz Failed to install the following 1 package(s): /packages/All/py27-django-contrib-comments-1.7.3.txz [1] https://svnweb.freebsd.org/changeset/ports/424630 [2] https://svnweb.freebsd.org/changeset/ports/423024 PR: 213009 [3] Approved by: ports-secteam (junovich, feld) Modified: branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile ============================================================================== --- branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile Tue Dec 6 04:57:12 2016 (r427931) +++ branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile Tue Dec 6 04:58:44 2016 (r427932) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mezzanine-grappelli -PORTVERSION= 0.3.13 +PORTVERSION= 0.4.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,9 @@ COMMENT= Fork of django-grappelli for Me LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes + USES= gettext python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo ============================================================================== --- branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo Tue Dec 6 04:57:12 2016 (r427931) +++ branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo Tue Dec 6 04:58:44 2016 (r427932) @@ -1,2 +1,3 @@ -SHA256 (grappelli_safe-0.3.13.tar.gz) = 8b21b4724bce449cc4f22dc74ed0be9b3e841d968f3271850bf4836864304eb6 -SIZE (grappelli_safe-0.3.13.tar.gz) = 663285 +TIMESTAMP = 1477384910 +SHA256 (grappelli_safe-0.4.5.tar.gz) = 3515d59f9e048a703df8a3e47d73b58ec36f3007b0cd6b8c53c2eecc16fa70de +SIZE (grappelli_safe-0.4.5.tar.gz) = 77915