Date: Thu, 18 Apr 2019 13:50:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499262 - head/security/sops Message-ID: <201904181350.x3IDovH8042455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181350.x3IDovH8042455>