From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 16 21:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F532F79 for ; Fri, 16 May 2014 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7A72CAF for ; Fri, 16 May 2014 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GLo1ov031536 for ; Fri, 16 May 2014 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4GLo17F031529; Fri, 16 May 2014 21:50:01 GMT (envelope-from gnats) Date: Fri, 16 May 2014 21:50:01 GMT Message-Id: <201405162150.s4GLo17F031529@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189269: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 21:50:01 -0000 The following reply was made to PR ports/189269; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189269: commit references a PR Date: Fri, 16 May 2014 21:46:32 +0000 (UTC) Author: rakuco Date: Fri May 16 21:46:28 2014 New Revision: 354269 URL: http://svnweb.freebsd.org/changeset/ports/354269 QAT: https://qat.redports.org/buildarchive/r354269/ Log: MFH: r354266 - Update to 1.2.5, removing an outdated MASTER_SITE. - Support staging. - Fix the library names in LIB_DEPENDS after the conversion to the new format. - Remove the dependency on gmake, the port builds fine without it. - Convert to the new OPTIONS helpers. This should make the port build again. PR: ports/189269 Submitted by: rakuco Approved by: maintainer timeout (14 days) Approved by: portmgr (erwin) Modified: branches/2014Q2/audio/mangler/Makefile branches/2014Q2/audio/mangler/distinfo branches/2014Q2/audio/mangler/pkg-plist Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/audio/mangler/Makefile ============================================================================== --- branches/2014Q2/audio/mangler/Makefile Fri May 16 21:32:51 2014 (r354268) +++ branches/2014Q2/audio/mangler/Makefile Fri May 16 21:46:28 2014 (r354269) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= mangler -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= audio -MASTER_SITES= http://www.mangler.org/downloads/ \ - http://ultimeordi.com/pub/mangler/ +MASTER_SITES= http://www.mangler.org/downloads/ MAINTAINER= janik@hikarihq.com COMMENT= A Ventrilo VOIP compatible client LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt \ - libspeex..so:${PORTSDIR}/audio/speex \ + libspeex.so:${PORTSDIR}/audio/speex \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libgtkmm-2.4..so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libgsm.so:${PORTSDIR}/audio/gsm -USES= gmake pkgconfig -NO_STAGE= yes +USES= pkgconfig USE_GNOME= librsvg2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa @@ -28,16 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= PULSEAUDIO - -MAN1= mangler.1 - -.include - -.if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+=--with-pulseaudio -.else -CONFIGURE_ARGS+=--without-pulseaudio -.endif +PULSEAUDIO_CONFIGURE_WITH= pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio .include Modified: branches/2014Q2/audio/mangler/distinfo ============================================================================== --- branches/2014Q2/audio/mangler/distinfo Fri May 16 21:32:51 2014 (r354268) +++ branches/2014Q2/audio/mangler/distinfo Fri May 16 21:46:28 2014 (r354269) @@ -1,2 +1,2 @@ -SHA256 (mangler-1.2.3.tar.gz) = 3d93b2a7404acb8ba6323545d1100fb739f8b12d9f32335ab5c5208877eabb77 -SIZE (mangler-1.2.3.tar.gz) = 6795847 +SHA256 (mangler-1.2.5.tar.gz) = 6f4e024f2d78e131229817c7b8ae19d3ea63dff1febe1b144113040f859cd7ab +SIZE (mangler-1.2.5.tar.gz) = 6797759 Modified: branches/2014Q2/audio/mangler/pkg-plist ============================================================================== --- branches/2014Q2/audio/mangler/pkg-plist Fri May 16 21:32:51 2014 (r354268) +++ branches/2014Q2/audio/mangler/pkg-plist Fri May 16 21:46:28 2014 (r354269) @@ -4,5 +4,6 @@ lib/libventrilo3.a lib/libventrilo3.la lib/libventrilo3.so lib/libventrilo3.so.0 +man/man1/mangler.1.gz share/applications/mangler.desktop share/pixmaps/mangler_logo.svg _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"