From owner-svn-ports-head@freebsd.org Thu May 21 12:12:48 2020 Return-Path: Delivered-To: svn-ports-head@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 1452C2CD0E9; Thu, 21 May 2020 12:12:48 +0000 (UTC) (envelope-from pi@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ST5q6pxYz4sjd; Thu, 21 May 2020 12:12:47 +0000 (UTC) (envelope-from pi@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 E508CD2B8; Thu, 21 May 2020 12:12:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04LCClPQ050574; Thu, 21 May 2020 12:12:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04LCCl9M050571; Thu, 21 May 2020 12:12:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202005211212.04LCCl9M050571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 May 2020 12:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536123 - head/net/freeswitch X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/freeswitch X-SVN-Commit-Revision: 536123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 12:12:48 -0000 Author: pi Date: Thu May 21 12:12:47 2020 New Revision: 536123 URL: https://svnweb.freebsd.org/changeset/ports/536123 Log: net/freeswitch: update 1.10.2 -> 1.10.3, fix PGSQL=off case - This is a major bugfix release, see Relnotes PR: 246202 Submitted by: vvd@unislabs.com, andrew@tao11.riddles.org.uk Reported by: Mark J Crane Relnotes: https://github.com/signalwire/freeswitch/releases/tag/v1.10.3 Modified: head/net/freeswitch/Makefile head/net/freeswitch/distinfo head/net/freeswitch/pkg-plist Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Thu May 21 12:07:13 2020 (r536122) +++ head/net/freeswitch/Makefile Thu May 21 12:12:47 2020 (r536123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeswitch -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= net MASTER_SITES= https://files.freeswitch.org/releases/freeswitch/ \ https://files.freeswitch.org/releases/sounds/:sounds @@ -106,7 +106,8 @@ ALL_MODULES_USES= autoreconf xorg # required by mod_u 48K_VARS= BITRATES+=48000 PGSQL_USES= pgsql -PGSQL_CONFIGURE_ENABLE= core-pgsql-support +PGSQL_CONFIGURE_ENABLE= core-pgsql-support core-pgsql-pkgconfig +PGSQL_CONFIGURE_ENV_OFF= ac_cv_lib_pq_PQgetvalue=false # install-strip causes `make stage' to fail: # libtool: install: strip --strip-debug /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a @@ -165,6 +166,9 @@ DISTFILES+= ${distfile}:sounds post-patch: ${REINPLACE_CMD} -Ee 's|^(applications/mod_signalwire)|#\1|' \ ${WRKSRC}/modules.conf + +post-patch-PGSQL-off: + ${REINPLACE_CMD} -Ee 's|^(databases/mod_pgsql)|#\1|' ${WRKSRC}/modules.conf post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/sounds Modified: head/net/freeswitch/distinfo ============================================================================== --- head/net/freeswitch/distinfo Thu May 21 12:07:13 2020 (r536122) +++ head/net/freeswitch/distinfo Thu May 21 12:12:47 2020 (r536123) @@ -1,6 +1,6 @@ -TIMESTAMP = 1588352620 -SHA256 (freeswitch-1.10.2.-release.tar.gz) = be6b294560ae66029b06ac3abbfaadee02095d588e1a7f93092dd1d4cbea8347 -SIZE (freeswitch-1.10.2.-release.tar.gz) = 48322632 +TIMESTAMP = 1590055652 +SHA256 (freeswitch-1.10.3.-release.tar.gz) = 15a1f741cc682d3161ff266d9fa4c568a0200d8bfcb5edf74611aeb620bfa917 +SIZE (freeswitch-1.10.3.-release.tar.gz) = 48818052 SHA256 (freeswitch-sounds-music-16000-1.0.52.tar.gz) = 93e0bf31797f4847dc19a94605c039ad4f0763616b6d819f5bddbfb6dd09718a SIZE (freeswitch-sounds-music-16000-1.0.52.tar.gz) = 27991592 SHA256 (freeswitch-sounds-pt-BR-karina-16000-1.0.51.tar.gz) = 80432c1027f57e464cd899ed92216936cf48a3993dc1c168b1be2545b8f97aed Modified: head/net/freeswitch/pkg-plist ============================================================================== --- head/net/freeswitch/pkg-plist Thu May 21 12:07:13 2020 (r536122) +++ head/net/freeswitch/pkg-plist Thu May 21 12:12:47 2020 (r536123) @@ -199,7 +199,7 @@ lib/libfreeswitch.a lib/libfreeswitch.so lib/libfreeswitch.so.1 lib/libfreeswitch.so.1.0.0 -%%LUA_LIBDIR%%/freeswitch/mod/mod_pgsql.so +%%PGSQL%%%%LUA_LIBDIR%%/freeswitch/mod/mod_pgsql.so libdata/pkgconfig/freeswitch.pc %%DATADIR%%/fonts/FreeMono.ttf %%DATADIR%%/fonts/FreeMonoBold.ttf @@ -574,6 +574,7 @@ libdata/pkgconfig/freeswitch.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/pre_load_modules.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/presence_map.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/sndfile.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/sofia.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/spandsp.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/switch.conf.xml @@ -715,6 +716,7 @@ libdata/pkgconfig/freeswitch.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/skinny.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/smpp.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/sms_flowroute.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/sndfile.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/sofia.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/spandsp.conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/switch.conf.xml