Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2016 11:05:07 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416236 - head/www/py-django-redis
Message-ID:  <201606011105.u51B57L6008875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jun  1 11:05:07 2016
New Revision: 416236
URL: https://svnweb.freebsd.org/changeset/ports/416236

Log:
  www/py-django-redis: take maintainership, set NO_ARCH

Modified:
  head/www/py-django-redis/Makefile

Modified: head/www/py-django-redis/Makefile
==============================================================================
--- head/www/py-django-redis/Makefile	Wed Jun  1 09:34:09 2016	(r416235)
+++ head/www/py-django-redis/Makefile	Wed Jun  1 11:05:07 2016	(r416236)
@@ -7,7 +7,7 @@ CATEGORIES=	www databases
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rene@FreeBSD.org
 COMMENT=	Full featured Redis cache/session backend for Django
 
 LICENSE=	BSD3CLAUSE
@@ -17,5 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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