svn commit: r417795 - head/security/letskencrypt

Bernard Spil brnrd at FreeBSD.org
Wed Jun 29 20:55:25 UTC 2016


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


More information about the svn-ports-head mailing list