diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-04 20:24:09 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-04 20:24:09 +0000 |
commit | 9ec1ad5e14f8d53eba394268003302e34d8f2085 (patch) | |
tree | 50bf453fa8a705cda25367e060985a5da757efb9 /audio | |
parent | multimedia/ffmpeg: Don't ship static libraries (diff) |
net/libwebsockets: Update to 4.1.6
Changelog:
https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable
PR: 251835
Submitted by: daniel.engberg.lists@pyret.net
Approved by: iblis.dif01@nctu.edu.tw (timeout)
Notes
Notes:
svn path=/head/; revision=564064
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ardour6/Makefile | 1 | ||||
-rw-r--r-- | audio/forked-daapd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index ed06226f8bfc..f2c398c6e903 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -3,6 +3,7 @@ PORTNAME= ardour6 PORTVERSION= 6.5.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index c2c4ad57bee8..c2f2bdc50371 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -3,7 +3,7 @@ PORTNAME= forked-daapd DISTVERSION= 27.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/ejurgensen/forked-daapd/releases/download/${DISTVERSION}/ |