aboutsummaryrefslogtreecommitdiff
path: root/audio/thunar-media-tags-plugin
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 18:59:07 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 18:59:07 +0000
commit41af4f50cb78b8ee00249036e016227148efbaf3 (patch)
treec3148025feff1c0f651c09acc6fb638363551c46 /audio/thunar-media-tags-plugin
parent52f01bb4d84ff26a488f03a0604cc88257183405 (diff)
downloadports-41af4f50cb78b8ee00249036e016227148efbaf3.tar.gz
ports-41af4f50cb78b8ee00249036e016227148efbaf3.zip
Bump PORTREVISION for Thunar related ports
While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS - Update maintainer address for archivers/thunar-archive-plugin
Notes
Notes: svn path=/head/; revision=308922
Diffstat (limited to 'audio/thunar-media-tags-plugin')
-rw-r--r--audio/thunar-media-tags-plugin/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/thunar-media-tags-plugin/Makefile b/audio/thunar-media-tags-plugin/Makefile
index 7be1e3a6581b..dae43dc00573 100644
--- a/audio/thunar-media-tags-plugin/Makefile
+++ b/audio/thunar-media-tags-plugin/Makefile
@@ -1,29 +1,27 @@
-# New ports collection makefile for: thunar-media-tags-plugin
-# Date created: 24 Januar 2006
-# Whom: Martin Wilke (miwi@FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
#
PORTNAME= thunar-media-tags-plugin
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=/src/thunar-plugins//${PORTNAME}/${PORTVERSION:R}
+MASTER_SITE_SUBDIR=src/thunar-plugins//${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= A Media Tags Plugin
-LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
+LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= gnomehack gtk20 intltool intlhack
USE_XFCE= configenv libexo thunar
USE_AUTOTOOLS= libtool
+USE_PKGCONFIG= build
.include <bsd.port.mk>