Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 18:59:07 +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: r308922 - in head: archivers/squeeze archivers/thunar-archive-plugin audio/thunar-media-tags-plugin devel/thunar-vcs-plugin x11-fm/thunar-vfs x11-wm/xfce4-desktop
Message-ID:  <201212141859.qBEIx8Lo030230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Dec 14 18:59:07 2012
New Revision: 308922
URL: http://svnweb.freebsd.org/changeset/ports/308922

Log:
  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

Modified:
  head/archivers/squeeze/Makefile
  head/archivers/thunar-archive-plugin/Makefile
  head/audio/thunar-media-tags-plugin/Makefile   (contents, props changed)
  head/devel/thunar-vcs-plugin/Makefile   (contents, props changed)
  head/x11-fm/thunar-vfs/Makefile   (contents, props changed)
  head/x11-wm/xfce4-desktop/Makefile

Modified: head/archivers/squeeze/Makefile
==============================================================================
--- head/archivers/squeeze/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/archivers/squeeze/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -3,7 +3,7 @@
 
 PORTNAME=	squeeze
 PORTVERSION=	0.2.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	archivers xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -14,19 +14,20 @@ COMMENT=	Squeeze is a modern and advance
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar-vfs
+LIB_DEPENDS=	thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
 USE_XFCE=	configenv libutil thunar
 USE_XORG=	x11
-USE_GNOME=	gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME=	gnomehack gtk20 glib20 intltool intlhack desktopfileutils
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_GETTEXT=	yes
 MAKE_JOB_SAFE=	yes
+USE_PKGCONFIG=	build
 
 OPTIONS_DEFINE=		DOCS
 

Modified: head/archivers/thunar-archive-plugin/Makefile
==============================================================================
--- head/archivers/thunar-archive-plugin/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/archivers/thunar-archive-plugin/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -1,19 +1,16 @@
-# New ports collection makefile for:	thunar-archive-plugin
-# Date created:		2008-07-27
-# Whom:			ports@c0decafe.net <ports@c0decafe.net>
-#
+# Created by: ports@c0decafe.net <ports@c0decafe.net>
 # $FreeBSD$
 #
 
 PORTNAME=	thunar-archive-plugin
 PORTVERSION=	0.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	archivers 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=	ports@FreeBSD.org
+MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Archive plugin for the Thunar File Manager
 
 USE_BZIP2=	yes

Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/audio/thunar-media-tags-plugin/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -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>

Modified: head/devel/thunar-vcs-plugin/Makefile
==============================================================================
--- head/devel/thunar-vcs-plugin/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/devel/thunar-vcs-plugin/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -1,13 +1,10 @@
-# New ports collection makefile for:	thunar-vcs-plugin
-# Date created: 	2008-10-15
-# Whom:			Sergey V. Dyatko <sergey.dyatko@gmail.com>
-#
+# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
 # $FreeBSD$
 #
 
 PORTNAME=	thunar-vcs-plugin
 PORTVERSION=	0.1.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -20,10 +17,10 @@ USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	desktopfileutils gnomehack gtk20 glib20 intltool intlhack \
-		pkgconfig
+USE_GNOME=	desktopfileutils gnomehack gtk20 glib20 intltool intlhack
 USE_XFCE=	configenv libexo libutil thunar
 INSTALLS_ICONS=	yes
+USE_PKGCONFIG=	build
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/x11-fm/thunar-vfs/Makefile
==============================================================================
--- head/x11-fm/thunar-vfs/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/x11-fm/thunar-vfs/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunar-vfs
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/archive/${PORTNAME}/${PORTVERSION:R}
@@ -13,18 +13,19 @@ MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	The virtual filesystem for Thunar
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
-		freetype.9:${PORTSDIR}/print/freetype2 \
-		gamin-1.1:${PORTSDIR}/devel/gamin
+		jpeg:${PORTSDIR}/graphics/jpeg \
+		freetype:${PORTSDIR}/print/freetype2 \
+		gamin-1:${PORTSDIR}/devel/gamin
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack glib20 gtk20 intltool intlhack pkgconfig
+USE_GNOME=	gnomehack glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libutil libexo
 USE_XORG=	x11
+USE_PKGCONFIG=	build
 
 CONFIGURE_ARGS=	--disable-debug
 
@@ -46,21 +47,21 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MHAL}
-LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+=	hal:${PORTSDIR}/sysutils/hal
 CONFIGURE_ARGS+=--with-volume-manager=hal
 .else
 CONFIGURE_ARGS+=--with-volume-manager=freebsd
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 CONFIGURE_ARGS+=--enable-dbus
 .else
 CONFIGURE_ARGS+=--disable-dbus
 .endif
 
 .if ${PORT_OPTIONS:MSTARTUP}
-LIB_DEPENDS+=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
 CONFIGURE_ARGS+=--enable-startup-notification
 .else
 CONFIGURE_ARGS+=--disable-startup-notification

Modified: head/x11-wm/xfce4-desktop/Makefile
==============================================================================
--- head/x11-wm/xfce4-desktop/Makefile	Fri Dec 14 18:53:31 2012	(r308921)
+++ head/x11-wm/xfce4-desktop/Makefile	Fri Dec 14 18:59:07 2012	(r308922)
@@ -4,7 +4,7 @@
 
 PORTNAME=	xfce4-desktop
 PORTVERSION=	4.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	xfdesktop-${PORTVERSION}



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