svn commit: r350398 - head/graphics/eos-movrec
Rusmir Dusko
nemysis at FreeBSD.org
Sun Apr 6 18:28:18 UTC 2014
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
More information about the svn-ports-all
mailing list