Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 11:33:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309717 - head/audio/tagutil
Message-ID:  <201212311133.qBVBXtLa021028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <baptiste.daroussin@gmail.com>
-#
 # $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/



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