Date: Sun, 11 Mar 2018 22:42:23 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464214 - head/x11-fm/gnome-commander2 Message-ID: <201803112242.w2BMgNNK043864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Mar 11 22:42:23 2018 New Revision: 464214 URL: https://svnweb.freebsd.org/changeset/ports/464214 Log: - Update to 1.8.1 - Add glib schemas to GLIB_SCHEMAS Modified: head/x11-fm/gnome-commander2/Makefile head/x11-fm/gnome-commander2/distinfo head/x11-fm/gnome-commander2/pkg-plist Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Sun Mar 11 21:47:28 2018 (r464213) +++ head/x11-fm/gnome-commander2/Makefile Sun Mar 11 22:42:23 2018 (r464214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-commander -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} @@ -27,6 +27,8 @@ RUN_DEPENDS= meld:textproc/meld \ USES= compiler:c++11-lang gettext gmake libtool localbase:ldflags pathfix \ pkgconfig python:2.7 tar:xz USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui +GLIB_SCHEMAS= org.gnome.gnome-commander.enums.xml \ + org.gnome.gnome-commander.gschema.xml USE_XORG= ice sm GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/x11-fm/gnome-commander2/distinfo ============================================================================== --- head/x11-fm/gnome-commander2/distinfo Sun Mar 11 21:47:28 2018 (r464213) +++ head/x11-fm/gnome-commander2/distinfo Sun Mar 11 22:42:23 2018 (r464214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513252066 -SHA256 (gnome2/gnome-commander-1.8.0.tar.xz) = d0e73077fe22ae1e00d93f0112e0e019cf40b15419dfa82e51c9d5f30849946b -SIZE (gnome2/gnome-commander-1.8.0.tar.xz) = 7433656 +TIMESTAMP = 1520703122 +SHA256 (gnome2/gnome-commander-1.8.1.tar.xz) = 7bea3acab2804dcf3add355a5092d880a417204c333de279fb54a55681640128 +SIZE (gnome2/gnome-commander-1.8.1.tar.xz) = 7298888 Modified: head/x11-fm/gnome-commander2/pkg-plist ============================================================================== --- head/x11-fm/gnome-commander2/pkg-plist Sun Mar 11 21:47:28 2018 (r464213) +++ head/x11-fm/gnome-commander2/pkg-plist Sun Mar 11 22:42:23 2018 (r464214) @@ -4,22 +4,11 @@ lib/gnome-commander/libgcmd.a lib/gnome-commander/libgcmd.so lib/gnome-commander/libgcmd.so.0 lib/gnome-commander/libgcmd.so.0.0.0 -lib/gnome-commander/plugins/apply_patch.py -lib/gnome-commander/plugins/apply_patch.pyc -lib/gnome-commander/plugins/apply_patch.pyo lib/gnome-commander/plugins/libfileroller.a lib/gnome-commander/plugins/libfileroller.so -lib/gnome-commander/plugins/md5sum.py -lib/gnome-commander/plugins/md5sum.pyc -lib/gnome-commander/plugins/md5sum.pyo -lib/gnome-commander/plugins/sha1sum.py -lib/gnome-commander/plugins/sha1sum.pyc -lib/gnome-commander/plugins/sha1sum.pyo man/man1/gnome-commander.1.gz share/appdata/gnome-commander.appdata.xml share/applications/gnome-commander.desktop -share/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml -share/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml %%DATADIR%%/mime/XMLnamespaces %%DATADIR%%/mime/aliases %%DATADIR%%/mime/generic-icons
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803112242.w2BMgNNK043864>