Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 20:13:58 +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: r323907 - head/audio/tagutil
Message-ID:  <201307292013.r6TKDwuH017936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 29 20:13:57 2013
New Revision: 323907
URL: http://svnweb.freebsd.org/changeset/ports/323907

Log:
  Use new LIB_DEPENDS
  Remove trailing article from comment
  Remove useless MAKE_JOB_SAFE
  Drop maintainership

Modified:
  head/audio/tagutil/Makefile

Modified: head/audio/tagutil/Makefile
==============================================================================
--- head/audio/tagutil/Makefile	Mon Jul 29 20:12:43 2013	(r323906)
+++ head/audio/tagutil/Makefile	Mon Jul 29 20:13:57 2013	(r323907)
@@ -6,13 +6,12 @@ PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://files.kaworu.ch/
 
-MAINTAINER=	bapt@FreeBSD.org
-COMMENT=	A tool to manage tags in music files
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Tool to manage tags in music files
 
-LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
 USES=		pkgconfig
-MAKE_JOBS_SAFE=	yes
 MAKE_ENV=	DESTDIR="${PREFIX}"
 
 MAN1=		tagutil.1



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