From owner-svn-ports-all@freebsd.org Wed Apr 8 15:51:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62DFA2B52EB; Wed, 8 Apr 2020 15:51:53 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48y80T1vtjz4K7B; Wed, 8 Apr 2020 15:51:53 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22A5925ACA; Wed, 8 Apr 2020 15:51:53 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 038FprVU004037; Wed, 8 Apr 2020 15:51:53 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 038Fpqre004036; Wed, 8 Apr 2020 15:51:52 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202004081551.038Fpqre004036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Wed, 8 Apr 2020 15:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r531121 - branches/2020Q2/net-im/dino X-SVN-Group: ports-branches X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: branches/2020Q2/net-im/dino X-SVN-Commit-Revision: 531121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2020 15:51:53 -0000 Author: ashish Date: Wed Apr 8 15:51:52 2020 New Revision: 531121 URL: https://svnweb.freebsd.org/changeset/ports/531121 Log: MFH: r530404 (runtime fix) - Fix brokenness with net/libsignal 2.3.3. Upstream depends on particular version (2.3.2), so reference its distfile, build it in tree. - Bump PORTREVISION as dependencies are changed PR: 245281 Approved by: portmgr (blanket) Modified: branches/2020Q2/net-im/dino/Makefile branches/2020Q2/net-im/dino/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/net-im/dino/Makefile ============================================================================== --- branches/2020Q2/net-im/dino/Makefile Wed Apr 8 14:51:43 2020 (r531120) +++ branches/2020Q2/net-im/dino/Makefile Wed Apr 8 15:51:52 2020 (r531121) @@ -3,7 +3,7 @@ PORTNAME= dino DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org @@ -30,7 +30,6 @@ OPTIONS_DEFAULT= OMEMO UPLOAD GNUPG OPTIONS_SUB= yes HAS_CONFIGURE= yes -CONFIGURE_ENV= SHARED_SIGNAL_PROTOCOL=yes LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -Wl,--export-dynamic USE_LDCONFIG= yes @@ -40,10 +39,11 @@ USE_GNOME= cairo gdkpixbuf2 glib20 gnomeprefix gtk30 i OMEMO_DESC= OMEMO plugin UPLOAD_DESC= HTTP file upload plugin +OMEMO_GH_TUPLE= signalapp:libsignal-protocol-c:v2.3.2:signalapp/plugins/signal-protocol/libsignal-protocol-c OMEMO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libqrencode.so:graphics/libqrencode \ - libsignal-protocol-c.so:net/libsignal + libqrencode.so:graphics/libqrencode OMEMO_VARS= ENABLED_PLUGINS+=omemo +OMEMO_CMAKE_BOOL= BUILD_LIBSIGNAL_IN_TREE OMEMO_VARS_OFF= DISABLED_PLUGINS+=omemo UPLOAD_VARS= ENABLED_PLUGINS+=http-files UPLOAD_VARS_OFF= DISABLED_PLUGINS+=http-files Modified: branches/2020Q2/net-im/dino/distinfo ============================================================================== --- branches/2020Q2/net-im/dino/distinfo Wed Apr 8 14:51:43 2020 (r531120) +++ branches/2020Q2/net-im/dino/distinfo Wed Apr 8 15:51:52 2020 (r531121) @@ -1,3 +1,5 @@ -TIMESTAMP = 1581864392 +TIMESTAMP = 1585852332 SHA256 (dino-dino-v0.1.0_GH0.tar.gz) = 202b7db322d85389b0bebc3c38976e7f7beaceddd1fc46b8123e50c6c7c07b8d SIZE (dino-dino-v0.1.0_GH0.tar.gz) = 442456 +SHA256 (signalapp-libsignal-protocol-c-v2.3.2_GH0.tar.gz) = f3826f3045352e14027611c95449bfcfe39bfd3d093d578c70f70eee0c85000d +SIZE (signalapp-libsignal-protocol-c-v2.3.2_GH0.tar.gz) = 271930