svn commit: r309717 - head/audio/tagutil

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 31 11:33:55 UTC 2012


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 at gmail.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	tagutil
 PORTVERSION=	2.1
@@ -14,7 +9,7 @@ MASTER_SITES=	http://files.kaworu.ch/
 MAINTAINER=	bapt at 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/


More information about the svn-ports-all mailing list