From owner-svn-ports-head@freebsd.org Tue May 17 16:01:32 2016 Return-Path: Delivered-To: svn-ports-head@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 43DA9B3FAD8; Tue, 17 May 2016 16:01:32 +0000 (UTC) (envelope-from cpm@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 0296430B5; Tue, 17 May 2016 16:01:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4HG1VSA090838; Tue, 17 May 2016 16:01:31 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4HG1Vpk090837; Tue, 17 May 2016 16:01:31 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201605171601.u4HG1Vpk090837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 17 May 2016 16:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415389 - head/security/py-letsencrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 16:01:32 -0000 Author: cpm Date: Tue May 17 16:01:30 2016 New Revision: 415389 URL: https://svnweb.freebsd.org/changeset/ports/415389 Log: - Bump PORTEPOCH - Fix RUN_DEPENDS on security/py-acme Reported by: gahr Approved by: koobs (maintainer) Modified: head/security/py-letsencrypt/Makefile Modified: head/security/py-letsencrypt/Makefile ============================================================================== --- head/security/py-letsencrypt/Makefile Tue May 17 15:27:35 2016 (r415388) +++ head/security/py-letsencrypt/Makefile Tue May 17 16:01:30 2016 (r415389) @@ -3,6 +3,7 @@ PORTNAME= letsencrypt PORTVERSION= 0.5.0 +PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Let's Encrypt client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PORTVERSION}:security/py-acme \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGNAME}:security/py-acme \ ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.7:security/py-cryptography \