From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 08:56:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 94FEFE0F; Tue, 26 Feb 2013 08:56:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6D67D72D; Tue, 26 Feb 2013 08:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q8u2mO039493; Tue, 26 Feb 2013 08:56:02 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1Q8u2TP039492; Tue, 26 Feb 2013 08:56:02 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302260856.r1Q8u2TP039492@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 26 Feb 2013 08:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312960 - head/audio/sweep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 08:56:02 -0000 Author: danfe Date: Tue Feb 26 08:56:01 2013 New Revision: 312960 URL: http://svnweb.freebsd.org/changeset/ports/312960 Log: - Trim Makefile header per new guidelines - Drop leading indefinite article from COMMENT - Remove shlib ABI versions from LIB_DEPENDS - Minor whitespace fixes while I am here Modified: head/audio/sweep/Makefile Modified: head/audio/sweep/Makefile ============================================================================== --- head/audio/sweep/Makefile Tue Feb 26 06:56:35 2013 (r312959) +++ head/audio/sweep/Makefile Tue Feb 26 08:56:01 2013 (r312960) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sweep -# Date created: 25 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= sweep PORTVERSION= 0.9.3 @@ -13,19 +9,20 @@ CATEGORIES= audio gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A sound editor for the GNOME/GTK 2.0 desktop +COMMENT= Sound editor for the GNOME/GTK+2 desktop -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - samplerate.1:${PORTSDIR}/audio/libsamplerate \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - speex.1:${PORTSDIR}/audio/speex +LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ + samplerate:${PORTSDIR}/audio/libsamplerate \ + sndfile:${PORTSDIR}/audio/libsndfile \ + vorbis:${PORTSDIR}/audio/libvorbis \ + speex:${PORTSDIR}/audio/speex USE_BZIP2= yes USE_GNOME= gnomehack gtk20 USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ @@ -35,10 +32,10 @@ CONFIGURE_ARGS= --with-extralibdir=${LOC --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg -MAN1= sweep.1 +MAN1= ${PORTNAME}.1 post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ - s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure + s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure .include