Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 18:37:40 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422149 - head/graphics/feh
Message-ID:  <201609141837.u8EIbeSU058146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Sep 14 18:37:40 2016
New Revision: 422149
URL: https://svnweb.freebsd.org/changeset/ports/422149

Log:
  Update to 2.17.1
  
  While this port installs icons, do not use INSTALLS_ICONS= to avoid bringing
  in a bunch of dependencies to this very light weight port. [0]
  
  ChangeLog: http://feh.finalrewind.org/archive/2.17/
             http://feh.finalrewind.org/archive/2.17.1/
  
  Discussed with:	kwm [0]

Modified:
  head/graphics/feh/Makefile
  head/graphics/feh/distinfo
  head/graphics/feh/pkg-plist

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Wed Sep 14 18:37:22 2016	(r422148)
+++ head/graphics/feh/Makefile	Wed Sep 14 18:37:40 2016	(r422149)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.16.2
+PORTVERSION=	2.17.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Wed Sep 14 18:37:22 2016	(r422148)
+++ head/graphics/feh/distinfo	Wed Sep 14 18:37:40 2016	(r422149)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471786699
-SHA256 (feh-2.16.2.tar.bz2) = aa37124ae010e7dac7d101d5c66f3d49da79e96c7ce21d77bfe3c9322ed2e7ca
-SIZE (feh-2.16.2.tar.bz2) = 2125888
+TIMESTAMP = 1473009514
+SHA256 (feh-2.17.1.tar.bz2) = a9e818a4ad6ab427597e1799527a7576856c233525e67afb1eb2cb3ae709d853
+SIZE (feh-2.17.1.tar.bz2) = 2126936

Modified: head/graphics/feh/pkg-plist
==============================================================================
--- head/graphics/feh/pkg-plist	Wed Sep 14 18:37:22 2016	(r422148)
+++ head/graphics/feh/pkg-plist	Wed Sep 14 18:37:40 2016	(r422149)
@@ -2,6 +2,8 @@ bin/feh
 %%CAM%%bin/feh-cam
 %%CAM%%bin/gen-cam-menu
 share/applications/feh.desktop
+share/icons/hicolor/48x48/apps/feh.png
+share/icons/hicolor/scalable/apps/feh.svg
 %%CAM%%man/man1/feh-cam.1.gz
 man/man1/feh.1.gz
 %%CAM%%man/man1/gen-cam-menu.1.gz



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