ftp/fineftp-server: Update 1.1.0 -> 1.2.0
Reported by: portscout
This commit is contained in:
parent
6a0dec8879
commit
48f4cb3e15
4 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fineftp-server
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.0
|
||||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= ftp
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1638510455
|
||||
SHA256 (continental-fineftp-server-v1.1.0_GH0.tar.gz) = 26f00c37c09ba1756ee79bb07c26149343384f0902b3448efe7b09b9dd22f8f7
|
||||
SIZE (continental-fineftp-server-v1.1.0_GH0.tar.gz) = 24250
|
||||
TIMESTAMP = 1640111875
|
||||
SHA256 (continental-fineftp-server-v1.2.0_GH0.tar.gz) = f943200b677d48eb4fd5896d0a359a2d208d6c85b4d122faf8dd4227b6ffa102
|
||||
SIZE (continental-fineftp-server-v1.2.0_GH0.tar.gz) = 24949
|
||||
|
|
8
ftp/fineftp-server/files/patch-CMakeLists.txt
Normal file
8
ftp/fineftp-server/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- 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)
|
|
@ -7,4 +7,4 @@ 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.1.0
|
||||
lib/libfineftp-server.so.1.2.0
|
||||
|
|
Loading…
Reference in a new issue