diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-16 20:59:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-16 20:59:39 +0000 |
commit | e52c4d8479bfa46f721f84be652d38805dc0f217 (patch) | |
tree | badb6342337cb9c0fb27d4a7acb5423a80cae219 /science/massxpert | |
parent | a9a75e4ebd123ca2dbdc1354c7965f746fb21b92 (diff) | |
download | ports-e52c4d8479bfa46f721f84be652d38805dc0f217.tar.gz ports-e52c4d8479bfa46f721f84be652d38805dc0f217.zip |
- Update to version 3.3.0 [1]
- Add missing deps
- Mark MAKE_JOBS_UNSAFE
- tab -> space in WWW: line
PR: ports/174397 [1]
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=309044
Diffstat (limited to 'science/massxpert')
-rw-r--r-- | science/massxpert/Makefile | 26 | ||||
-rw-r--r-- | science/massxpert/distinfo | 4 | ||||
-rw-r--r-- | science/massxpert/pkg-descr | 2 | ||||
-rw-r--r-- | science/massxpert/pkg-plist | 1 |
4 files changed, 21 insertions, 12 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 61bfcb02e3d9..4ef64b019cf4 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -1,25 +1,33 @@ -# New ports collection makefile for: massxpert -# Date created: 2010-05-14 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= massxpert -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ MAINTAINER= g.veniamin@googlemail.com 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 \ + xcb:${PORTSDIR}/x11/libxcb + LICENSE= GPLv3 USE_CMAKE= yes -USE_LDCONFIG= yes -USE_QT4= gui xml rcc_build qmake_build uic_build moc_build \ +USE_GETTEXT= yes +USE_ICONV= yes +USE_XORG= ice sm x11 xau 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 diff --git a/science/massxpert/distinfo b/science/massxpert/distinfo index 7d5a6981e2df..64118db161ec 100644 --- a/science/massxpert/distinfo +++ b/science/massxpert/distinfo @@ -1,2 +1,2 @@ -SHA256 (massxpert-3.1.0.tar.gz) = b9b60b19b71362e2907cd92c220021061c8b912ba8965e88379ffb552411c5bb -SIZE (massxpert-3.1.0.tar.gz) = 14827138 +SHA256 (massxpert-3.3.0.tar.gz) = eed640a43825ab58dc47cad93831a767c574c93f9ee3aa37e621beb2a999177f +SIZE (massxpert-3.3.0.tar.gz) = 16853069 diff --git a/science/massxpert/pkg-descr b/science/massxpert/pkg-descr index 061168528c02..4064a424c445 100644 --- a/science/massxpert/pkg-descr +++ b/science/massxpert/pkg-descr @@ -17,4 +17,4 @@ to another (using a dictionary, like between the 1-letter code and the 3-letter code of proteins) 2) conversion of number format according to any localized number format 3) sort mass lists. -WWW: http://massxpert.org/ +WWW: http://massxpert.org/ diff --git a/science/massxpert/pkg-plist b/science/massxpert/pkg-plist index e3e244924468..3d2a0f9ade98 100644 --- a/science/massxpert/pkg-plist +++ b/science/massxpert/pkg-plist @@ -76,6 +76,7 @@ share/applications/massxpert.desktop %%DATADIR%%/pol-chem-defs/protein-1-letter/glutamine.svg %%DATADIR%%/pol-chem-defs/protein-1-letter/glycine.svg %%DATADIR%%/pol-chem-defs/protein-1-letter/histidine.svg +%%DATADIR%%/pol-chem-defs/protein-1-letter/hydroxylation.svg %%DATADIR%%/pol-chem-defs/protein-1-letter/isoleucine.svg %%DATADIR%%/pol-chem-defs/protein-1-letter/leucine.svg %%DATADIR%%/pol-chem-defs/protein-1-letter/lysine.svg |