Date: Sun, 25 Apr 2021 18:14:26 GMT From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da383094f6f2 - main - audio/visp-go: Update to latest commit Message-ID: <202104251814.13PIEQOL090048@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=da383094f6f2d3137ca1b6bb4cc7fbb24e0f5333 commit da383094f6f2d3137ca1b6bb4cc7fbb24e0f5333 Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2021-04-25 18:13:52 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2021-04-25 18:13:52 +0000 audio/visp-go: Update to latest commit --- audio/visp-go/Makefile | 7 ++++--- audio/visp-go/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index a4194a6c4f3e..81027e4996ee 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -12,7 +12,7 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ambientsound GH_PROJECT= ${PORTNAME:C/-go//} -GH_TAGNAME= 35e21a8 +GH_TAGNAME= 9bd927e GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ @@ -52,7 +52,6 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ zmb3:spotify:v1.1.2:zmb3_spotify/vendor/github.com/zmb3/spotify - _BUILD_VERSION= ${GH_TAGNAME} _BUILD_DATE= $$(date +%s) @@ -75,6 +74,8 @@ SPOTIFYD_RUN_DEPENDS= spotifyd:audio/spotifyd post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${_DOCS} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && \ + ${INSTALL_DATA} ${_DOCS} \ + ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/audio/visp-go/distinfo b/audio/visp-go/distinfo index 2c0a37a7f93f..ca2bf6d77b8c 100644 --- a/audio/visp-go/distinfo +++ b/audio/visp-go/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1619107132 -SHA256 (ambientsound-visp-g20210422-35e21a8_GH0.tar.gz) = b428519e9bd01abe72ac68576b806c08172ef63bc241a19c035722151d25f181 -SIZE (ambientsound-visp-g20210422-35e21a8_GH0.tar.gz) = 273404 +TIMESTAMP = 1619374286 +SHA256 (ambientsound-visp-g20210422-9bd927e_GH0.tar.gz) = 1ae1cf2beae65e86ca4d9b777281371aa03143ed79c72ab246e1411f584ef939 +SIZE (ambientsound-visp-g20210422-9bd927e_GH0.tar.gz) = 275232 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104251814.13PIEQOL090048>