Date: Mon, 18 Jan 2021 16:27:19 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561926 - head/graphics/xviewer Message-ID: <202101181627.10IGRJE4026435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Jan 18 16:27:19 2021 New Revision: 561926 URL: https://svnweb.freebsd.org/changeset/ports/561926 Log: - Update to version 2.8.3, add `gnome' to CATEGORIES - Add `x11/yelp' to RUN_DEPENDS so internal help can work - Remove no longer needed `post-patch' target Modified: head/graphics/xviewer/Makefile head/graphics/xviewer/distinfo head/graphics/xviewer/pkg-plist Modified: head/graphics/xviewer/Makefile ============================================================================== --- head/graphics/xviewer/Makefile Mon Jan 18 16:22:03 2021 (r561925) +++ head/graphics/xviewer/Makefile Mon Jan 18 16:27:19 2021 (r561926) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xviewer -PORTVERSION= 2.6.2 -PORTREVISION= 1 -CATEGORIES= graphics +PORTVERSION= 2.8.3 +CATEGORIES= graphics gnome MAINTAINER= danfe@FreeBSD.org COMMENT= Fast and functional image viewer @@ -18,7 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/gtk-doc.m4:t itstool:textproc/itstool \ ${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ + libxapp.so:x11/xapp \ libpeas-1.0.so:devel/libpeas +RUN_DEPENDS= yelp:x11/yelp USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ gmake gnome libtool localbase pkgconfig xorg @@ -49,9 +50,5 @@ LIBRSVG2_CONFIGURE_OFF= --without-librsvg XMP_LIB_DEPENDS= libexempi.so:textproc/exempi XMP_CONFIGURE_OFF= --without-xmp - -post-patch: - @${REINPLACE_CMD} -e '/CINNAMON_DESKTOP_REQUIRED/s,3\.2\.0,2.4.2,' \ - ${WRKSRC}/configure.ac .include <bsd.port.mk> Modified: head/graphics/xviewer/distinfo ============================================================================== --- head/graphics/xviewer/distinfo Mon Jan 18 16:22:03 2021 (r561925) +++ head/graphics/xviewer/distinfo Mon Jan 18 16:27:19 2021 (r561926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592999353 -SHA256 (linuxmint-xviewer-2.6.2_GH0.tar.gz) = 2bbe97181be7bbb9a163224640b9ba97377f8ac7850bd7f553d7737bd9207938 -SIZE (linuxmint-xviewer-2.6.2_GH0.tar.gz) = 2809699 +TIMESTAMP = 1610639210 +SHA256 (linuxmint-xviewer-2.8.3_GH0.tar.gz) = 4c164260b115792c07a4140a066bb934bb2504c3b209d5631493ba11ca3e1d68 +SIZE (linuxmint-xviewer-2.8.3_GH0.tar.gz) = 2860031 Modified: head/graphics/xviewer/pkg-plist ============================================================================== --- head/graphics/xviewer/pkg-plist Mon Jan 18 16:22:03 2021 (r561925) +++ head/graphics/xviewer/pkg-plist Mon Jan 18 16:27:19 2021 (r561926) @@ -1470,6 +1470,7 @@ share/locale/uz@cyrillic/LC_MESSAGES/xviewer.mo share/locale/vi/LC_MESSAGES/xviewer.mo share/locale/wa/LC_MESSAGES/xviewer.mo share/locale/xh/LC_MESSAGES/xviewer.mo +share/locale/zgh/LC_MESSAGES/xviewer.mo share/locale/zh_CN/LC_MESSAGES/xviewer.mo share/locale/zh_HK/LC_MESSAGES/xviewer.mo share/locale/zh_TW/LC_MESSAGES/xviewer.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101181627.10IGRJE4026435>