Date: Tue, 29 Aug 2023 07:32:58 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5bc123b587b1 - main - biology/biosoup: Install cmake files Message-ID: <202308290732.37T7WwAT074598@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bc123b587b19537873004b8c1b259158aad2e66 commit 5bc123b587b19537873004b8c1b259158aad2e66 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-29 06:27:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-29 07:32:45 +0000 biology/biosoup: Install cmake files --- biology/biosoup/Makefile | 11 ++++++----- biology/biosoup/pkg-descr | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/biology/biosoup/Makefile b/biology/biosoup/Makefile index 420d9c79734d..5c145e4c4628 100644 --- a/biology/biosoup/Makefile +++ b/biology/biosoup/Makefile @@ -1,5 +1,6 @@ PORTNAME= biosoup DISTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= biology devel MAINTAINER= yuri@FreeBSD.org @@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake compiler:gcc-c++11-lib +USES= cmake compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= rvaser @@ -24,10 +25,10 @@ PLIST_FILES= include/biosoup/nucleic_acid.hpp \ include/biosoup/overlap.hpp \ include/biosoup/progress_bar.hpp \ include/biosoup/sequence.hpp \ - include/biosoup/timer.hpp - -do-install: - cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include + include/biosoup/timer.hpp \ + lib/cmake/biosoup/biosoupConfig.cmake \ + lib/cmake/biosoup/biosoupConfigVersion.cmake \ + lib/cmake/biosoup/biosoupTargets.cmake do-test: @cd ${BUILD_WRKSRC} && \ diff --git a/biology/biosoup/pkg-descr b/biology/biosoup/pkg-descr index 3373e1e63115..f6c4d768e203 100644 --- a/biology/biosoup/pkg-descr +++ b/biology/biosoup/pkg-descr @@ -1,2 +1,2 @@ -Biosoup is a c++ collection of header only data structures used for storage and +Biosoup is a C++ collection of header only data structures used for storage and logging in bioinformatics tools.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308290732.37T7WwAT074598>