Date: Sun, 13 Dec 2015 12:11:48 +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: r403661 - head/audio/audacity Message-ID: <201512131211.tBDCBmvK022226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512131211.tBDCBmvK022226>