From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 11:33:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A761DE5B; Mon, 31 Dec 2012 11:33:55 +0000 (UTC) (envelope-from bapt@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 8C5728FC16; Mon, 31 Dec 2012 11:33:55 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVBXtl8021030; Mon, 31 Dec 2012 11:33:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVBXtLa021028; Mon, 31 Dec 2012 11:33:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311133.qBVBXtLa021028@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 11:33:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309717 - head/audio/tagutil 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: Mon, 31 Dec 2012 11:33:55 -0000 Author: bapt Date: Mon Dec 31 11:33:54 2012 New Revision: 309717 URL: http://svnweb.freebsd.org/changeset/ports/309717 Log: - Trim headers - Remove shlib version - Various cleanup Modified: head/audio/tagutil/Makefile head/audio/tagutil/pkg-descr Modified: head/audio/tagutil/Makefile ============================================================================== --- head/audio/tagutil/Makefile Mon Dec 31 11:31:44 2012 (r309716) +++ head/audio/tagutil/Makefile Mon Dec 31 11:33:54 2012 (r309717) @@ -1,9 +1,4 @@ -# New ports collection makefile for: tagutil -# Date created: 2009-03-27 -# Whom: bapt -# # $FreeBSD$ -# PORTNAME= tagutil PORTVERSION= 2.1 @@ -14,7 +9,7 @@ MASTER_SITES= http://files.kaworu.ch/ MAINTAINER= bapt@FreeBSD.org COMMENT= A tool to manage tags in music files -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes Modified: head/audio/tagutil/pkg-descr ============================================================================== --- head/audio/tagutil/pkg-descr Mon Dec 31 11:31:44 2012 (r309716) +++ head/audio/tagutil/pkg-descr Mon Dec 31 11:33:54 2012 (r309717) @@ -1,4 +1,4 @@ Tagutil is a pure C BSDL tool to manage tag information on music files. It can work with every format supported by taglib. -WWW: http://hg.kaworu.ch/tagutil/ +WWW: http://hg.kaworu.ch/tagutil/