svn commit: r323907 - head/audio/tagutil

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 20:13:58 UTC 2013


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 at FreeBSD.org
-COMMENT=	A tool to manage tags in music files
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list