Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 16:40:34 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359394 - head/audio/thunar-media-tags-plugin
Message-ID:  <201406261640.s5QGeYh0086689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Thu Jun 26 16:40:33 2014
New Revision: 359394
URL: http://svnweb.freebsd.org/changeset/ports/359394
QAT: https://qat.redports.org/buildarchive/r359394/

Log:
  - Switch to USES= libtool tar:bzip2
  - Add LICENSE and LICENSE_FILE
  - Bump PORTREVISION

Modified:
  head/audio/thunar-media-tags-plugin/Makefile
  head/audio/thunar-media-tags-plugin/pkg-plist

Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile	Thu Jun 26 16:39:34 2014	(r359393)
+++ head/audio/thunar-media-tags-plugin/Makefile	Thu Jun 26 16:40:33 2014	(r359394)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunar-media-tags-plugin
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	audio xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -11,13 +12,14 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Media tags plugin
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
-USES=		gmake pkgconfig gettext
-USE_BZIP2=	yes
+USES=		gmake pkgconfig gettext libtool tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libexo thunar
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>

Modified: head/audio/thunar-media-tags-plugin/pkg-plist
==============================================================================
--- head/audio/thunar-media-tags-plugin/pkg-plist	Thu Jun 26 16:39:34 2014	(r359393)
+++ head/audio/thunar-media-tags-plugin/pkg-plist	Thu Jun 26 16:40:33 2014	(r359394)
@@ -1,5 +1,3 @@
-lib/thunarx-2/thunar-media-tags-plugin.a
-lib/thunarx-2/thunar-media-tags-plugin.la
 lib/thunarx-2/thunar-media-tags-plugin.so
 share/locale/ar/LC_MESSAGES/thunar-media-tags-plugin.mo
 share/locale/ast/LC_MESSAGES/thunar-media-tags-plugin.mo



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