Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 08:25:35 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404912 - head/audio/sox
Message-ID:  <201512310825.tBV8PZYm019411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Dec 31 08:25:35 2015
New Revision: 404912
URL: https://svnweb.freebsd.org/changeset/ports/404912

Log:
  Display version string correctly
  
  PR:		205732
  Submitted by:	eserte12@yahoo.de
  Approved by:	dnelson@allantgroup.com (maintainer)

Modified:
  head/audio/sox/Makefile
  head/audio/sox/distinfo

Modified: head/audio/sox/Makefile
==============================================================================
--- head/audio/sox/Makefile	Thu Dec 31 08:14:09 2015	(r404911)
+++ head/audio/sox/Makefile	Thu Dec 31 08:25:35 2015	(r404912)
@@ -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
 

Modified: head/audio/sox/distinfo
==============================================================================
--- head/audio/sox/distinfo	Thu Dec 31 08:14:09 2015	(r404911)
+++ head/audio/sox/distinfo	Thu Dec 31 08:25:35 2015	(r404912)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512310825.tBV8PZYm019411>