Date: Tue, 30 Mar 2021 19:13:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569581 - in head: . net net/libsignal net/libsignal-protocol-c Message-ID: <202103301913.12UJDT4x003502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 30 19:13:29 2021 New Revision: 569581 URL: https://svnweb.freebsd.org/changeset/ports/569581 Log: Move net/libsignal to net/libsignal-protocol-c PR: 254100 Suggested by: 0mp Added: head/net/libsignal-protocol-c/ - copied from r569580, head/net/libsignal/ Deleted: head/net/libsignal/ Modified: head/MOVED head/net/Makefile head/net/libsignal-protocol-c/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 30 19:12:42 2021 (r569580) +++ head/MOVED Tue Mar 30 19:13:29 2021 (r569581) @@ -16197,3 +16197,4 @@ devel/hs-c2hs||2021-03-27|Has expired: Was used as BUI 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 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Mar 30 19:12:42 2021 (r569580) +++ head/net/Makefile Tue Mar 30 19:13:29 2021 (r569581) @@ -398,7 +398,7 @@ SUBDIR += librespeed-cli SUBDIR += librespeed-go SUBDIR += librsync - SUBDIR += libsignal + SUBDIR += libsignal-protocol-c SUBDIR += libsrtp2 SUBDIR += libstorj SUBDIR += libtnl Modified: head/net/libsignal-protocol-c/Makefile ============================================================================== --- head/net/libsignal/Makefile Tue Mar 30 19:12:42 2021 (r569580) +++ head/net/libsignal-protocol-c/Makefile Tue Mar 30 19:13:29 2021 (r569581) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103301913.12UJDT4x003502>