diff options
author | danilo <danilo@FreeBSD.org> | 2016-10-02 10:27:14 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-10-02 10:27:14 +0800 |
commit | 7e62a66c864eeb75a02307e38a21c3e3324d6615 (patch) | |
tree | 7b036fc3d60bdc6aec25ac95d8eeb9788844b59d /x11-fm | |
parent | dee9e4168afdf5ccb3e3d5c9e166c608d5804dcb (diff) | |
download | freebsd-ports-gnome-7e62a66c864eeb75a02307e38a21c3e3324d6615.tar.gz freebsd-ports-gnome-7e62a66c864eeb75a02307e38a21c3e3324d6615.tar.zst freebsd-ports-gnome-7e62a66c864eeb75a02307e38a21c3e3324d6615.zip |
- Update to 1.4.9
- Add some dependencies explicitly to make Q/A happy
- Use USE_LDCONFIG once the port installs a shared library
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 13 | ||||
-rw-r--r-- | x11-fm/gnome-commander2/distinfo | 5 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 9c5a12cbdfdc..a7e48ebdcb26 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -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 diff --git a/x11-fm/gnome-commander2/distinfo b/x11-fm/gnome-commander2/distinfo index 3e6a0951ac7d..b4e23459da28 100644 --- a/x11-fm/gnome-commander2/distinfo +++ b/x11-fm/gnome-commander2/distinfo @@ -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 |