svn commit: r359394 - head/audio/thunar-media-tags-plugin

Olivier Duchateau olivierd at FreeBSD.org
Thu Jun 26 16:40:34 UTC 2014


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 at 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


More information about the svn-ports-head mailing list