Index: head/net/sshping/files/patch-CMakeLists.txt =================================================================== --- head/net/sshping/files/patch-CMakeLists.txt (revision 465102) +++ head/net/sshping/files/patch-CMakeLists.txt (nonexistent) @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2018-03-15 21:50:52 UTC -+++ CMakeLists.txt -@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8) - #find_package(libssh) - - # Build the sshping binary --set(CMAKE_CXX_FLAGS "-I ../ext/ -Wall") -+set(CMAKE_CXX_FLAGS "-I ${CMAKE_CURRENT_SOURCE_DIR}/ext/ -Wall") - add_executable(${PROJECT_NAME} src/sshping.cxx) - target_link_libraries(${PROJECT_NAME} ssh) - install(TARGETS ${PROJECT_NAME} DESTINATION bin CONFIGURATIONS Release) -@@ -16,7 +16,7 @@ if (P2M) - message(STATUS "pod2man found, use the 'man' target to build") - endif (P2M) - set(DOC_DIR ${CMAKE_SOURCE_DIR}/doc) --set(P2M_OPTS -c "ssh-based ping test utility" -d 2018-03-13 -r v0.1.3) -+set(P2M_OPTS --section=8 -c "ssh-based ping test utility" -d 2018-03-13 -r v0.1.3) - set(MAN_SRC ${DOC_DIR}/sshping.pod) - set(MAN_TGT ${DOC_DIR}/sshping.8) - add_custom_command( Property changes on: head/net/sshping/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/sshping/Makefile =================================================================== --- head/net/sshping/Makefile (revision 465102) +++ head/net/sshping/Makefile (revision 465103) @@ -1,26 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= sshping -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org COMMENT= SSH-based ping to measure character echo latency and bandwidth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh.so:security/libssh USES= cmake localbase:ldflags perl5 USE_GITHUB= yes USE_PERL5= build GH_ACCOUNT= spook PLIST_FILES= bin/sshping man/man8/sshping.8.gz .include Index: head/net/sshping/distinfo =================================================================== --- head/net/sshping/distinfo (revision 465102) +++ head/net/sshping/distinfo (revision 465103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521382329 -SHA256 (spook-sshping-v0.1.3_GH0.tar.gz) = 526894c1f2206420e3a450bb5ff6fc409c2aabd8507023d05fdec713e332c1ba -SIZE (spook-sshping-v0.1.3_GH0.tar.gz) = 3535457 +TIMESTAMP = 1521568876 +SHA256 (spook-sshping-v0.1.4_GH0.tar.gz) = 589623e3fbe88dc1d423829e821f9d57f09aef0d9a2f04b7740b50909217863a +SIZE (spook-sshping-v0.1.4_GH0.tar.gz) = 3536227