Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 11:57:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386602 - head/audio/audacity
Message-ID:  <201505171157.t4HBvTOd039418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 17 11:57:28 2015
New Revision: 386602
URL: https://svnweb.freebsd.org/changeset/ports/386602

Log:
  - Add CPE info
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Sun May 17 11:39:52 2015	(r386601)
+++ head/audio/audacity/Makefile	Sun May 17 11:57:28 2015	(r386602)
@@ -11,13 +11,14 @@ MAINTAINER=	xxjack12xx@gmail.com
 COMMENT=	GUI editor for digital audio waveforms
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-minsrc-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext gmake pkgconfig shared-mime-info \
+USES=		cpe desktop-file-utils gettext gmake pkgconfig shared-mime-info \
 		tar:xz
 USE_WX=		2.8
 WX_UNICODE=	yes



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