mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ftp/fineftp-server: update 1.3.1 → 1.4.3
This commit is contained in:
parent
ed305f9a88
commit
c828f099d2
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user