From owner-svn-ports-all@freebsd.org Tue Jul 7 13:21:32 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 0EB7F362E11; Tue, 7 Jul 2020 13:21:32 +0000 (UTC) (envelope-from novel@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 4B1NPR6k3Lz4bc4; Tue, 7 Jul 2020 13:21:31 +0000 (UTC) (envelope-from novel@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 CA1B2F87B; Tue, 7 Jul 2020 13:21:31 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 067DLVUN060244; Tue, 7 Jul 2020 13:21:31 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 067DLV2X060241; Tue, 7 Jul 2020 13:21:31 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202007071321.067DLV2X060241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 7 Jul 2020 13:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541421 - head/audio/mpg123 X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/audio/mpg123 X-SVN-Commit-Revision: 541421 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.33 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: Tue, 07 Jul 2020 13:21:32 -0000 Author: novel Date: Tue Jul 7 13:21:30 2020 New Revision: 541421 URL: https://svnweb.freebsd.org/changeset/ports/541421 Log: audio/mpg123: update to 1.26.2 - Update to 1.26.2 - Set INSTALL_TARGET to install-strip to strip shared libraries - Don't add "-L${LOCALBASE}/lib" to LDFLAGS because it's now properly set upstream Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Tue Jul 7 13:03:22 2020 (r541420) +++ head/audio/mpg123/Makefile Tue Jul 7 13:21:30 2020 (r541421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.26.1 +PORTVERSION= 1.26.2 CATEGORIES= audio MASTER_SITES= SF \ https://www.mpg123.de/download/ @@ -17,7 +17,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimization=0 -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +INSTALL_TARGET= install-strip OPTIONS_DEFINE= SNDIO OPTIONS_DEFINE_i386= OPTCPU Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Tue Jul 7 13:03:22 2020 (r541420) +++ head/audio/mpg123/distinfo Tue Jul 7 13:21:30 2020 (r541421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590949962 -SHA256 (mpg123-1.26.1.tar.bz2) = 74d6629ab7f3dd9a588b0931528ba7ecfa989a2cad6bf53ffeef9de31b0fe032 -SIZE (mpg123-1.26.1.tar.bz2) = 1045777 +TIMESTAMP = 1594098285 +SHA256 (mpg123-1.26.2.tar.bz2) = 00f7bf7ea64fcec2c9d07751d6ad8849343ee09c282ea3b0d5dd486e886e2ff3 +SIZE (mpg123-1.26.2.tar.bz2) = 1047437 Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Tue Jul 7 13:03:22 2020 (r541420) +++ head/audio/mpg123/pkg-plist Tue Jul 7 13:21:30 2020 (r541421) @@ -14,7 +14,7 @@ lib/libout123.so.0 lib/libout123.so.0.3.0 lib/libsyn123.so lib/libsyn123.so.0 -lib/libsyn123.so.0.1.0 +lib/libsyn123.so.0.1.1 lib/mpg123/output_dummy.so lib/mpg123/output_oss.so %%SNDIO%%lib/mpg123/output_sndio.so