From owner-svn-ports-head@freebsd.org Tue Nov 28 11:47:17 2017 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 BF2F4E5393D; Tue, 28 Nov 2017 11:47:17 +0000 (UTC) (envelope-from amdmi3@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 8927C22B4; Tue, 28 Nov 2017 11:47:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vASBlG8U042553; Tue, 28 Nov 2017 11:47:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vASBlGGF042551; Tue, 28 Nov 2017 11:47:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201711281147.vASBlGGF042551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Nov 2017 11:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455036 - head/x11-fm/gnome-commander2 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-fm/gnome-commander2 X-SVN-Commit-Revision: 455036 X-SVN-Commit-Repository: ports 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.25 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: Tue, 28 Nov 2017 11:47:17 -0000 Author: amdmi3 Date: Tue Nov 28 11:47:16 2017 New Revision: 455036 URL: https://svnweb.freebsd.org/changeset/ports/455036 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/x11-fm/gnome-commander2/Makefile head/x11-fm/gnome-commander2/pkg-descr Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Tue Nov 28 11:47:10 2017 (r455035) +++ head/x11-fm/gnome-commander2/Makefile Tue Nov 28 11:47:16 2017 (r455036) @@ -13,7 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= danilo@FreeBSD.org COMMENT= File manager for Gnome2 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ libgnome-keyring.so:security/libgnome-keyring \ @@ -23,16 +24,14 @@ LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp -USES= compiler:c++11-lang gettext gmake libtool pathfix pkgconfig python tar:xz +USES= compiler:c++11-lang gettext gmake libtool localbase:ldflags pathfix \ + pkgconfig python tar:xz 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 CONFLICTS= gnome-commander-[0-9]* Modified: head/x11-fm/gnome-commander2/pkg-descr ============================================================================== --- head/x11-fm/gnome-commander2/pkg-descr Tue Nov 28 11:47:10 2017 (r455035) +++ head/x11-fm/gnome-commander2/pkg-descr Tue Nov 28 11:47:16 2017 (r455036) @@ -5,4 +5,4 @@ It can also detect changes to files caused by other pr the views without the need for the user to manually reload. The program also supports Copy & Paste as well as Drag & Drop. -WWW: http://gcmd.github.io/ +WWW: https://gcmd.github.io/