diff options
-rw-r--r-- | archivers/squeeze/Makefile | 7 | ||||
-rw-r--r-- | archivers/thunar-archive-plugin/Makefile | 11 | ||||
-rw-r--r-- | audio/thunar-media-tags-plugin/Makefile | 14 | ||||
-rw-r--r-- | devel/thunar-vcs-plugin/Makefile | 11 | ||||
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 17 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 2 |
6 files changed, 28 insertions, 34 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 888c4c18e924..e26ecbf3e021 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -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 advanced archive manager 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 diff --git a/archivers/thunar-archive-plugin/Makefile b/archivers/thunar-archive-plugin/Makefile index 3b5d14b05fcf..ae1922cca760 100644 --- a/archivers/thunar-archive-plugin/Makefile +++ b/archivers/thunar-archive-plugin/Makefile @@ -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 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> diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index dca1b7e5f33c..326a34a6f00d 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -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 diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 9bee2b5606dd..60ef5d173cca 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -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 diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 67c174e1dc9f..e47e4f822af1 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -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} |