From owner-svn-ports-head@freebsd.org Wed Jul 11 09:47:29 2018 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 18B9A102552B; Wed, 11 Jul 2018 09:47:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAD1E88627; Wed, 11 Jul 2018 09:47:28 +0000 (UTC) (envelope-from madpilot@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 9D04E111A4; Wed, 11 Jul 2018 09:47:28 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6B9lSxG098035; Wed, 11 Jul 2018 09:47:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6B9lSPS098034; Wed, 11 Jul 2018 09:47:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201807110947.w6B9lSPS098034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 11 Jul 2018 09:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474434 - head/audio/bcg729 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/bcg729 X-SVN-Commit-Revision: 474434 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.27 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: Wed, 11 Jul 2018 09:47:29 -0000 Author: madpilot Date: Wed Jul 11 09:47:28 2018 New Revision: 474434 URL: https://svnweb.freebsd.org/changeset/ports/474434 Log: - Update audio/bcg729 to 1.0.4 - Get distribution from upstream gitlab repository Modified: head/audio/bcg729/Makefile head/audio/bcg729/distinfo Modified: head/audio/bcg729/Makefile ============================================================================== --- head/audio/bcg729/Makefile Wed Jul 11 09:37:40 2018 (r474433) +++ head/audio/bcg729/Makefile Wed Jul 11 09:47:28 2018 (r474434) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= bcg729 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= audio -MASTER_SITES= SAVANNAH/linphone/plugins/sources MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C @@ -15,7 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-msplugin --disable-strict INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= autoreconf libtool pathfix pkgconfig USE_LDCONFIG= yes + +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org +GL_ACCOUNT= BC/public +GL_PROJECT= bcg729 +GL_COMMIT= 9ada79d7ff53815e85432e7442810a2fd49dbd0e .include Modified: head/audio/bcg729/distinfo ============================================================================== --- head/audio/bcg729/distinfo Wed Jul 11 09:37:40 2018 (r474433) +++ head/audio/bcg729/distinfo Wed Jul 11 09:47:28 2018 (r474434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498733816 -SHA256 (bcg729-1.0.2.tar.gz) = 77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f -SIZE (bcg729-1.0.2.tar.gz) = 474851 +TIMESTAMP = 1531294135 +SHA256 (BC/public-bcg729-9ada79d7ff53815e85432e7442810a2fd49dbd0e_GL0.tar.gz) = 128e8dd0abe87baa45f0a49b1188cb6cc51893391cc36dc79624a2b9671ffe12 +SIZE (BC/public-bcg729-9ada79d7ff53815e85432e7442810a2fd49dbd0e_GL0.tar.gz) = 115407