From owner-dev-commits-ports-main@freebsd.org Wed Jun 16 08:20:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 5C47165DC07; Wed, 16 Jun 2021 08:20:39 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4dRW1FZBz4tCZ; Wed, 16 Jun 2021 08:20:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0392A18157; Wed, 16 Jun 2021 08:20:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15G8KcOl063506; Wed, 16 Jun 2021 08:20:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15G8KcXk063493; Wed, 16 Jun 2021 08:20:38 GMT (envelope-from git) Date: Wed, 16 Jun 2021 08:20:38 GMT Message-Id: <202106160820.15G8KcXk063493@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Roman Bogorodskiy Subject: git: 53f89f4af9bb - main - audio/mpg123: update to 1.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: novel X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 53f89f4af9bb4ac2addeeb6114cefbcaa7076872 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2021 08:20:39 -0000 The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=53f89f4af9bb4ac2addeeb6114cefbcaa7076872 commit 53f89f4af9bb4ac2addeeb6114cefbcaa7076872 Author: Roman Bogorodskiy AuthorDate: 2021-06-06 05:01:16 +0000 Commit: Roman Bogorodskiy CommitDate: 2021-06-16 08:20:23 +0000 audio/mpg123: update to 1.28.0 - Update to 1.28.0 - Remove '--with-default-audio' configure argument as '--with-audio' now specifies priority of output modules. --- audio/mpg123/Makefile | 8 +++----- audio/mpg123/distinfo | 6 +++--- audio/mpg123/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index d8f3be5dc048..b576141a8295 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,7 +1,7 @@ # Created by: Carey Jones PORTNAME= mpg123 -PORTVERSION= 1.27.2 +PORTVERSION= 1.28.0 CATEGORIES= audio MASTER_SITES= SF \ https://www.mpg123.de/download/ @@ -33,10 +33,8 @@ TEST_TARGET= check FPU_CONFIGURE_ON= --with-cpu=arm_fpu FPU_CONFIGURE_OFF= --with-cpu=arm_nofpu -SNDIO_CONFIGURE_ON= --with-audio=sndio,oss \ - --with-default-audio=sndio -SNDIO_CONFIGURE_OFF= --with-audio=oss \ - --with-default-audio=oss +SNDIO_CONFIGURE_ON= --with-audio=sndio,oss +SNDIO_CONFIGURE_OFF= --with-audio=oss SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio OPTCPU_CONFIGURE_ON= --with-cpu=x86 diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo index ed9a340e5ccb..f7769a8c7a19 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620562571 -SHA256 (mpg123-1.27.2.tar.bz2) = 52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04 -SIZE (mpg123-1.27.2.tar.bz2) = 1067102 +TIMESTAMP = 1622955447 +SHA256 (mpg123-1.28.0.tar.bz2) = e49466853685026da5d113dc7ff026b1b2ad0b57d78df693a446add9db88a7d5 +SIZE (mpg123-1.28.0.tar.bz2) = 1063321 diff --git a/audio/mpg123/pkg-plist b/audio/mpg123/pkg-plist index a1843b570030..d79f58e218a3 100644 --- a/audio/mpg123/pkg-plist +++ b/audio/mpg123/pkg-plist @@ -8,13 +8,13 @@ include/out123.h include/syn123.h lib/libmpg123.so lib/libmpg123.so.0 -lib/libmpg123.so.0.46.1 +lib/libmpg123.so.0.46.2 lib/libout123.so lib/libout123.so.0 lib/libout123.so.0.4.0 lib/libsyn123.so lib/libsyn123.so.0 -lib/libsyn123.so.0.1.2 +lib/libsyn123.so.0.1.3 lib/mpg123/output_dummy.so lib/mpg123/output_oss.so %%SNDIO%%lib/mpg123/output_sndio.so