- Update to 1.1.1 - Trim pkg-plist Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) How-To-Repeat: Build log https://redports.org/buildarchive/20130724150601-8256/
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
State Changed From-To: open->feedback On my live system package links to graphics/libexif and this dependency is not registered. Can you investigate and update your patch ? Thanks.
On Wed, 24 Jul 2013 19:53:55 GMT pawel@FreeBSD.org wrote: > Synopsis: [MAINTAINER] x11/libfm: update to 1.1.1 > > State-Changed-From-To: open->feedback > State-Changed-By: pawel > State-Changed-When: Wed Jul 24 19:52:39 UTC 2013 > State-Changed-Why: > On my live system package links to graphics/libexif and this dependency > is not registered. Can you investigate and update your patch ? Thanks. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=180811 After consultations with LXDE Upstream, added dependency for graphics/libexif from configure --disable-exif disable libexif which is used for faster thumbnail loading.
Author: pawel Date: Thu Jul 25 13:59:32 2013 New Revision: 323641 URL: http://svnweb.freebsd.org/changeset/ports/323641 Log: Update to version 1.1.1 PR: ports/180811 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Modified: head/x11/libfm/Makefile head/x11/libfm/distinfo (contents, props changed) head/x11/libfm/pkg-plist (contents, props changed) Modified: head/x11/libfm/Makefile ============================================================================== --- head/x11/libfm/Makefile Thu Jul 25 13:12:27 2013 (r323640) +++ head/x11/libfm/Makefile Thu Jul 25 13:59:32 2013 (r323641) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfm -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/ @@ -13,7 +12,8 @@ COMMENT= The libFM backend library to PC LICENSE= GPLv2 BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache +LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache \ + exif:${PORTSDIR}/graphics/libexif USES= pkgconfig USE_GNOME= gnomehack gtk20 Modified: head/x11/libfm/distinfo ============================================================================== --- head/x11/libfm/distinfo Thu Jul 25 13:12:27 2013 (r323640) +++ head/x11/libfm/distinfo Thu Jul 25 13:59:32 2013 (r323641) @@ -1,2 +1,2 @@ -SHA256 (libfm-1.1.0.tar.gz) = b9426e588670b53570b808c49abd1d103863614dd3622559b8c3ef1392fe0b3d -SIZE (libfm-1.1.0.tar.gz) = 1077445 +SHA256 (libfm-1.1.1.tar.gz) = 37b0c6d00cc7b48547ba70ac42e209ea1eada2ab5665a086f5ddffb8c7d00324 +SIZE (libfm-1.1.1.tar.gz) = 1054451 Modified: head/x11/libfm/pkg-plist ============================================================================== --- head/x11/libfm/pkg-plist Thu Jul 25 13:12:27 2013 (r323640) +++ head/x11/libfm/pkg-plist Thu Jul 25 13:59:32 2013 (r323641) @@ -98,7 +98,6 @@ share/applications/libfm-pref-apps.deskt %%NLS%%share/locale/el/LC_MESSAGES/libfm.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libfm.mo %%NLS%%share/locale/es/LC_MESSAGES/libfm.mo -%%NLS%%share/locale/es_VE/LC_MESSAGES/libfm.mo %%NLS%%share/locale/et/LC_MESSAGES/libfm.mo %%NLS%%share/locale/eu/LC_MESSAGES/libfm.mo %%NLS%%share/locale/fa/LC_MESSAGES/libfm.mo @@ -154,8 +153,6 @@ share/mime/packages/libfm.xml %%NLS%%@dirrmtry share/locale/tt_RU %%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/lg -%%NLS%%@dirrmtry share/locale/es_VE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/es_VE @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%% @dirrmtry share/applications _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!