Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 15:03:01 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491628 - head/x11-fm/librfm
Message-ID:  <201901301503.x0UF31s4083192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Jan 30 15:03:01 2019
New Revision: 491628
URL: https://svnweb.freebsd.org/changeset/ports/491628

Log:
  Update x11-fm/librfm to 5.3.16.4
  
  Message log:
   Current version: Rodent 5.3.16.3 and librfm 5.3.16.4
   Remove support for GTK-3.
   Rodent will be level on GTK-2, Rodent+ will be targeted at GTK-3 (work in progress)

Modified:
  head/x11-fm/librfm/Makefile
  head/x11-fm/librfm/distinfo

Modified: head/x11-fm/librfm/Makefile
==============================================================================
--- head/x11-fm/librfm/Makefile	Wed Jan 30 15:01:22 2019	(r491627)
+++ head/x11-fm/librfm/Makefile	Wed Jan 30 15:03:01 2019	(r491628)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	librfm
-PORTVERSION=	5.3.16.3
-PORTREVISION=	2
+PORTVERSION=	5.3.16.4
 CATEGORIES=	x11-fm
-MASTER_SITES=	SF/xffm/${PORTVERSION}
+MASTER_SITES=	SF/xffm/5.3.16.3
 DISTNAME=	${PORTNAME}5-${PORTVERSION}
 
 MAINTAINER=	rodrigo@FreeBSD.org
@@ -17,16 +16,19 @@ BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libtubo.so:x11-fm/libtubo \
 		libdbh.so:databases/dbh \
 		libzip.so:archivers/libzip \
-		librsvg-2.so:graphics/librsvg2
+		librsvg-2.so:graphics/librsvg2 \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 
 OPTIONS_DEFINE=	NLS
 
 CONFIGURE_ARGS+=--with-pkglibdata
 MAKE_JOB_UNSAFE=yes
 INSTALLS_ICONS=	yes
-USES=		gettext gmake libtool:keepla pkgconfig tar:bzip2
+USES=		autoreconf gettext gnome gmake libtool:keepla pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 intltool
+USE_GNOME=	gtk20 intltool cairo libxml2
+USE_XORG+=	x11
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/x11-fm/librfm/distinfo
==============================================================================
--- head/x11-fm/librfm/distinfo	Wed Jan 30 15:01:22 2019	(r491627)
+++ head/x11-fm/librfm/distinfo	Wed Jan 30 15:03:01 2019	(r491628)
@@ -1,2 +1,3 @@
-SHA256 (librfm5-5.3.16.3.tar.bz2) = 326d6be04a39a25246800987299bc224385511c95190490f5bdf813242ec3753
-SIZE (librfm5-5.3.16.3.tar.bz2) = 3304424
+TIMESTAMP = 1548250761
+SHA256 (librfm5-5.3.16.4.tar.bz2) = 53ea42e7e3f6321481c73eebe50f9c086920879e318a4c9c068ec2e9671f2c98
+SIZE (librfm5-5.3.16.4.tar.bz2) = 3331011



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