svn commit: r479971 - head/security/sops

Steve Wills swills at FreeBSD.org
Tue Sep 18 03:27:40 UTC 2018


Author: swills
Date: Tue Sep 18 03:27:39 2018
New Revision: 479971
URL: https://svnweb.freebsd.org/changeset/ports/479971

Log:
  security/sops: Update to 3.1.0
  
  PR:		231338
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/security/sops/Makefile   (contents, props changed)
  head/security/sops/distinfo   (contents, props changed)

Modified: head/security/sops/Makefile
==============================================================================
--- head/security/sops/Makefile	Tue Sep 18 03:22:15 2018	(r479970)
+++ head/security/sops/Makefile	Tue Sep 18 03:27:39 2018	(r479971)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sops
-DISTVERSION=	3.0.5
+DISTVERSION=	3.1.0
 CATEGORIES=	security editors
 
 MAINTAINER=	dg at syrec.org
@@ -28,7 +28,7 @@ do-build:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
-do-install-DOCS-on:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 

Modified: head/security/sops/distinfo
==============================================================================
--- head/security/sops/distinfo	Tue Sep 18 03:22:15 2018	(r479970)
+++ head/security/sops/distinfo	Tue Sep 18 03:27:39 2018	(r479971)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526741304
-SHA256 (mozilla-sops-3.0.5_GH0.tar.gz) = 4a47f33e5e4e5b7bd252ec2121a07e4b1b0081f3570d51477e36a85786dd3378
-SIZE (mozilla-sops-3.0.5_GH0.tar.gz) = 33614204
+TIMESTAMP = 1536834923
+SHA256 (mozilla-sops-3.1.0_GH0.tar.gz) = 9be1ea2d21951e09b7c8da94e6fedd1fa0f3d848fd4ebc84928748819eb00a3e
+SIZE (mozilla-sops-3.1.0_GH0.tar.gz) = 44400810


More information about the svn-ports-head mailing list