Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 18:12:58 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327433 - head/x11/libfm
Message-ID:  <201309161812.r8GICw9m026441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Sep 16 18:12:58 2013
New Revision: 327433
URL: http://svnweb.freebsd.org/changeset/ports/327433

Log:
  - Update to 1.1.2.2
  - Change maintainer email gmx.ch --> FreeBSD.org
  - Use the new format for LIB_DEPENDS
  - USES gmake pkgconfig
  
  Approved by:	wxs/pawel (mentors)

Modified:
  head/x11/libfm/Makefile
  head/x11/libfm/distinfo

Modified: head/x11/libfm/Makefile
==============================================================================
--- head/x11/libfm/Makefile	Mon Sep 16 18:05:14 2013	(r327432)
+++ head/x11/libfm/Makefile	Mon Sep 16 18:12:58 2013	(r327433)
@@ -2,24 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	libfm
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2.2
 CATEGORIES=	x11
 MASTER_SITES=	SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	The libFM backend library to PCManFM
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS=	menu-cache:${PORTSDIR}/x11/menu-cache \
-		exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS=	libmenu-cache.so:${PORTSDIR}/x11/menu-cache \
+		libexif.so:${PORTSDIR}/graphics/libexif
 
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack gtk20
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc
-USE_GMAKE=	yes
 USE_FAM=	yes
 USE_LDCONFIG=	yes
 

Modified: head/x11/libfm/distinfo
==============================================================================
--- head/x11/libfm/distinfo	Mon Sep 16 18:05:14 2013	(r327432)
+++ head/x11/libfm/distinfo	Mon Sep 16 18:12:58 2013	(r327433)
@@ -1,2 +1,2 @@
-SHA256 (libfm-1.1.1.tar.gz) = 37b0c6d00cc7b48547ba70ac42e209ea1eada2ab5665a086f5ddffb8c7d00324
-SIZE (libfm-1.1.1.tar.gz) = 1054451
+SHA256 (libfm-1.1.2.2.tar.gz) = 158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d19d682
+SIZE (libfm-1.1.2.2.tar.gz) = 1055591



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161812.r8GICw9m026441>