diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-04-25 19:13:52 +0100 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-04-25 19:13:52 +0100 |
commit | da383094f6f2d3137ca1b6bb4cc7fbb24e0f5333 (patch) | |
tree | 39fe195eeb118555d577705e61f2c162909c05e8 /audio/visp-go | |
parent | graphics/tiff: update to 4.3.0 (diff) |
audio/visp-go: Update to latest commit
Diffstat (limited to 'audio/visp-go')
-rw-r--r-- | audio/visp-go/Makefile | 7 | ||||
-rw-r--r-- | 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 |