Index: head/science/massxpert/Makefile =================================================================== --- head/science/massxpert/Makefile (revision 381881) +++ head/science/massxpert/Makefile (revision 381882) @@ -1,31 +1,31 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= massxpert PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ MAINTAINER= vg@FreeBSD.org -COMMENT= The massXpert software for (bio)chemists +COMMENT= massXpert software for (bio)chemists LICENSE= GPLv3 LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libpcre.so:${PORTSDIR}/devel/pcre \ libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig USE_GCC= any USES= cmake gettext iconv tar:bzip2 USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_GNOME= glib20 USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \ svg USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes .include Index: head/science/massxpert/files/patch-lib_cleaveSpec.cpp =================================================================== --- head/science/massxpert/files/patch-lib_cleaveSpec.cpp (nonexistent) +++ head/science/massxpert/files/patch-lib_cleaveSpec.cpp (revision 381882) @@ -0,0 +1,11 @@ +--- lib/cleaveSpec.cpp.orig 2012-12-25 21:02:43 UTC ++++ lib/cleaveSpec.cpp +@@ -427,7 +427,7 @@ namespace massXpert + return false; + + +- if (parse() == -1) ++ if (parse() == false) + return false; + + // If there are rules, we have to check them all. Property changes on: head/science/massxpert/files/patch-lib_cleaveSpec.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/science/massxpert/files/patch-plugins-src_seqToolsPlugin_seqToolsPluginDlg.cpp =================================================================== --- head/science/massxpert/files/patch-plugins-src_seqToolsPlugin_seqToolsPluginDlg.cpp (nonexistent) +++ head/science/massxpert/files/patch-plugins-src_seqToolsPlugin_seqToolsPluginDlg.cpp (revision 381882) @@ -0,0 +1,11 @@ +--- plugins-src/seqToolsPlugin/seqToolsPluginDlg.cpp.orig 2012-12-25 21:02:43 UTC ++++ plugins-src/seqToolsPlugin/seqToolsPluginDlg.cpp +@@ -215,7 +215,7 @@ SeqToolsPluginDlg::loadDictionary () + + QStringList stringList = line.split (">", QString::SkipEmptyParts); + +- if (!stringList.size () == 2) ++ if (stringList.size () != 2) + { + QMessageBox::warning (this, + tr ("Sequence Manipulation Tools Plugin"), Property changes on: head/science/massxpert/files/patch-plugins-src_seqToolsPlugin_seqToolsPluginDlg.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property