Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 08:56:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312960 - head/audio/sweep
Message-ID:  <201302260856.r1Q8u2TP039492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
 # $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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302260856.r1Q8u2TP039492>