From owner-svn-ports-head@freebsd.org Thu Dec 31 08:25:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10B65A558E2; Thu, 31 Dec 2015 08:25:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA71C1479; Thu, 31 Dec 2015 08:25:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBV8PZKw019413; Thu, 31 Dec 2015 08:25:35 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBV8PZYm019411; Thu, 31 Dec 2015 08:25:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512310825.tBV8PZYm019411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 31 Dec 2015 08:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404912 - head/audio/sox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 08:25:37 -0000 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