Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 10:48:33 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
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
Message-ID:  <201612041048.uB4AmXXw049918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612041048.uB4AmXXw049918>