svn commit: r455036 - head/x11-fm/gnome-commander2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Nov 28 11:47:17 UTC 2017
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 at 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/
More information about the svn-ports-all
mailing list