Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 19:53:32 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488929 - in head/audio/mp3gain: . files
Message-ID:  <201901011953.x01JrWHH026597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011953.x01JrWHH026597>