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/samplv1-lv2 | |
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/samplv1-lv2')
-rw-r--r-- | audio/samplv1-lv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/samplv1-lv2/Makefile b/audio/samplv1-lv2/Makefile index 90c7ec1bd9ce..ead4b6220c47 100644 --- a/audio/samplv1-lv2/Makefile +++ b/audio/samplv1-lv2/Makefile @@ -3,6 +3,7 @@ PORTNAME= samplv1 DISTVERSIONPREFIX= ${PORTNAME}_ DISTVERSION= 0_9_17 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 |