From owner-svn-ports-all@FreeBSD.ORG Sun Sep 23 17:29:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3A1D106564A; Sun, 23 Sep 2012 17:29:12 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BFC308FC12; Sun, 23 Sep 2012 17:29:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8NHTCdd043514; Sun, 23 Sep 2012 17:29:12 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8NHTCtv043511; Sun, 23 Sep 2012 17:29:12 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201209231729.q8NHTCtv043511@svn.freebsd.org> From: Roman Bogorodskiy Date: Sun, 23 Sep 2012 17:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304754 - head/audio/easytag X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 17:29:13 -0000 Author: novel Date: Sun Sep 23 17:29:12 2012 New Revision: 304754 URL: http://svn.freebsd.org/changeset/ports/304754 Log: - Add a missing dependency on libid3tag [1] - Drop shlib versions from the dependency lines - Update headers to the new format PR: 171585 [1] Submitted by: Christopher J. Ruwe [1] Modified: head/audio/easytag/Makefile Modified: head/audio/easytag/Makefile ============================================================================== --- head/audio/easytag/Makefile Sun Sep 23 17:12:59 2012 (r304753) +++ head/audio/easytag/Makefile Sun Sep 23 17:29:12 2012 (r304754) @@ -1,13 +1,9 @@ -# New ports collection makefile for: easytag-devel -# Date created: 15 Feb 2005 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= easytag PORTVERSION= 2.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION:C/\.[0-9]+$//} @@ -15,9 +11,10 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GTK2 Tag editor for MP3 and OGG files LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ + id3tag:${PORTSDIR}/audio/libid3tag \ vorbis:${PORTSDIR}/audio/libvorbis \ FLAC:${PORTSDIR}/audio/flac \ - mp4v2.10:${PORTSDIR}/multimedia/mp4v2 + mp4v2:${PORTSDIR}/multimedia/mp4v2 MAN1= easytag.1 CONFLICTS= easytag-devel-[0-9]* @@ -30,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -DHAVE LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITH_WAVPACK) -LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack +LIB_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack CONFIGURE_ARGS+= --enable-wavpack .else CONFIGURE_ARGS+= --disable-wavpack