From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 20:39:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 850A015E; Mon, 30 Jun 2014 20:39:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58FE02294; Mon, 30 Jun 2014 20:39:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UKd0Gv007439; Mon, 30 Jun 2014 20:39:00 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UKd0Pu007432; Mon, 30 Jun 2014 20:39:00 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201406302039.s5UKd0Pu007432@svn.freebsd.org> From: Veniamin Gvozdikov Date: Mon, 30 Jun 2014 20:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359917 - head/science/massxpert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 20:39:00 -0000 Author: vg Date: Mon Jun 30 20:38:59 2014 New Revision: 359917 URL: http://svnweb.freebsd.org/changeset/ports/359917 QAT: https://qat.redports.org/buildarchive/r359917/ Log: - Support staging. Modified: head/science/massxpert/Makefile head/science/massxpert/pkg-plist Modified: head/science/massxpert/Makefile ============================================================================== --- head/science/massxpert/Makefile Mon Jun 30 20:35:26 2014 (r359916) +++ head/science/massxpert/Makefile Mon Jun 30 20:38:59 2014 (r359917) @@ -10,26 +10,22 @@ MASTER_SITES= http://download.tuxfamily. MAINTAINER= vg@FreeBSD.org COMMENT= The massXpert software for (bio)chemists -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig - LICENSE= GPLv3 +LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig + USE_GCC= any -USE_BZIP2= yes -USES= cmake gettext iconv +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 -MAN7= massxpert-data.7 -MAN1= massxpert.1 -NO_STAGE= yes .include Modified: head/science/massxpert/pkg-plist ============================================================================== --- head/science/massxpert/pkg-plist Mon Jun 30 20:35:26 2014 (r359916) +++ head/science/massxpert/pkg-plist Mon Jun 30 20:38:59 2014 (r359917) @@ -2,6 +2,8 @@ bin/massxpert lib/massxpert/plugins/libmassListSorterPlugin.so lib/massxpert/plugins/libseqToolsPlugin.so lib/massxpert/plugins/libnumeralsLocaleConverterPlugin.so +man/man1/massxpert.1.gz +man/man7/massxpert-data.7.gz %%DOCSDIR%%/COPYING share/applications/massxpert.desktop %%DATADIR%%/locales/massxpert_fr.qm