svn commit: r331424 - in head: archivers/thunar-archive-plugin audio/thunar-media-tags-plugin

Olivier Duchateau olivierd at FreeBSD.org
Wed Oct 23 20:48:37 UTC 2013


Author: olivierd
Date: Wed Oct 23 20:48:36 2013
New Revision: 331424
URL: http://svnweb.freebsd.org/changeset/ports/331424

Log:
  - Support STAGEDIR
  - Convert to new LIB_DEPENDS format (audio/thunar-media-tags-plugin)

Modified:
  head/archivers/thunar-archive-plugin/Makefile
  head/audio/thunar-media-tags-plugin/Makefile

Modified: head/archivers/thunar-archive-plugin/Makefile
==============================================================================
--- head/archivers/thunar-archive-plugin/Makefile	Wed Oct 23 20:45:10 2013	(r331423)
+++ head/archivers/thunar-archive-plugin/Makefile	Wed Oct 23 20:48:36 2013	(r331424)
@@ -11,7 +11,6 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	Archive plugin for the Thunar File Manager
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_XFCE=	configenv libexo thunar

Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile	Wed Oct 23 20:45:10 2013	(r331423)
+++ head/audio/thunar-media-tags-plugin/Makefile	Wed Oct 23 20:48:36 2013	(r331424)
@@ -9,12 +9,11 @@ MASTER_SITE_SUBDIR=src/thunar-plugins/${
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce at FreeBSD.org
-COMMENT=	Media Tags Plugin
+COMMENT=	Media tags plugin
 
-LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
 USES=		gmake pkgconfig gettext
-NO_STAGE=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack


More information about the svn-ports-all mailing list