svn commit: r499262 - head/security/sops

Steve Wills swills at FreeBSD.org
Thu Apr 18 13:50:58 UTC 2019


Author: swills
Date: Thu Apr 18 13:50:57 2019
New Revision: 499262
URL: https://svnweb.freebsd.org/changeset/ports/499262

Log:
  security/sops: Update to 3.3.0
  
  PR:		237358
  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	Thu Apr 18 13:44:57 2019	(r499261)
+++ head/security/sops/Makefile	Thu Apr 18 13:50:57 2019	(r499262)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sops
-DISTVERSION=	3.2.0
+DISTVERSION=	3.3.0
 CATEGORIES=	security editors
 
 MAINTAINER=	dg at syrec.org
@@ -9,24 +9,19 @@ COMMENT=	Editor of encrypted files that supports YAML,
 
 LICENSE=	MPL20
 
-BUILD_DEPENDS=	go>=1.8:lang/go
+USES=		go
 
+GO_PKGNAME=	go.mozilla.org/sops
+GO_TARGET=	./cmd/sops
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	mozilla
-GH_SUBDIR=	src/go.mozilla.org/${PORTNAME}
 
 PLIST_FILES=	bin/sops
 
 OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	README.rst CHANGELOG.rst
-
-do-build:
-	cd ${WRKSRC}/${GH_SUBDIR} && \
-		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} ./cmd/sops
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/security/sops/distinfo
==============================================================================
--- head/security/sops/distinfo	Thu Apr 18 13:44:57 2019	(r499261)
+++ head/security/sops/distinfo	Thu Apr 18 13:50:57 2019	(r499262)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547919369
-SHA256 (mozilla-sops-3.2.0_GH0.tar.gz) = 7063b15b8e4a1625e3f2a64d582c424e93ee0b7292de9891dd3918ab1596c8fe
-SIZE (mozilla-sops-3.2.0_GH0.tar.gz) = 53718295
+TIMESTAMP = 1555590199
+SHA256 (mozilla-sops-3.3.0_GH0.tar.gz) = ba9cf4dffeba97ae738a71b1f647780ef71e01466e1fe5a9b61bca5e89d25a19
+SIZE (mozilla-sops-3.3.0_GH0.tar.gz) = 53717019


More information about the svn-ports-all mailing list