From owner-svn-ports-head@freebsd.org Sun Oct 2 02:27:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD52AC665A; Sun, 2 Oct 2016 02:27:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B4F2E3; Sun, 2 Oct 2016 02:27:15 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u922RFPF031552; Sun, 2 Oct 2016 02:27:15 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u922REPW031550; Sun, 2 Oct 2016 02:27:14 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610020227.u922REPW031550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 2 Oct 2016 02:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423100 - head/x11-fm/gnome-commander2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 02:27:16 -0000 Author: danilo Date: Sun Oct 2 02:27:14 2016 New Revision: 423100 URL: https://svnweb.freebsd.org/changeset/ports/423100 Log: - Update to 1.4.9 - Add some dependencies explicitly to make Q/A happy - Use USE_LDCONFIG once the port installs a shared library Modified: head/x11-fm/gnome-commander2/Makefile head/x11-fm/gnome-commander2/distinfo Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Sun Oct 2 01:50:00 2016 (r423099) +++ head/x11-fm/gnome-commander2/Makefile Sun Oct 2 02:27:14 2016 (r423100) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-commander -PORTVERSION= 1.4.8 -PORTREVISION= 2 +PORTVERSION= 1.4.9 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/1.4 @@ -15,15 +14,21 @@ COMMENT= File manager for Gnome2 LICENSE= GPLv2 -LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique +LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ + libgnome-keyring.so:security/libgnome-keyring \ + libpopt.so:devel/popt \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp USES= gettext gmake libtool pathfix pkgconfig python tar:xz -USE_GNOME= gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui +USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui +USE_XORG= ice sm GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_OMF= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-fm/gnome-commander2/distinfo ============================================================================== --- head/x11-fm/gnome-commander2/distinfo Sun Oct 2 01:50:00 2016 (r423099) +++ head/x11-fm/gnome-commander2/distinfo Sun Oct 2 02:27:14 2016 (r423100) @@ -1,2 +1,3 @@ -SHA256 (gnome2/gnome-commander-1.4.8.tar.xz) = 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 -SIZE (gnome2/gnome-commander-1.4.8.tar.xz) = 6374144 +TIMESTAMP = 1474828656 +SHA256 (gnome2/gnome-commander-1.4.9.tar.xz) = ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f +SIZE (gnome2/gnome-commander-1.4.9.tar.xz) = 6390100