svn commit: r386548 - head/audio/cantata

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 16 13:59:36 UTC 2015


Author: amdmi3
Date: Sat May 16 13:59:35 2015
New Revision: 386548
URL: https://svnweb.freebsd.org/changeset/ports/386548

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

Modified:
  head/audio/cantata/Makefile

Modified: head/audio/cantata/Makefile
==============================================================================
--- head/audio/cantata/Makefile	Sat May 16 13:57:10 2015	(r386547)
+++ head/audio/cantata/Makefile	Sat May 16 13:59:35 2015	(r386548)
@@ -10,6 +10,7 @@ MAINTAINER=		kde at FreeBSD.org
 COMMENT=		Graphical client for MPD using Qt5
 
 LICENSE=		GPLv3
+LICENSE_FILE=		${WRKSRC}/LICENSE
 
 USE_KDE4=		oxygen
 USE_QT5=		buildtools_build concurrent core dbus gui \
@@ -22,7 +23,8 @@ CMAKE_ARGS=		-DENABLE_QT5:BOOL=TRUE	\
 			-DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \
 			-DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease
 
-USES=			cmake:outsource pkgconfig tar:bzip2
+USES=			cmake:outsource cpe pkgconfig tar:bzip2
+CPE_VENDOR=		craig_drummond
 USE_LDCONFIG=		yes
 
 INSTALLS_ICONS=		yes


More information about the svn-ports-all mailing list