From owner-svn-ports-head@freebsd.org Tue Jan 1 19:53:33 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 8F36114269AA; Tue, 1 Jan 2019 19:53:33 +0000 (UTC) (envelope-from dinoex@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 368BB83674; Tue, 1 Jan 2019 19:53:33 +0000 (UTC) (envelope-from dinoex@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 21A9A26C23; Tue, 1 Jan 2019 19:53:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x01JrXqJ026599; Tue, 1 Jan 2019 19:53:33 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x01JrWHH026597; Tue, 1 Jan 2019 19:53:32 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201901011953.x01JrWHH026597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 1 Jan 2019 19:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488929 - in head/audio/mp3gain: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head/audio/mp3gain: . files X-SVN-Commit-Revision: 488929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 368BB83674 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_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] 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: Tue, 01 Jan 2019 19:53:33 -0000 Author: dinoex Date: Tue Jan 1 19:53:32 2019 New Revision: 488929 URL: https://svnweb.freebsd.org/changeset/ports/488929 Log: - update to 1.6.2 - unbuldle mpg123 Deleted: head/audio/mp3gain/files/ Modified: head/audio/mp3gain/Makefile head/audio/mp3gain/distinfo Modified: head/audio/mp3gain/Makefile ============================================================================== --- head/audio/mp3gain/Makefile Tue Jan 1 19:49:48 2019 (r488928) +++ head/audio/mp3gain/Makefile Tue Jan 1 19:53:32 2019 (r488929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp3gain -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.2 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src @@ -12,13 +12,16 @@ COMMENT= Tool to normalize the gain of MP3 files LICENSE= LGPL21 -USES= zip dos2unix uidfix +LIB_DEPENDS= libmpg123.so:audio/mpg123 +USES= zip gmake uidfix +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + NO_WRKSUBDIR= yes PLIST_FILES= bin/mp3gain -post-patch: - @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile - @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mp3gain ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/audio/mp3gain/distinfo ============================================================================== --- head/audio/mp3gain/distinfo Tue Jan 1 19:49:48 2019 (r488928) +++ head/audio/mp3gain/distinfo Tue Jan 1 19:53:32 2019 (r488929) @@ -1,2 +1,3 @@ -SHA256 (mp3gain-1_5_2-src.zip) = dbadc7a41a8a3b87d3a21a1989701cfe72d2090c3ead02b0b396a19a8acf6fca -SIZE (mp3gain-1_5_2-src.zip) = 129435 +TIMESTAMP = 1546371755 +SHA256 (mp3gain-1_6_2-src.zip) = 5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d +SIZE (mp3gain-1_6_2-src.zip) = 71246