From owner-svn-ports-head@freebsd.org Sun Dec 13 12:11:49 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 66670A14922; Sun, 13 Dec 2015 12:11:49 +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 3425010F1; Sun, 13 Dec 2015 12:11:49 +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 tBDCBm3X022227; Sun, 13 Dec 2015 12:11:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDCBmvK022226; Sun, 13 Dec 2015 12:11:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512131211.tBDCBmvK022226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 13 Dec 2015 12:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403661 - head/audio/audacity 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: Sun, 13 Dec 2015 12:11:49 -0000 Author: riggs Date: Sun Dec 13 12:11:48 2015 New Revision: 403661 URL: https://svnweb.freebsd.org/changeset/ports/403661 Log: Fix accidental dos2unix on non-text-files during build PR: 204816 Submitted by: lenzi.sergio@gmail.com Approved by: xxjack12xx@gmail.com (maintainer) Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sun Dec 13 11:32:44 2015 (r403660) +++ head/audio/audacity/Makefile Sun Dec 13 12:11:48 2015 (r403661) @@ -3,6 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/audacity/audacity/archive/ DISTNAME= Audacity-${PORTVERSION} @@ -31,6 +32,7 @@ WX_COMPS= wx INSTALLS_ICONS= yes PORTDOCS= README.txt INSTALL_TARGET= install-strip +DOS2UNIX_GLOB= Makefile.* *.c* *.h OPTIONS_DEFINE= NLS DEBUG DOCS FLAC ID3TAG LADSPA LAME MAD MIDI \ SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST