Date: Tue, 28 Nov 2017 11:47:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455036 - head/x11-fm/gnome-commander2 Message-ID: <201711281147.vASBlGGF042551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281147.vASBlGGF042551>