Date: Sun, 3 Dec 2017 20:35:07 +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: r455441 - head/devel/py-decoratortools Message-ID: <201712032035.vB3KZ7tu056519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:35:07 2017 New Revision: 455441 URL: https://svnweb.freebsd.org/changeset/ports/455441 Log: Change from USES=python:2 to USES=python:2.7 - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/devel/py-decoratortools/Makefile Modified: head/devel/py-decoratortools/Makefile ============================================================================== --- head/devel/py-decoratortools/Makefile Sun Dec 3 20:35:02 2017 (r455440) +++ head/devel/py-decoratortools/Makefile Sun Dec 3 20:35:07 2017 (r455441) @@ -3,7 +3,7 @@ PORTNAME= DecoratorTools PORTVERSION= 1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ COMMENT= Class, function, and metaclass decorators LICENSE= PSFL ZPL21 LICENSE_COMB= dual +NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:2 zip +USES= python:2.7 zip .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZ7tu056519>