Skip to content

Commit

Permalink
devel/mrc: update 1.3.10 → 1.3.11
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Feb 2, 2024
1 parent 44e8527 commit a9ff97a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
8 changes: 5 additions & 3 deletions devel/mrc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mrc
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.10
DISTVERSION= 1.3.11
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -11,13 +11,15 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= libmcfp>0:devel/libmcfp
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
TEST_DEPENDS= catch2>0:devel/catch2

USES= cmake
USES= cmake:testing

USE_GITHUB= yes
GH_ACCOUNT= mhekkel

CMAKE_OFF= BUILD_TESTING

PLIST_FILES= bin/mrc \
share/man/man1/mrc.1.gz \
share/mrc/cmake/mrc-config.cmake
Expand Down
6 changes: 3 additions & 3 deletions devel/mrc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1692166944
SHA256 (mhekkel-mrc-v1.3.10_GH0.tar.gz) = 2bc9b468db61d89428bce6cd3db1b2d74e60b78f3dcef32d641c99e16c6b5b9b
SIZE (mhekkel-mrc-v1.3.10_GH0.tar.gz) = 50756
TIMESTAMP = 1706860355
SHA256 (mhekkel-mrc-v1.3.11_GH0.tar.gz) = a5d5ce4fcd4ad38ececa2ea6db528ea82a530d0fe07d466847cfbc7ff83e1053
SIZE (mhekkel-mrc-v1.3.11_GH0.tar.gz) = 56743
18 changes: 13 additions & 5 deletions devel/mrc/files/patch-CMakeLists.txt
@@ -1,9 +1,17 @@
--- CMakeLists.txt.orig 2022-10-04 02:20:12 UTC
--- CMakeLists.txt.orig 2024-02-01 14:44:29 UTC
+++ CMakeLists.txt
@@ -98,4 +98,4 @@ else()
install(FILES mrc.1 DESTINATION share/man/man1)
@@ -117,7 +117,7 @@ endif()
add_test(NAME unit-test COMMAND $<TARGET_FILE:mrc-unit-test> WORKING_DIRECTORY .)
endif()

-install(TARGETS mrc)
+#install(DIRECTORY example DESTINATION share/examples/mrc)

if(WIN32)
install(FILES cmake/mrc-config.cmake DESTINATION cmake)
@@ -127,4 +127,4 @@ endif()
install(FILES doc/mrc.1 DESTINATION share/man/man1)
endif()

-install(DIRECTORY example DESTINATION share/doc/mrc/)
\ No newline at end of file
+install(DIRECTORY example DESTINATION share/examples/mrc)
+#install(DIRECTORY example DESTINATION share/doc/mrc/)

0 comments on commit a9ff97a

Please sign in to comment.