Unverified Commit 10d3ad26 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

security/libzrtpcppcore: Remove expired port

security/libzrtpcppcore
parent 8c0fa638
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3026,3 +3026,4 @@ security/f-prot||2024-02-29|Has expired: F-Prot Antivirus reached end-of-life on
security/fakebo||2024-02-29|Has expired: Remote admin software that hasn't been relevant for last 15 years
security/fcheck||2024-02-29|Has expired: Abandonware, upstream is gone and notes refers to Windows 98 as the newest OS
security/fl0p||2024-02-29|Has expired: Abandonware, last release in 2006 and no longer relevant
security/libzrtpcppcore||2024-02-29|Has expired: Obscure protocol that never got any traction, superseded by SRTP
+0 −1
Original line number Diff line number Diff line
@@ -328,7 +328,6 @@
    SUBDIR += libwhisker
    SUBDIR += libxcrypt
    SUBDIR += libyubikey
    SUBDIR += libzrtpcppcore
    SUBDIR += lime
    SUBDIR += linux-bitwarden-cli
    SUBDIR += linux-c7-ca-certificates

security/libzrtpcppcore/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
PORTNAME=	libzrtpcppcore
PORTVERSION=	4.6.6
PORTREVISION=	4
DISTVERSIONPREFIX=	V
CATEGORIES=	security

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNU ZRTP library
WWW=		https://github.com/wernerd/ZRTPCPP

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Obscure protocol that never got any traction, superseded by SRTP
EXPIRATION_DATE=2024-02-29 

USE_GITHUB=	yes
GH_ACCOUNT=	wernerd
GH_PROJECT=	ZRTPCPP

USES=		cmake:noninja compiler:c++11-lib
USE_CXXSTD=	c++11
CMAKE_ARGS=	-DCORE_LIB:BOOL=ON
USE_LDCONFIG=	yes

.include <bsd.port.mk>

security/libzrtpcppcore/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1502740025
SHA256 (wernerd-ZRTPCPP-V4.6.6_GH0.tar.gz) = 7ed70e903082bfa6045e3b2be2f4396cb57d985d59f567ec06ca5b93d894ba42
SIZE (wernerd-ZRTPCPP-V4.6.6_GH0.tar.gz) = 2233080
+0 −11
Original line number Diff line number Diff line
--- clients/no_client/CMakeLists.txt.orig	2016-02-04 15:32:31 UTC
+++ clients/no_client/CMakeLists.txt
@@ -106,7 +106,7 @@ install(FILES
 
 install(FILES ${CMAKE_SOURCE_DIR}/common/osSpecifics.h DESTINATION include/libzrtpcpp/common)
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib${zrtplibName}.pc DESTINATION ${LIBDIRNAME}/pkgconfig)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib${zrtplibName}.pc DESTINATION ${LIBDIRNAME}data/pkgconfig)
 
 install(TARGETS ${zrtplibName} DESTINATION ${LIBDIRNAME})
 
Loading