Date: Sat, 3 Feb 2018 06:21:36 +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: r460786 - head/ftp/py-tftpy Message-ID: <201802030621.w136LarI084303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 3 06:21:36 2018 New Revision: 460786 URL: https://svnweb.freebsd.org/changeset/ports/460786 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Modified: head/ftp/py-tftpy/Makefile Modified: head/ftp/py-tftpy/Makefile ============================================================================== --- head/ftp/py-tftpy/Makefile Sat Feb 3 06:21:31 2018 (r460785) +++ head/ftp/py-tftpy/Makefile Sat Feb 3 06:21:36 2018 (r460786) @@ -3,7 +3,7 @@ PORTNAME= tftpy PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python GH_ACCOUNT= msoulier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802030621.w136LarI084303>