From alex@fafula.com  Sun Jan 29 21:04:53 2006
Return-Path: <alex@fafula.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB90016A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jan 2006 21:04:53 +0000 (GMT)
	(envelope-from alex@fafula.com)
Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EE64043D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jan 2006 21:04:52 +0000 (GMT)
	(envelope-from alex@fafula.com)
Received: by fafula.com (Postfix, from userid 1001)
	id 755F831CD; Sun, 29 Jan 2006 22:04:51 +0100 (CET)
Message-Id: <20060129210451.755F831CD@fafula.com>
Date: Sun, 29 Jan 2006 22:04:51 +0100 (CET)
From: Aleksander Fafula <alex@fafula.com>
Reply-To: Aleksander Fafula <alex@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@people.tecnik93.com
Subject: [port update] non maintainer's: audio/normalize 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: itetcu@people.tecnik93.com

>Number:         92514
>Category:       ports
>Synopsis:       [port update] non maintainer's: audio/normalize
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 21:10:01 GMT 2006
>Closed-Date:    Mon Jan 30 12:33:29 GMT 2006
>Last-Modified:  Mon Jan 30 12:33:29 GMT 2006
>Originator:     Aleksander Fafula
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BSDGuru, Fafula 
>Environment:
System: FreeBSD 7.0 CURRENT



	
>Description:
	
Update of audio/normalize port.
Seems that patch file is not needed anymore.
MASTER_SITE changed, no BZIP2. LIB_DEPENDS should be enough from 
audio/libmad instead of audio/mad (metaport).

>How-To-Repeat:
	
>Fix:

	


diff -ruN normalize.orig/Makefile normalize/Makefile
--- normalize.orig/Makefile	Sat Nov 12 22:17:58 2005
+++ normalize/Makefile	Sun Jan 29 21:57:01 2006
@@ -6,17 +6,15 @@
 #
 
 PORTNAME=	normalize
-PORTVERSION=	0.7.6
-PORTREVISION=	3
+PORTVERSION=	0.7.7
 CATEGORIES=	audio
-MASTER_SITES=	http://www1.cs.columbia.edu/~cvaill/normalize/
+MASTER_SITES=	http://savannah.nongnu.org/download/normalize/
 
 MAINTAINER=	itetcu@people.tecnik93.com
 COMMENT=	A tool for adjusting the volume of wave/MP3 files to a standard level
 
-LIB_DEPENDS=	mad.2:${PORTSDIR}/audio/mad
+LIB_DEPENDS=	mad.2:${PORTSDIR}/audio/libmad
 
-USE_BZIP2=	yes	# XXX set before OPTIONS
 OPTIONS=	XMMS "Build XMMS plugin" off
 .include <bsd.port.pre.mk>
 .if defined(WITH_XMMS)
@@ -24,9 +22,10 @@
 .endif
 
 USE_GETOPT_LONG=	yes
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
 .if defined(WITH_XMMS)
 PLIST_SUB+=	XMMS=""
 PLIST_SUB+=	X11BASE="${X11BASE}"
diff -ruN normalize.orig/distinfo normalize/distinfo
--- normalize.orig/distinfo	Sun Jan 22 09:12:55 2006
+++ normalize/distinfo	Sun Jan 29 21:28:22 2006
@@ -1,3 +1,3 @@
-MD5 (normalize-0.7.6.tar.bz2) = 7476f028304791595e91610bb0cd4e97
-SHA256 (normalize-0.7.6.tar.bz2) = 3af7278715095a07d4fa377fb43b0b1095662337d16c932a33b29fac88080279
-SIZE (normalize-0.7.6.tar.bz2) = 299091
+MD5 (normalize-0.7.7.tar.gz) = db5b18bf661a5317fbc507b020b8c643
+SHA256 (normalize-0.7.7.tar.gz) = 6055a2abccc64296e1c38f9652f2056d3a3c096538e164b8b9526e10b486b3d8
+SIZE (normalize-0.7.7.tar.gz) = 520887
diff -ruN normalize.orig/files/patch-src::Makefile.in normalize/files/patch-src::Makefile.in
--- normalize.orig/files/patch-src::Makefile.in	Sun Nov 16 15:22:18 2003
+++ normalize/files/patch-src::Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,55 +0,0 @@
---- src/Makefile.in.orig	Mon Sep  9 06:33:08 2002
-+++ src/Makefile.in	Sun Nov 16 02:33:16 2003
-@@ -146,7 +146,7 @@
- @MAD_FALSE@MADSOURCES = 
- 
- normalize_SOURCES = normalize.c volume.c adjust.c mpegadjust.c \
--	common.h version.c getopt.c getopt1.c getopt.h \
-+	common.h version.c \
- 	$(AUDIOFILESOURCES) $(MADSOURCES)
- 
- 
-@@ -184,7 +184,6 @@
- am_normalize_OBJECTS = normalize-normalize.$(OBJEXT) \
- 	normalize-volume.$(OBJEXT) normalize-adjust.$(OBJEXT) \
- 	normalize-mpegadjust.$(OBJEXT) normalize-version.$(OBJEXT) \
--	normalize-getopt.$(OBJEXT) normalize-getopt1.$(OBJEXT) \
- 	$(am__objects_1) $(am__objects_2)
- normalize_OBJECTS = $(am_normalize_OBJECTS)
- normalize_LDFLAGS =
-@@ -199,8 +198,6 @@
- depcomp = $(SHELL) $(top_srcdir)/config/depcomp
- am__depfiles_maybe = depfiles
- @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/normalize-adjust.Po \
--@AMDEP_TRUE@	./$(DEPDIR)/normalize-getopt.Po \
--@AMDEP_TRUE@	./$(DEPDIR)/normalize-getopt1.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/normalize-mpegadjust.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/normalize-mpegvolume.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/normalize-normalize.Po \
-@@ -265,8 +262,6 @@
- normalize-adjust.$(OBJEXT): adjust.c
- normalize-mpegadjust.$(OBJEXT): mpegadjust.c
- normalize-version.$(OBJEXT): version.c
--normalize-getopt.$(OBJEXT): getopt.c
--normalize-getopt1.$(OBJEXT): getopt1.c
- normalize-wiener_af.$(OBJEXT): wiener_af.c
- normalize-riff.$(OBJEXT): riff.c
- normalize-mpegvolume.$(OBJEXT): mpegvolume.c
-@@ -301,8 +296,6 @@
- 	-rm -f *.tab.c
- 
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-adjust.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-getopt.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-getopt1.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-mpegadjust.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-mpegvolume.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-normalize.Po@am__quote@
-@@ -678,7 +635,7 @@
- 
- # test program targets follow
- 
--mktestwav: mktestwav.o riff.o version.o getopt.o getopt1.o
-+mktestwav: mktestwav.o riff.o version.o
- 	$(LINK) $^ -lm
- 
- mktestwav.o: mktestwav.c riff.h
diff -ruN normalize.orig/pkg-plist normalize/pkg-plist
--- normalize.orig/pkg-plist	Sat Nov 12 20:09:45 2005
+++ normalize/pkg-plist	Sun Jan 29 21:48:40 2006
@@ -4,4 +4,5 @@
 %%NLS%%share/locale/en_GB/LC_MESSAGES/normalize.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/normalize.mo
 @cwd %%X11BASE%%
+%%XMMS%%lib/xmms/Effect/librva.la
 %%XMMS%%lib/xmms/Effect/librva.so
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 29 21:12:12 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92514 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Jan 29 22:43:55 UTC 2006 
State-Changed-Why:  
From misfiled PR ports/92515: 

Date: Sun, 29 Jan 2006 23:50:40 +0200 
From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> 

Submitter has offer to take maintainership of this port since he use it 
more that I do; since he can provide more timely updates I see no 
reason not to agree to this. 

--  
IOnut - Unregistered ;) FreeBSD "user" 
"Intellectual Property" is   nowhere near as valuable   as "Intellect" 

BOFH excuse #15: 
temporary routing anomaly 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92514 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Mon Jan 30 12:33:27 UTC 2006 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92514 
>Unformatted:
