git: 1e0a1b9bd6e9 - main - science/massxpert: Improve port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 19:44:25 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e0a1b9bd6e942dac62d2ab92e5942a941d946d0 commit 1e0a1b9bd6e942dac62d2ab92e5942a941d946d0 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-05-03 21:42:56 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-05-19 19:38:15 +0000 science/massxpert: Improve port - Remove unneeded dependency on libpcre. [1] - Add USES= compiler:c++17-lang, consistent with set(CMAKE_CXX_STANDARD 17) (line 65 of CMakeLists.txt). [1] - Remove USES= tar:bzip2. [1] - Set WWW in pkg-descr to the site reported by README.md. Reported by: diizzy [1] Reviewed by: diizzy Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35138 --- science/massxpert/Makefile | 3 +-- science/massxpert/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 892bbb753a16..289a32633b4d 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -14,10 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread- LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpcre.so:devel/pcre \ libpng.so:graphics/png -USES= cmake gnome qt:5 tar:bzip2 xorg +USES= cmake compiler:c++17-lang gnome qt:5 xorg USE_GITLAB= yes GL_SITE= https://salsa.debian.org/ GL_ACCOUNT= debichem-team diff --git a/science/massxpert/pkg-descr b/science/massxpert/pkg-descr index 6ad116f435a0..835d908097ec 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: https://salsa.debian.org/debichem-team/massxpert +WWW: http://www.msxpertsuite.org