From owner-svn-ports-head@freebsd.org Mon Jan 14 12:38:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6283D149EFC9; Mon, 14 Jan 2019 12:38:20 +0000 (UTC) (envelope-from swills@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 0912686CDA; Mon, 14 Jan 2019 12:38:20 +0000 (UTC) (envelope-from swills@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 ECF522CD2; Mon, 14 Jan 2019 12:38:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0ECcJEa028856; Mon, 14 Jan 2019 12:38:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0ECcJok028854; Mon, 14 Jan 2019 12:38:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901141238.x0ECcJok028854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 Jan 2019 12:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490248 - head/net/h323plus X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/h323plus X-SVN-Commit-Revision: 490248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0912686CDA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 14 Jan 2019 12:38:20 -0000 Author: swills Date: Mon Jan 14 12:38:19 2019 New Revision: 490248 URL: https://svnweb.freebsd.org/changeset/ports/490248 Log: net/h323plus: update to 1.27.0 PR: 234815 Submitted by: Nikola Kolev (maintainer) Modified: head/net/h323plus/Makefile (contents, props changed) head/net/h323plus/distinfo (contents, props changed) head/net/h323plus/pkg-plist (contents, props changed) Modified: head/net/h323plus/Makefile ============================================================================== --- head/net/h323plus/Makefile Mon Jan 14 12:34:46 2019 (r490247) +++ head/net/h323plus/Makefile Mon Jan 14 12:38:19 2019 (r490248) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= h323plus -DISTVERSIONPREFIX= v -DISTVERSION= 1_26_8 +DISTVERSIONPREFIX= v +DISTVERSION= 1_27_0 CATEGORIES= net multimedia -MASTER_SITES= http://www.h323plus.org/source/download/ MAINTAINER= koue@chaosophia.net COMMENT= H323 Video Conferencing library @@ -14,13 +13,16 @@ LICENSE_COMB= multi LIB_DEPENDS= libpt.so:devel/ptlib +USE_GITHUB= yes +GH_ACCOUNT= willamowius +GH_PROJECT= h323plus + USES= gmake ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes # ptlib-config --libs returns bogus dependencies on expat and SDL-1.2 LDFLAGS+= -Wl,--as-needed -WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_UNSAFE=yes Modified: head/net/h323plus/distinfo ============================================================================== --- head/net/h323plus/distinfo Mon Jan 14 12:34:46 2019 (r490247) +++ head/net/h323plus/distinfo Mon Jan 14 12:38:19 2019 (r490248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522245456 -SHA256 (h323plus-v1_26_8.tar.gz) = 6f4b969e19d1264e7e41ef4f7aff22826174e8fdec55f7c8b05f814179bde62d -SIZE (h323plus-v1_26_8.tar.gz) = 4399744 +TIMESTAMP = 1546952747 +SHA256 (willamowius-h323plus-v1_27_0_GH0.tar.gz) = 69fd60e56273a18f50b7f5fbe67b6bfeb7cd60124ca5ebe21ab4ba54e8d87d17 +SIZE (willamowius-h323plus-v1_27_0_GH0.tar.gz) = 4348725 Modified: head/net/h323plus/pkg-plist ============================================================================== --- head/net/h323plus/pkg-plist Mon Jan 14 12:34:46 2019 (r490247) +++ head/net/h323plus/pkg-plist Mon Jan 14 12:38:19 2019 (r490248) @@ -112,8 +112,8 @@ include/openh323/t38proto.h include/openh323/transports.h include/openh323/x224.h include/openh323/x880.h -lib/libh323.so.1.26.8 -lib/libh323.so.1.26 +lib/libh323.so.1.27.0 +lib/libh323.so.1.27 lib/libh323.so.1 lib/libh323.so lib/libopenh323.so