git: c828f099d234 - main - ftp/fineftp-server: update 1.3.1 → 1.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Nov 2024 17:21:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c828f099d2348ae17c563c75cfde8b00e80ea103 commit c828f099d2348ae17c563c75cfde8b00e80ea103 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-08 16:40:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-08 17:21:05 +0000 ftp/fineftp-server: update 1.3.1 → 1.4.3 --- ftp/fineftp-server/Makefile | 8 ++++---- ftp/fineftp-server/distinfo | 6 +++--- ftp/fineftp-server/files/patch-CMakeLists.txt | 8 -------- ftp/fineftp-server/pkg-plist | 3 ++- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/ftp/fineftp-server/Makefile b/ftp/fineftp-server/Makefile index 0f4a9bff22de..9dbc9ac8fe5b 100644 --- a/ftp/fineftp-server/Makefile +++ b/ftp/fineftp-server/Makefile @@ -1,12 +1,11 @@ PORTNAME= fineftp-server DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 -PORTREVISION= 2 +DISTVERSION= 1.4.3 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org COMMENT= C++ minimal FTP server library -WWW= https://github.com/continental/fineftp-server +WWW= https://github.com/eclipse-ecal/fineftp-server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -18,9 +17,10 @@ USES= cmake compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes -GH_ACCOUNT= continental +GH_ACCOUNT= eclipse-ecal CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= FINEFTP_SERVER_BUILD_SAMPLES CMAKE_ARGS= -Dasio_INCLUDE_DIR=${LOCALBASE}/include .include <bsd.port.mk> diff --git a/ftp/fineftp-server/distinfo b/ftp/fineftp-server/distinfo index a1536e62a379..1511109b5050 100644 --- a/ftp/fineftp-server/distinfo +++ b/ftp/fineftp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657587909 -SHA256 (continental-fineftp-server-v1.3.1_GH0.tar.gz) = 2a51bb4fcae3b0462ff6e59b5610a65e0efd6f5787eefa34d3a91b57ce5ffdf1 -SIZE (continental-fineftp-server-v1.3.1_GH0.tar.gz) = 26416 +TIMESTAMP = 1731062600 +SHA256 (eclipse-ecal-fineftp-server-v1.4.3_GH0.tar.gz) = 6c739e323f78450e48a9df460e98eb5e2702b956c1e0fa4e7eb44e2d8c21bdf7 +SIZE (eclipse-ecal-fineftp-server-v1.4.3_GH0.tar.gz) = 46105 diff --git a/ftp/fineftp-server/files/patch-CMakeLists.txt b/ftp/fineftp-server/files/patch-CMakeLists.txt deleted file mode 100644 index c1fe45032522..000000000000 --- a/ftp/fineftp-server/files/patch-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- CMakeLists.txt.orig 2021-12-21 18:39:18 UTC -+++ CMakeLists.txt -@@ -24,4 +24,4 @@ if (_cmp) - endif() - - add_subdirectory(fineftp-server) --add_subdirectory(example) -+#add_subdirectory(example) diff --git a/ftp/fineftp-server/pkg-plist b/ftp/fineftp-server/pkg-plist index f91c56e63f40..239f0ed9df16 100644 --- a/ftp/fineftp-server/pkg-plist +++ b/ftp/fineftp-server/pkg-plist @@ -3,8 +3,9 @@ include/fineftp/fineftp_version.h include/fineftp/permissions.h include/fineftp/server.h lib/cmake/fineftp/fineftpConfig.cmake +lib/cmake/fineftp/fineftpConfigVersion.cmake lib/cmake/fineftp/fineftpTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/fineftp/fineftpTargets.cmake lib/libfineftp-server.so lib/libfineftp-server.so.1 -lib/libfineftp-server.so.1.3.1 +lib/libfineftp-server.so.1.4.3