diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2019-01-30 23:03:01 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2019-01-30 23:03:01 +0800 |
commit | 136daf0d2533f456ead03adf0f238c528d74cfe5 (patch) | |
tree | f2190ad42155f5812a3a901ee39940da98d40b08 /x11-fm | |
parent | 3a4a6b4452a90fbd9835141e2dc356086a4237ee (diff) | |
download | freebsd-ports-gnome-136daf0d2533f456ead03adf0f238c528d74cfe5.tar.gz freebsd-ports-gnome-136daf0d2533f456ead03adf0f238c528d74cfe5.tar.zst freebsd-ports-gnome-136daf0d2533f456ead03adf0f238c528d74cfe5.zip |
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)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/librfm/Makefile | 14 | ||||
-rw-r--r-- | x11-fm/librfm/distinfo | 5 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index 31e5f70cca94..e6e0ce078768 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -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 diff --git a/x11-fm/librfm/distinfo b/x11-fm/librfm/distinfo index 5ef3a480d410..696ab84fef5c 100644 --- a/x11-fm/librfm/distinfo +++ b/x11-fm/librfm/distinfo @@ -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 |