summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/thunar-vcs-plugin/Makefile14
-rw-r--r--devel/thunar-vcs-plugin/distinfo6
-rw-r--r--devel/thunar-vcs-plugin/pkg-plist3
-rw-r--r--devel/xfce4-dev-tools/Makefile11
-rw-r--r--devel/xfce4-dev-tools/distinfo5
-rw-r--r--devel/xfce4-dev-tools/pkg-plist3
-rw-r--r--devel/xfce4-vala/Makefile24
-rw-r--r--devel/xfce4-vala/distinfo2
-rw-r--r--devel/xfce4-vala/files/patch-configure20
-rw-r--r--devel/xfce4-vala/pkg-descr3
-rw-r--r--devel/xfce4-vala/pkg-plist11
12 files changed, 19 insertions, 84 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c90fd5674c9c..a972b72f6bbd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6539,7 +6539,6 @@
SUBDIR += xeus
SUBDIR += xeus-cling
SUBDIR += xfce4-dev-tools
- SUBDIR += xfce4-vala
SUBDIR += xmake
SUBDIR += xmltooling
SUBDIR += xorg-macros
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile
index 97caf7ba5f8b..84a1c43e1e96 100644
--- a/devel/thunar-vcs-plugin/Makefile
+++ b/devel/thunar-vcs-plugin/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= thunar-vcs-plugin
-PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= devel xfce
MASTER_SITES= XFCE/thunar-plugins
DIST_SUBDIR= xfce4
@@ -14,13 +13,9 @@ COMMENT= Version Control System plugin for Thunar
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
- libapr-1.so:devel/apr1
-
-USES= gettext-tools gmake libtool localbase pkgconfig tar:bzip2 \
+USES= gettext-tools gmake gnome libtool localbase pkgconfig tar:bzip2 \
xfce
-USE_GNOME= cairo glib20 gtk20 intlhack intltool
+USE_GNOME= cairo gtk30 glib20 intltool
USE_XFCE= libexo thunar
GNU_CONFIGURE= yes
@@ -40,6 +35,7 @@ NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
SVN_CONFIGURE_ENABLE= subversion
-SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion
+SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion \
+ libapr-1.so:devel/apr1
.include <bsd.port.mk>
diff --git a/devel/thunar-vcs-plugin/distinfo b/devel/thunar-vcs-plugin/distinfo
index 023c0c2e88a2..73fed76c0790 100644
--- a/devel/thunar-vcs-plugin/distinfo
+++ b/devel/thunar-vcs-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467350871
-SHA256 (xfce4/thunar-vcs-plugin-0.1.5.tar.bz2) = 7094f576865957397eefcdb1b05ba9be020a396c12949077507ea1573b1ef451
-SIZE (xfce4/thunar-vcs-plugin-0.1.5.tar.bz2) = 478866
+TIMESTAMP = 1547769641
+SHA256 (xfce4/thunar-vcs-plugin-0.2.0.tar.bz2) = 368916d4c3d40862bf7cd1b3000c801c7db801ec88a236f1d8dd44ef780b4db8
+SIZE (xfce4/thunar-vcs-plugin-0.2.0.tar.bz2) = 546608
diff --git a/devel/thunar-vcs-plugin/pkg-plist b/devel/thunar-vcs-plugin/pkg-plist
index 982ac968b57f..99035452fbc5 100644
--- a/devel/thunar-vcs-plugin/pkg-plist
+++ b/devel/thunar-vcs-plugin/pkg-plist
@@ -1,4 +1,4 @@
-lib/thunarx-2/thunar-vcs-plugin.so
+lib/thunarx-3/thunar-vcs-plugin.so
%%GIT%%libexec/tvp-git-helper
%%SVN%%libexec/tvp-svn-helper
share/icons/hicolor/24x24/apps/git.png
@@ -6,6 +6,7 @@ share/icons/hicolor/24x24/apps/subversion.png
share/icons/hicolor/48x48/apps/git.png
share/icons/hicolor/48x48/apps/subversion.png
%%NLS%%share/locale/ar/LC_MESSAGES/thunar-vcs-plugin.mo
+%%NLS%%share/locale/be/LC_MESSAGES/thunar-vcs-plugin.mo
%%NLS%%share/locale/bg/LC_MESSAGES/thunar-vcs-plugin.mo
%%NLS%%share/locale/ca/LC_MESSAGES/thunar-vcs-plugin.mo
%%NLS%%share/locale/cs/LC_MESSAGES/thunar-vcs-plugin.mo
diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile
index e3b28a2b8250..92f4b2aba0ab 100644
--- a/devel/xfce4-dev-tools/Makefile
+++ b/devel/xfce4-dev-tools/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-dev-tools
-PORTVERSION= 4.12.0
-PORTREVISION= 1
+PORTVERSION= 4.14.0
CATEGORIES= devel xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@@ -19,9 +18,11 @@ RUN_DEPENDS= autoconf>=2.69:devel/autoconf \
libtoolize:devel/libtool \
bash:shells/bash
-GNU_CONFIGURE= yes
+USES= pkgconfig tar:bzip2 xfce
USE_GNOME= glib20
-USES= pkgconfig shebangfix tar:bzip2 xfce
-SHEBANG_FILES= scripts/xdt-commit
+
+GNU_CONFIGURE= yes
+
+PORTSCOUT= limitw:1,even
.include <bsd.port.mk>
diff --git a/devel/xfce4-dev-tools/distinfo b/devel/xfce4-dev-tools/distinfo
index a460297598de..f5a93d727f91 100644
--- a/devel/xfce4-dev-tools/distinfo
+++ b/devel/xfce4-dev-tools/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfce4-dev-tools-4.12.0.tar.bz2) = e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb
-SIZE (xfce4/xfce4-dev-tools-4.12.0.tar.bz2) = 309586
+TIMESTAMP = 1565543023
+SHA256 (xfce4/xfce4-dev-tools-4.14.0.tar.bz2) = 2c9eb8e0fe23e47dc31411a93b683fd1b7a49140e9163f0aab9e94a3d8a0b5fd
+SIZE (xfce4/xfce4-dev-tools-4.14.0.tar.bz2) = 292275
diff --git a/devel/xfce4-dev-tools/pkg-plist b/devel/xfce4-dev-tools/pkg-plist
index 95c4ef37d1b7..43ce95d8c1ee 100644
--- a/devel/xfce4-dev-tools/pkg-plist
+++ b/devel/xfce4-dev-tools/pkg-plist
@@ -1,8 +1,5 @@
bin/xdt-autogen
-bin/xdt-commit
bin/xdt-csource
share/xfce4/dev-tools/m4macros/xdt-depends.m4
share/xfce4/dev-tools/m4macros/xdt-features.m4
share/xfce4/dev-tools/m4macros/xdt-i18n.m4
-share/xfce4/dev-tools/m4macros/xdt-python.m4
-share/xfce4/dev-tools/m4macros/xdt-xfce.m4
diff --git a/devel/xfce4-vala/Makefile b/devel/xfce4-vala/Makefile
deleted file mode 100644
index 063d2634968e..000000000000
--- a/devel/xfce4-vala/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Olivier Duchateau <olivierd@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xfce4-vala
-PORTVERSION= 4.10.3
-PORTREVISION= 5
-CATEGORIES= devel xfce
-MASTER_SITES= XFCE/bindings
-DIST_SUBDIR= xfce4
-
-MAINTAINER= xfce@FreeBSD.org
-COMMENT= Vala binding for the Xfce core libraries
-
-LICENSE= LGPL21
-
-BUILD_DEPENDS= valac:lang/vala
-
-USES= gmake gnome pathfix pkgconfig tar:bzip2 xfce
-USE_XFCE= panel
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-vala-api=0.40
-
-.include <bsd.port.mk>
diff --git a/devel/xfce4-vala/distinfo b/devel/xfce4-vala/distinfo
deleted file mode 100644
index b49945819b91..000000000000
--- a/devel/xfce4-vala/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xfce4/xfce4-vala-4.10.3.tar.bz2) = 07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b
-SIZE (xfce4/xfce4-vala-4.10.3.tar.bz2) = 88023
diff --git a/devel/xfce4-vala/files/patch-configure b/devel/xfce4-vala/files/patch-configure
deleted file mode 100644
index 051dbd4f6fbd..000000000000
--- a/devel/xfce4-vala/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2013-08-16 20:27:53 UTC
-+++ configure
-@@ -2671,7 +2671,7 @@ VALAGI=`$PKG_CONFIG --variable=vala_gen_introspect lib
-
-
-
--vapidir=`$PKG_CONFIG --variable=vapidir libvala-$vala_api`
-+vapidir=${datarootdir}/vala/vapi
-
-
-
-@@ -2684,7 +2684,7 @@ else
- fi
-
- if test x"$with_default_vapidir" == xno ; then
-- vapidir=${datarootdir}/vala-${vala_api}/vapi
-+ vapidir=${datarootdir}/vala/vapi
-
- fi
-
diff --git a/devel/xfce4-vala/pkg-descr b/devel/xfce4-vala/pkg-descr
deleted file mode 100644
index 98edb402b67f..000000000000
--- a/devel/xfce4-vala/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Xfce4 Vala provides bindings for the Xfce core libraries.
-
-WWW: https://wiki.xfce.org/vala-bindings
diff --git a/devel/xfce4-vala/pkg-plist b/devel/xfce4-vala/pkg-plist
deleted file mode 100644
index c9bf0e686ae4..000000000000
--- a/devel/xfce4-vala/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-libdata/pkgconfig/xfce4-vala.pc
-share/vala/vapi/exo-1.deps
-share/vala/vapi/exo-1.vapi
-share/vala/vapi/garcon-1.deps
-share/vala/vapi/garcon-1.vapi
-share/vala/vapi/libxfce4panel-1.0.deps
-share/vala/vapi/libxfce4panel-1.0.vapi
-share/vala/vapi/libxfce4ui-1.deps
-share/vala/vapi/libxfce4ui-1.vapi
-share/vala/vapi/libxfce4util-1.0.vapi
-share/vala/vapi/libxfconf-0.vapi