svn commit: r416437 - head/security/letskencrypt

Bernard Spil brnrd at FreeBSD.org
Sun Jun 5 21:52:38 UTC 2016


Author: brnrd
Date: Sun Jun  5 21:52:36 2016
New Revision: 416437
URL: https://svnweb.freebsd.org/changeset/ports/416437

Log:
  security/letskencrypt: Update to 0.1.6
  
    - Update to latest upstream version 0.1.6
    - Use regular version numbering with dots not underscore
    - Refactor DISTVERSIONPREFIX to GH_TAGNAME

Modified:
  head/security/letskencrypt/Makefile
  head/security/letskencrypt/distinfo

Modified: head/security/letskencrypt/Makefile
==============================================================================
--- head/security/letskencrypt/Makefile	Sun Jun  5 21:15:20 2016	(r416436)
+++ head/security/letskencrypt/Makefile	Sun Jun  5 21:52:36 2016	(r416437)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	letskencrypt
-DISTVERSIONPREFIX=	VERSION_
-PORTVERSION=	0_1_5
+PORTVERSION=	0.1.6
 CATEGORIES=	security
 
 MAINTAINER=	brnrd at FreeBSD.org
@@ -17,11 +16,12 @@ USE_OPENSSL=	yes
 
 GH_ACCOUNT=	kristapsdz
 GH_PROJECT=	${PORTNAME}-portable
+GH_TAGNAME=	VERSION_${PORTVERSION:S/./_/g}
 
 MAKEFILE=	GNUmakefile
 MAKE_ARGS=	PREFIX=${STAGEDIR}/${PREFIX}
 
-WITH_OPENSSL_PORT=	yes
+#WITH_OPENSSL_PORT=	yes
 OPENSSL_PORT=	security/libressl
 
 WWWDIR=		${PREFIX}/www/letsencrypt

Modified: head/security/letskencrypt/distinfo
==============================================================================
--- head/security/letskencrypt/distinfo	Sun Jun  5 21:15:20 2016	(r416436)
+++ head/security/letskencrypt/distinfo	Sun Jun  5 21:52:36 2016	(r416437)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464616584
-SHA256 (kristapsdz-letskencrypt-portable-VERSION_0_1_5_GH0.tar.gz) = 046b46711202beb7a012b81aabacf4407434a655857eacedd9f76d0306c4867a
-SIZE (kristapsdz-letskencrypt-portable-VERSION_0_1_5_GH0.tar.gz) = 39307
+TIMESTAMP = 1465163309
+SHA256 (kristapsdz-letskencrypt-portable-0.1.6-VERSION_0_1_6_GH0.tar.gz) = 117447ad4395862d62acf85d955c2c29c06c544d0e577e12038a1fe69de21405
+SIZE (kristapsdz-letskencrypt-portable-0.1.6-VERSION_0_1_6_GH0.tar.gz) = 39443


More information about the svn-ports-head mailing list