svn commit: r315251 - head/deskutils/strigi
Max Brazhnikov
makc at FreeBSD.org
Mon Mar 25 23:28:46 UTC 2013
Author: makc
Date: Mon Mar 25 23:28:45 2013
New Revision: 315251
URL: http://svnweb.freebsd.org/changeset/ports/315251
Log:
- Remove stale dependence on devel/boost-libs
- Clean up Makefile
Modified:
head/deskutils/strigi/Makefile
Modified: head/deskutils/strigi/Makefile
==============================================================================
--- head/deskutils/strigi/Makefile Mon Mar 25 22:13:49 2013 (r315250)
+++ head/deskutils/strigi/Makefile Mon Mar 25 23:28:45 2013 (r315251)
@@ -3,6 +3,7 @@
PORTNAME= strigi
PORTVERSION= 0.7.8
+PORTREVISON= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.vandenoever.info/software/strigi/
@@ -12,8 +13,7 @@ COMMENT= Desktop searching program
LIB_DEPENDS= avcodec${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} \
clucene-core:${PORTSDIR}/textproc/clucene \
dbus-1:${PORTSDIR}/devel/dbus \
- exiv2.12:${PORTSDIR}/graphics/exiv2 \
- boost_thread:${PORTSDIR}/devel/boost-libs
+ exiv2:${PORTSDIR}/graphics/exiv2
USE_QT4= corelib gui dbus moc_build uic_build qmake_build rcc_build
USE_BZIP2= yes
@@ -37,7 +37,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-l
.endif
post-patch:
- ${MKDIR} ${WRKSRC}
${REINPLACE_CMD} -e \
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/libstreamanalyzer/CMakeLists.txt \
More information about the svn-ports-head
mailing list