Date: Wed, 2 May 2018 16:51:16 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468854 - in head/x11/xfce4-screenshooter-plugin: . files Message-ID: <201805021651.w42GpGks055317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed May 2 16:51:16 2018 New Revision: 468854 URL: https://svnweb.freebsd.org/changeset/ports/468854 Log: - Update xfce4-screenshooter-plugin to 1.9.2 - Add missing dependencies - Silence portlint warning - Update WWW URL - Regenerated patch Modified: head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-screenshooter-plugin/distinfo head/x11/xfce4-screenshooter-plugin/files/patch-configure head/x11/xfce4-screenshooter-plugin/pkg-descr head/x11/xfce4-screenshooter-plugin/pkg-plist Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Wed May 2 16:33:59 2018 (r468853) +++ head/x11/xfce4-screenshooter-plugin/Makefile Wed May 2 16:51:16 2018 (r468854) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-screenshooter-plugin -PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTVERSION= 1.9.2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/xfce4-screenshooter/${PORTVERSION:R} DISTNAME= xfce4-screenshooter-${PORTVERSION} @@ -17,12 +16,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +USES= pkgconfig gmake libtool gettext-tools xfce:gtk3 tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GNOME= glib20 gtk20 intltool intlhack libxml2 +USE_GNOME= cairo glib20 gtk30 intltool intlhack libxml2 USE_XFCE= panel -USES= pkgconfig gmake libtool gettext-tools xfce tar:bzip2 -USE_XORG= xfixes xext +USE_XORG= ice sm x11 xfixes xext OPTIONS_DEFINE= NLS NLS_CONFIGURE_ENABLE= nls Modified: head/x11/xfce4-screenshooter-plugin/distinfo ============================================================================== --- head/x11/xfce4-screenshooter-plugin/distinfo Wed May 2 16:33:59 2018 (r468853) +++ head/x11/xfce4-screenshooter-plugin/distinfo Wed May 2 16:51:16 2018 (r468854) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69 -SIZE (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 492524 +TIMESTAMP = 1525191432 +SHA256 (xfce4/xfce4-screenshooter-1.9.2.tar.bz2) = 904f3a61417ace55a3b144187565335f8ad5e530ca23b397ce90ed61708c6091 +SIZE (xfce4/xfce4-screenshooter-1.9.2.tar.bz2) = 504757 Modified: head/x11/xfce4-screenshooter-plugin/files/patch-configure ============================================================================== --- head/x11/xfce4-screenshooter-plugin/files/patch-configure Wed May 2 16:33:59 2018 (r468853) +++ head/x11/xfce4-screenshooter-plugin/files/patch-configure Wed May 2 16:51:16 2018 (r468854) @@ -1,6 +1,6 @@ ---- configure.orig 2015-01-25 08:47:08 UTC +--- configure.orig 2018-05-01 14:43:50 UTC +++ configure -@@ -15357,7 +15357,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> +@@ -16036,7 +16036,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi Modified: head/x11/xfce4-screenshooter-plugin/pkg-descr ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-descr Wed May 2 16:33:59 2018 (r468853) +++ head/x11/xfce4-screenshooter-plugin/pkg-descr Wed May 2 16:51:16 2018 (r468854) @@ -1,4 +1,4 @@ Application and panel plugin to take screenshots. It allows you to capture the entire screen, the active window or a selected region. -WWW: http://goodies.xfce.org/projects/applications/xfce4-screenshooter +WWW: https://goodies.xfce.org/projects/applications/xfce4-screenshooter Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-plist Wed May 2 16:33:59 2018 (r468853) +++ head/x11/xfce4-screenshooter-plugin/pkg-plist Wed May 2 16:51:16 2018 (r468854) @@ -22,6 +22,7 @@ share/icons/hicolor/scalable/apps/applets-screenshoote %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-screenshooter.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021651.w42GpGks055317>