Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 18:28:17 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350398 - head/graphics/eos-movrec
Message-ID:  <201404061828.s36ISHEk023092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Sun Apr  6 18:28:17 2014
New Revision: 350398
URL: http://svnweb.freebsd.org/changeset/ports/350398
QAT: https://qat.redports.org/buildarchive/r350398/

Log:
  - Use dos2unix and tar:bzip2 instead of USE_DOS2UNIX and USE_BZIP2=yes
  - Change Desktop entry file

Modified:
  head/graphics/eos-movrec/Makefile

Modified: head/graphics/eos-movrec/Makefile
==============================================================================
--- head/graphics/eos-movrec/Makefile	Sun Apr  6 18:19:46 2014	(r350397)
+++ head/graphics/eos-movrec/Makefile	Sun Apr  6 18:28:17 2014	(r350398)
@@ -14,16 +14,15 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
 
-USE_BZIP2=	yes
-USES=		cmake pkgconfig
-USE_DOS2UNIX=	*.pro *.cpp *.h
+USES=		cmake dos2unix pkgconfig tar:bzip2
+DOS2UNIX_GLOB=	*.pro *.cpp *.h
 USE_QT4=	qmake_build moc_build rcc_build uic_build gui
 
 INSTALLS_ICONS=	yes
 ICON_SIZES=	16x16 32x32 128x128 256x256 512x512
 
-DESKTOP_ENTRIES="EOS Camera Movie Recorder" "${COMMENT}" "${PORTNAME}" \
-		"eos_movrec" "Graphics;Photography;Qt;" false
+DESKTOP_ENTRIES="EOS Camera Movie Recorder" "" "${PORTNAME}" \
+		"eos_movrec" "Graphics;Photography;Qt;" ""
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|GLIBC|${OPSYS}|' ${WRKSRC}/os_api.h



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