Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 00:31:11 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c96ef116e68 - main - misc/soapysdr: Moved man to share/man
Message-ID:  <202401270031.40R0VBfU029320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c96ef116e6831fa92b8eaaf612b8a5c31781bc0

commit 7c96ef116e6831fa92b8eaaf612b8a5c31781bc0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 00:21:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 00:30:43 +0000

    misc/soapysdr: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/soapysdr/Makefile                        | 1 +
 misc/soapysdr/files/patch-apps_CMakeLists.txt | 8 --------
 misc/soapysdr/pkg-plist                       | 2 +-
 3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/misc/soapysdr/Makefile b/misc/soapysdr/Makefile
index 11f1b2484655..7f96a39d83b5 100644
--- a/misc/soapysdr/Makefile
+++ b/misc/soapysdr/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	SoapySDR
 DISTVERSIONPREFIX=	soapy-sdr-
 DISTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	misc hamradio
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/soapysdr/files/patch-apps_CMakeLists.txt b/misc/soapysdr/files/patch-apps_CMakeLists.txt
deleted file mode 100644
index 9e1f6a5dd603..000000000000
--- a/misc/soapysdr/files/patch-apps_CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
---- apps/CMakeLists.txt.orig	2018-06-19 05:02:30 UTC
-+++ apps/CMakeLists.txt
-@@ -17,4 +17,4 @@ target_link_libraries(SoapySDRUtil ${Soa
- install(TARGETS SoapySDRUtil DESTINATION bin)
- 
- #install man pages for the application executable
--install(FILES SoapySDRUtil.1 DESTINATION share/man/man1)
-+install(FILES SoapySDRUtil.1 DESTINATION man/man1)
diff --git a/misc/soapysdr/pkg-plist b/misc/soapysdr/pkg-plist
index e24f351e3c0d..c549bd400a04 100644
--- a/misc/soapysdr/pkg-plist
+++ b/misc/soapysdr/pkg-plist
@@ -26,7 +26,7 @@ lib/libSoapySDR.so
 lib/libSoapySDR.so.0.8
 lib/libSoapySDR.so.0.8.1
 libdata/pkgconfig/SoapySDR.pc
-man/man1/SoapySDRUtil.1.gz
+share/man/man1/SoapySDRUtil.1.gz
 share/cmake/SoapySDR/SoapySDRConfig.cmake
 share/cmake/SoapySDR/SoapySDRConfigVersion.cmake
 share/cmake/SoapySDR/SoapySDRExport-%%CMAKE_BUILD_TYPE%%.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270031.40R0VBfU029320>