svn commit: r503737 - head/security/lua-bcrypt

Kirill Ponomarev krion at FreeBSD.org
Sat Jun 8 15:00:10 UTC 2019


Author: krion
Date: Sat Jun  8 15:00:08 2019
New Revision: 503737
URL: https://svnweb.freebsd.org/changeset/ports/503737

Log:
  Upgrade to 2.1.4
  
  PR:		238325
  Submitted by:	maintainer

Modified:
  head/security/lua-bcrypt/Makefile
  head/security/lua-bcrypt/distinfo

Modified: head/security/lua-bcrypt/Makefile
==============================================================================
--- head/security/lua-bcrypt/Makefile	Sat Jun  8 14:51:08 2019	(r503736)
+++ head/security/lua-bcrypt/Makefile	Sat Jun  8 15:00:08 2019	(r503737)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bcrypt
-PORTVERSION=	2.1
+DISTVERSION=	2.1-4
 CATEGORIES=	security
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 
@@ -15,7 +15,7 @@ USES=		compiler:c11 gmake lua
 USE_GITHUB=	yes
 GH_ACCOUNT=	mikejsavage
 GH_PROJECT=	lua-bcrypt
-GH_TAGNAME=	d64cdc8
+GH_TAGNAME=	v2.1-4
 
 PLIST_FILES=	${LUA_MODLIBDIR}/bcrypt.so
 

Modified: head/security/lua-bcrypt/distinfo
==============================================================================
--- head/security/lua-bcrypt/distinfo	Sat Jun  8 14:51:08 2019	(r503736)
+++ head/security/lua-bcrypt/distinfo	Sat Jun  8 15:00:08 2019	(r503737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547819290
-SHA256 (mikejsavage-lua-bcrypt-2.1-d64cdc8_GH0.tar.gz) = 9fb5e557888f0cf2a2160757e837011a28617bd81fe1b43a825ca6487097d6f6
-SIZE (mikejsavage-lua-bcrypt-2.1-d64cdc8_GH0.tar.gz) = 41210
+TIMESTAMP = 1559664407
+SHA256 (mikejsavage-lua-bcrypt-2.1-4-v2.1-4_GH0.tar.gz) = 60565f2d83f7b67b7d4c8a975b96d29873ce00b48efe10226c4bf008974c8373
+SIZE (mikejsavage-lua-bcrypt-2.1-4-v2.1-4_GH0.tar.gz) = 37985


More information about the svn-ports-all mailing list