diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
commit | 8337fc6d5f69b84046f87dc7a846dbe640dbaf96 (patch) | |
tree | 51a2597f00d4b6d41cbf9add0ac210a8d19bac15 /audio/baresip | |
parent | Deprecate devel/gitg provides the same functionnality while maintained (diff) |
Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
Notes
Notes:
svn path=/head/; revision=550824
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index a0445a8f743a..b69a1a71c621 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -2,7 +2,7 @@ PORTNAME= baresip PORTVERSION= 0.5.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ |