svn commit: r450080 - in head/textproc/xfce4-dict-plugin: . files

Guido Falsi madpilot at FreeBSD.org
Mon Sep 18 21:07:43 UTC 2017


Author: madpilot
Date: Mon Sep 18 21:07:41 2017
New Revision: 450080
URL: https://svnweb.freebsd.org/changeset/ports/450080

Log:
  - Update textproc/xfce4-dict-plugin to 0.8.0
  - Sort USES
  - Adjust dependencies (reported by QA script)
  
  PR:		220266
  Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>

Deleted:
  head/textproc/xfce4-dict-plugin/files/
Modified:
  head/textproc/xfce4-dict-plugin/Makefile
  head/textproc/xfce4-dict-plugin/distinfo
  head/textproc/xfce4-dict-plugin/pkg-plist

Modified: head/textproc/xfce4-dict-plugin/Makefile
==============================================================================
--- head/textproc/xfce4-dict-plugin/Makefile	Mon Sep 18 20:14:30 2017	(r450079)
+++ head/textproc/xfce4-dict-plugin/Makefile	Mon Sep 18 21:07:41 2017	(r450080)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-dict
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8.0
 CATEGORIES=	textproc xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 PKGNAMESUFFIX=	-plugin
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		gettext pkgconfig gmake libtool xfce tar:bzip2
-USE_GNOME=	glib20 gtk20 intltool intlhack
+USES=		gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
+USE_GNOME=	glib20 gtk30 intltool cairo
 USE_XFCE=	panel
 USE_XORG=	x11
 USE_LDCONFIG=	yes

Modified: head/textproc/xfce4-dict-plugin/distinfo
==============================================================================
--- head/textproc/xfce4-dict-plugin/distinfo	Mon Sep 18 20:14:30 2017	(r450079)
+++ head/textproc/xfce4-dict-plugin/distinfo	Mon Sep 18 21:07:41 2017	(r450080)
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfce4-dict-0.7.2.tar.bz2) = e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7
-SIZE (xfce4/xfce4-dict-0.7.2.tar.bz2) = 489918
+TIMESTAMP = 1498398539
+SHA256 (xfce4/xfce4-dict-0.8.0.tar.bz2) = 3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a
+SIZE (xfce4/xfce4-dict-0.8.0.tar.bz2) = 483618

Modified: head/textproc/xfce4-dict-plugin/pkg-plist
==============================================================================
--- head/textproc/xfce4-dict-plugin/pkg-plist	Mon Sep 18 20:14:30 2017	(r450079)
+++ head/textproc/xfce4-dict-plugin/pkg-plist	Mon Sep 18 21:07:41 2017	(r450080)
@@ -38,6 +38,7 @@ share/locale/pt/LC_MESSAGES/xfce4-dict.mo
 share/locale/pt_BR/LC_MESSAGES/xfce4-dict.mo
 share/locale/ru/LC_MESSAGES/xfce4-dict.mo
 share/locale/sk/LC_MESSAGES/xfce4-dict.mo
+share/locale/sl/LC_MESSAGES/xfce4-dict.mo
 share/locale/sq/LC_MESSAGES/xfce4-dict.mo
 share/locale/sr/LC_MESSAGES/xfce4-dict.mo
 share/locale/sv/LC_MESSAGES/xfce4-dict.mo


More information about the svn-ports-all mailing list