Move net/libsignal to net/libsignal-protocol-c
PR: 254100 Suggested by: 0mp
This commit is contained in:
parent
bf5da7268c
commit
5b07e97fd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569581
6 changed files with 3 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -16197,3 +16197,4 @@ devel/hs-c2hs||2021-03-27|Has expired: Was used as BUILD_DEPENDS, not useful on
|
|||
x11-toolkits/tile||2021-03-27|Has expired: The Tile widget set is part of Tk 8.5 and above, see TIP 248
|
||||
security/apg||2021-03-28|Has expired: Abandonware. Please try security/makepasswd or security/rndpassw instead
|
||||
lang/Gofer||2021-03-28|Has expired: Old, unmaintained language
|
||||
net/libsignal|net/libsignal-protocol-c|2021-03-30|Rename to match upstream naming
|
||||
|
|
|
@ -398,7 +398,7 @@
|
|||
SUBDIR += librespeed-cli
|
||||
SUBDIR += librespeed-go
|
||||
SUBDIR += librsync
|
||||
SUBDIR += libsignal
|
||||
SUBDIR += libsignal-protocol-c
|
||||
SUBDIR += libsrtp2
|
||||
SUBDIR += libstorj
|
||||
SUBDIR += libtnl
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsignal
|
||||
PORTNAME= libsignal-protocol-c
|
||||
PORTVERSION= 2.3.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
|
@ -18,7 +18,6 @@ USES= cmake
|
|||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
GH_ACCOUNT= signalapp
|
||||
GH_PROJECT= libsignal-protocol-c
|
||||
USE_GITHUB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Reference in a new issue