Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 May 2008 19:55:25 +0800
From:      "Denise H. G." <darcsis@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123365: [Maintainer update] audio/gnormalize: update to 0.60
Message-ID:  <481c52b5.25bb720a.469a.102e@mx.google.com>
Resent-Message-ID: <200805031200.m43C06mr090156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123365
>Category:       ports
>Synopsis:       [Maintainer update] audio/gnormalize: update to 0.60
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 12:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Denise H. G.
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Apr 26 01:11:46 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/pluton-SMP-ULE amd64


	
>Description:
update to the latest 0.60.
>How-To-Repeat:
	
>Fix:

	

--- gnormalize.diff begins here ---
diff -ruN gnormalize/Makefile gnormalize.new/Makefile
--- gnormalize/Makefile	2008-03-07 06:21:54.000000000 +0800
+++ gnormalize.new/Makefile	2008-05-03 19:48:54.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnormalize
-PORTVERSION=	0.53
+PORTVERSION=	0.60
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,6 +14,7 @@
 MAINTAINER=	darcsis@gmail.com
 COMMENT=	An alternative for replaygain
 
+BUILD_DEPENDS=	lzma:${PORTSDIR}/archivers/lzmautils
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		${SITE_PERL}/${PERL_ARCH}/Audio/CD.pm:${PORTSDIR}/audio/p5-Audio-CD \
 		${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
diff -ruN gnormalize/distinfo gnormalize.new/distinfo
--- gnormalize/distinfo	2008-03-07 06:21:54.000000000 +0800
+++ gnormalize.new/distinfo	2008-05-03 19:47:06.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (gnormalize-0.53.tar.gz) = b554da4179f76e71b578fe5f98217bca
-SHA256 (gnormalize-0.53.tar.gz) = 9a704dcf40b0b25e8b5f7dc4d328cca7726be621017ecc1e57eeacfb3d237d7e
-SIZE (gnormalize-0.53.tar.gz) = 696151
+MD5 (gnormalize-0.60.tar.gz) = 68c80407b1eb9ebf6af74f421ca274b5
+SHA256 (gnormalize-0.60.tar.gz) = 01aca390a9d10256cadbb7a3f53bfeba095a059fdd603c3b4e780a023874c41d
+SIZE (gnormalize-0.60.tar.gz) = 1428178
diff -ruN gnormalize/files/patch-Makefile gnormalize.new/files/patch-Makefile
--- gnormalize/files/patch-Makefile	2008-02-08 01:15:31.000000000 +0800
+++ gnormalize.new/files/patch-Makefile	2008-05-03 19:47:06.000000000 +0800
@@ -23,7 +23,7 @@
  
  
  install: all
-+	cat ${MAN_PAGE}.bz2 | bzip2 -d -- > ${MAN_PAGE}
++	cat ${MAN_PAGE}.lzma | lzma -d -- > ${MAN_PAGE}
  	mkdir -p "$(BINDIR)"
  	mkdir -p "$(ICONDIR)"
  	mkdir -p "$(ICONDIR2)"
@@ -35,7 +35,7 @@
 -	install -Dm 755 gnormalize "$(BINDIR)/gnormalize"
 -	install -m 644 $(DOCS) "$(DOCDIR)/"
 -	install -m 644 $(DOCS) "$(BASE)/"
--	install -m 644 gnormalize.1.bz2 "$(MANDIR)/man1/gnormalize.1.bz2"
+-	install -m 644 gnormalize.1.lzma "$(MANDIR)/man1/gnormalize.1.lzma"
 +	$(INSTALL_PROG) gnormalize "$(BINDIR)/gnormalize"
 +	$(INSTALL_DATA) $(DOCS) "$(BASE)/"
 +	$(INSTALL_DATA) ${MAN_PAGE} "$(MANDIR)/man1/${MAN_PAGE}"
@@ -55,7 +55,7 @@
  
  uninstall:
  	rm -f "$(BINDIR)/gnormalize"
--	rm -f "$(MANDIR)/man1/gnormalize.1.bz2"
+-	rm -f "$(MANDIR)/man1/gnormalize.1.lzma"
 +	rm -f "$(MANDIR)/man1/gnormalize.1"
  	rm -f "$(ICONDIR)/gnormalize.png"
  	rm -f "$(LICONDIR)/gnormalize.png"
--- gnormalize.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?481c52b5.25bb720a.469a.102e>