svn commit: r491203 - head/security/sops

Steve Wills swills at FreeBSD.org
Fri Jan 25 20:31:22 UTC 2019


Author: swills
Date: Fri Jan 25 20:31:21 2019
New Revision: 491203
URL: https://svnweb.freebsd.org/changeset/ports/491203

Log:
  security/sops: update to 3.2.0
  
  PR:		235065
  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	Fri Jan 25 20:14:46 2019	(r491202)
+++ head/security/sops/Makefile	Fri Jan 25 20:31:21 2019	(r491203)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sops
-DISTVERSION=	3.1.0
+DISTVERSION=	3.2.0
 CATEGORIES=	security editors
 
 MAINTAINER=	dg at syrec.org
@@ -22,7 +22,7 @@ OPTIONS_DEFINE=	DOCS
 PORTDOCS=	README.rst CHANGELOG.rst
 
 do-build:
-	@cd ${WRKSRC}/${GH_SUBDIR} && \
+	cd ${WRKSRC}/${GH_SUBDIR} && \
 		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} ./cmd/sops
 
 do-install:

Modified: head/security/sops/distinfo
==============================================================================
--- head/security/sops/distinfo	Fri Jan 25 20:14:46 2019	(r491202)
+++ head/security/sops/distinfo	Fri Jan 25 20:31:21 2019	(r491203)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536834923
-SHA256 (mozilla-sops-3.1.0_GH0.tar.gz) = 9be1ea2d21951e09b7c8da94e6fedd1fa0f3d848fd4ebc84928748819eb00a3e
-SIZE (mozilla-sops-3.1.0_GH0.tar.gz) = 44400810
+TIMESTAMP = 1547919369
+SHA256 (mozilla-sops-3.2.0_GH0.tar.gz) = 7063b15b8e4a1625e3f2a64d582c424e93ee0b7292de9891dd3918ab1596c8fe
+SIZE (mozilla-sops-3.2.0_GH0.tar.gz) = 53718295


More information about the svn-ports-head mailing list