From owner-svn-ports-all@freebsd.org Thu May 18 16:03:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F63DD73471; Thu, 18 May 2017 16:03:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5791105E; Thu, 18 May 2017 16:03:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4IG3VXw002876; Thu, 18 May 2017 16:03:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4IG3VFF002875; Thu, 18 May 2017 16:03:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705181603.v4IG3VFF002875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 May 2017 16:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441161 - head/devel/py-epsilon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 16:03:33 -0000 Author: sunpoet Date: Thu May 18 16:03:31 2017 New Revision: 441161 URL: https://svnweb.freebsd.org/changeset/ports/441161 Log: Change from USES=twisted to devel/py-twisted - Add LICENSE_FILE - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/py-epsilon/Makefile Modified: head/devel/py-epsilon/Makefile ============================================================================== --- head/devel/py-epsilon/Makefile Thu May 18 16:03:17 2017 (r441160) +++ head/devel/py-epsilon/Makefile Thu May 18 16:03:31 2017 (r441161) @@ -3,20 +3,25 @@ PORTNAME= epsilon PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Epsilon-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of Python utility modules used by DivMod projects LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted CONFLICTS= brlcad-[0-9]* -USES= python twisted -USE_PYTHON= distutils autoplist + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python .include