From owner-svn-ports-head@freebsd.org Sun Dec 4 10:48:35 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 1F03EC667A1; Sun, 4 Dec 2016 10:48:35 +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 BC9961948; Sun, 4 Dec 2016 10:48:34 +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 uB4AmXcX049920; Sun, 4 Dec 2016 10:48:33 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4AmXXw049918; Sun, 4 Dec 2016 10:48:33 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201612041048.uB4AmXXw049918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 4 Dec 2016 10:48:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427770 - head/www/py-django-mezzanine-filebrowser 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: Sun, 04 Dec 2016 10:48:35 -0000 Author: koobs Date: Sun Dec 4 10:48:33 2016 New Revision: 427770 URL: https://svnweb.freebsd.org/changeset/ports/427770 Log: www/py-django-mezzanine-filebrowser: Update to 0.4.6 - Update PORTVERSION and distinfo checksum (0.4.6) - Add NO_ARCH - Enable concurrent installation This update is 1 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] MFH: 2016Q4 Modified: head/www/py-django-mezzanine-filebrowser/Makefile head/www/py-django-mezzanine-filebrowser/distinfo Modified: head/www/py-django-mezzanine-filebrowser/Makefile ============================================================================== --- head/www/py-django-mezzanine-filebrowser/Makefile Sun Dec 4 10:44:17 2016 (r427769) +++ head/www/py-django-mezzanine-filebrowser/Makefile Sun Dec 4 10:48:33 2016 (r427770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mezzanine-filebrowser -PORTVERSION= 0.3.5 +PORTVERSION= 0.4.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,9 @@ COMMENT= Fork of django-filebrowser for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes + USES= gettext python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-django-mezzanine-filebrowser/distinfo ============================================================================== --- head/www/py-django-mezzanine-filebrowser/distinfo Sun Dec 4 10:44:17 2016 (r427769) +++ head/www/py-django-mezzanine-filebrowser/distinfo Sun Dec 4 10:48:33 2016 (r427770) @@ -1,2 +1,3 @@ -SHA256 (filebrowser_safe-0.3.5.tar.gz) = b87a3ab3fed9b3eb118145339e79cf5ad6562f148f5bb98e45807d717c4a19d5 -SIZE (filebrowser_safe-0.3.5.tar.gz) = 162091 +TIMESTAMP = 1477384714 +SHA256 (filebrowser_safe-0.4.6.tar.gz) = 80ce1b8b66d442d1a78f1ff4404a3f706ccd81bcb00bf1831e291cb17db8aa7c +SIZE (filebrowser_safe-0.4.6.tar.gz) = 68398