Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 14:28:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458932 - head/devel/py-wsgiutils
Message-ID:  <201801131428.w0DESPvW080598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 13 14:28:25 2018
New Revision: 458932
URL: https://svnweb.freebsd.org/changeset/ports/458932

Log:
  Use USES=python:2.7
  
  - Add LICENSE
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-wsgiutils/Makefile

Modified: head/devel/py-wsgiutils/Makefile
==============================================================================
--- head/devel/py-wsgiutils/Makefile	Sat Jan 13 14:28:20 2018	(r458931)
+++ head/devel/py-wsgiutils/Makefile	Sat Jan 13 14:28:25 2018	(r458932)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wsgiutils
 PORTVERSION=	0.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel textproc www python
 MASTER_SITES=	http://www.owlfish.com/software/wsgiutils/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,11 @@ DISTNAME=	WSGIUtils-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility libraries for development of simple WSGI programs
 
-USES=		python:2
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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