From owner-svn-ports-all@freebsd.org Wed Jun 29 20:55:25 2016 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 46DB0B86577; Wed, 29 Jun 2016 20:55:25 +0000 (UTC) (envelope-from brnrd@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 187492B6D; Wed, 29 Jun 2016 20:55:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5TKtOdw090878; Wed, 29 Jun 2016 20:55:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5TKtOwU090876; Wed, 29 Jun 2016 20:55:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201606292055.u5TKtOwU090876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 29 Jun 2016 20:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417795 - head/security/letskencrypt 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.22 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: Wed, 29 Jun 2016 20:55:25 -0000 Author: brnrd Date: Wed Jun 29 20:55:24 2016 New Revision: 417795 URL: https://svnweb.freebsd.org/changeset/ports/417795 Log: security/letskencrypt: Update to 0.1.7 - Update to 0.1.7 - Move from USE_OPENSSL to USES=ssl Modified: head/security/letskencrypt/Makefile head/security/letskencrypt/distinfo Modified: head/security/letskencrypt/Makefile ============================================================================== --- head/security/letskencrypt/Makefile Wed Jun 29 20:32:57 2016 (r417794) +++ head/security/letskencrypt/Makefile Wed Jun 29 20:55:24 2016 (r417795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= letskencrypt -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/letskencrypt/snapshots/ \ @@ -13,14 +13,11 @@ COMMENT= Native C client for Let's Encry LICENSE= ISCL -USES= gmake tar:tgz -USE_OPENSSL= yes +USES= gmake ssl:libressl tar:tgz MAKEFILE= GNUmakefile MAKE_ARGS= PREFIX=${STAGEDIR}/${PREFIX} -WITH_OPENSSL_PORT= yes - WWWDIR= ${PREFIX}/www/letsencrypt SAMPLE_FILES= letskencrypt.sh.sample deploy.sh.sample Modified: head/security/letskencrypt/distinfo ============================================================================== --- head/security/letskencrypt/distinfo Wed Jun 29 20:32:57 2016 (r417794) +++ head/security/letskencrypt/distinfo Wed Jun 29 20:55:24 2016 (r417795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465230711 -SHA256 (letskencrypt-portable-0.1.6.tgz) = f843936c820e812c1c77af5c2e1e748db81eefe70244975ebbdc47b35623517d -SIZE (letskencrypt-portable-0.1.6.tgz) = 38769 +TIMESTAMP = 1467232311 +SHA256 (letskencrypt-portable-0.1.7.tgz) = 18b32f68f76c0e1d0e61b87d7fcabbcc6247fe824f16b707fa9370b4912b9da9 +SIZE (letskencrypt-portable-0.1.7.tgz) = 40243