From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 15:14:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 304DE2EB; Tue, 26 Feb 2013 15:14:51 +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 E7C569A0; Tue, 26 Feb 2013 15:14:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QFEoeP055010; Tue, 26 Feb 2013 15:14:50 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QFEoU8055009; Tue, 26 Feb 2013 15:14:50 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302261514.r1QFEoU8055009@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 26 Feb 2013 15:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312983 - head/audio/glame 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 15:14:51 -0000 Author: danfe Date: Tue Feb 26 15:14:50 2013 New Revision: 312983 URL: http://svnweb.freebsd.org/changeset/ports/312983 Log: - Trim the Makefile header per recently adopted guidelines - Drop leading indefinite article from COMMENT line - Remove hardcoded shlib ABI versions from LIB_DEPENDS - Drop unneeded global modifiers from REINPLACE_CMD regexps - Sort the knobs and clean up Makefile a bit while I'm here Modified: head/audio/glame/Makefile Modified: head/audio/glame/Makefile ============================================================================== --- head/audio/glame/Makefile Tue Feb 26 15:10:29 2013 (r312982) +++ head/audio/glame/Makefile Tue Feb 26 15:14:50 2013 (r312983) @@ -1,9 +1,5 @@ -# New ports collection makefile for: glame -# Date created: 26 September 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= glame PORTVERSION= 2.0.1 @@ -12,21 +8,20 @@ CATEGORIES= audio gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME +COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ - mad.2:${PORTSDIR}/audio/libmad \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ + mad:${PORTSDIR}/audio/libmad \ + vorbis:${PORTSDIR}/audio/libvorbis \ + guile:${PORTSDIR}/lang/guile -USE_XORG= xbitmaps x11 -USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GETTEXT= yes -GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +USE_GMAKE= yes +USE_GETTEXT= yes +USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_XORG= xbitmaps x11 INFO= glame glame-dev @@ -37,9 +32,7 @@ post-extract: @cd ${WRKSRC}/doc && ${RM} -f *.info* post-patch: - @${REINPLACE_CMD} -e 's| libltdl||g ; \ - s|,$$LIBLTDL,|,,|g ; \ - s|,$$LTDLINCL,|,,|g ; \ - s|,$$LTLIBOBJS,|,,|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's| libltdl|| ; s|,$$LIBLTDL,|,,| ; \ + s|,$$LTDLINCL,|,,| ; s|,$$LTLIBOBJS,|,,|' ${WRKSRC}/configure .include