svn commit: r405689 - head/security/lastpass-cli

Martin Wilke miwi at FreeBSD.org
Sun Jan 10 10:16:28 UTC 2016


Author: miwi
Date: Sun Jan 10 10:16:27 2016
New Revision: 405689
URL: https://svnweb.freebsd.org/changeset/ports/405689

Log:
  - Update to 0.8.0
  
  PR:		206052
  Submitted by:	maintainer

Modified:
  head/security/lastpass-cli/Makefile
  head/security/lastpass-cli/distinfo

Modified: head/security/lastpass-cli/Makefile
==============================================================================
--- head/security/lastpass-cli/Makefile	Sun Jan 10 10:16:18 2016	(r405688)
+++ head/security/lastpass-cli/Makefile	Sun Jan 10 10:16:27 2016	(r405689)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lastpass-cli
-PORTVERSION=	0.6.0
+PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -44,4 +44,7 @@ post-extract:
 	@${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \
 		${WRKSRC}/Makefile
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lpass
+
 .include <bsd.port.mk>

Modified: head/security/lastpass-cli/distinfo
==============================================================================
--- head/security/lastpass-cli/distinfo	Sun Jan 10 10:16:18 2016	(r405688)
+++ head/security/lastpass-cli/distinfo	Sun Jan 10 10:16:27 2016	(r405689)
@@ -1,2 +1,2 @@
-SHA256 (lastpass-lastpass-cli-v0.6.0_GH0.tar.gz) = e48f210b34a030e8b8cef3e1d05957aabe757ea4cd31bf03c46b70ddc830733c
-SIZE (lastpass-lastpass-cli-v0.6.0_GH0.tar.gz) = 65047
+SHA256 (lastpass-lastpass-cli-v0.8.0_GH0.tar.gz) = c5c6076a9a80de275f7fc57275d303cc0c4eb21ff06f705659047abc09a8595b
+SIZE (lastpass-lastpass-cli-v0.8.0_GH0.tar.gz) = 79167


More information about the svn-ports-head mailing list