ports/189269: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri May 16 21:50:01 UTC 2014


The following reply was made to PR ports/189269; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 <bsd.port.options.mk>
 -
 -.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 <bsd.port.mk>
 
 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list