diff options
author | riggs <riggs@FreeBSD.org> | 2015-12-31 16:25:35 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-12-31 16:25:35 +0800 |
commit | 352e560ec96e1809f090fdb0726165c7b5e25092 (patch) | |
tree | 67f7284c5c99e1a893ef05d52907fb067b73a6ab /audio | |
parent | 045e41c71a5b9fec7d66363c3584060bbd4a865c (diff) | |
download | freebsd-ports-gnome-352e560ec96e1809f090fdb0726165c7b5e25092.tar.gz freebsd-ports-gnome-352e560ec96e1809f090fdb0726165c7b5e25092.tar.zst freebsd-ports-gnome-352e560ec96e1809f090fdb0726165c7b5e25092.zip |
Display version string correctly
PR: 205732
Submitted by: eserte12@yahoo.de
Approved by: dnelson@allantgroup.com (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/Makefile | 4 | ||||
-rw-r--r-- | audio/sox/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index a9b0947c735a..d97c283e6731 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -3,9 +3,13 @@ PORTNAME= sox PORTVERSION= 14.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF +PATCHFILES= 0001-Remove-pure-attribute-from-functions-with-side-effec.patch:-p1 +PATCH_SITES= https://sourceforge.net/p/sox/patches/104/attachment/ + MAINTAINER= dnelson@allantgroup.com COMMENT= SOund eXchange - universal sound sample translator diff --git a/audio/sox/distinfo b/audio/sox/distinfo index 17badd9a89d5..7a9148a855f0 100644 --- a/audio/sox/distinfo +++ b/audio/sox/distinfo @@ -1,2 +1,4 @@ SHA256 (sox-14.4.2.tar.gz) = b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c SIZE (sox-14.4.2.tar.gz) = 1134299 +SHA256 (0001-Remove-pure-attribute-from-functions-with-side-effec.patch) = c267442c506e674b8cba800c0a3425904d91b69f25c0cf5bcb8f31445361c0a0 +SIZE (0001-Remove-pure-attribute-from-functions-with-side-effec.patch) = 1273 |