svn commit: r423100 - head/x11-fm/gnome-commander2
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Oct 2 02:27:16 UTC 2016
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
More information about the svn-ports-all
mailing list