svn commit: r403661 - head/audio/audacity

Thomas Zander riggs at FreeBSD.org
Sun Dec 13 12:11:49 UTC 2015


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 at gmail.com
  Approved by:	xxjack12xx at 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


More information about the svn-ports-head mailing list