From owner-svn-ports-head@freebsd.org Wed Sep 14 18:37:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94E96BD5F4F; Wed, 14 Sep 2016 18:37:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 489D01F80; Wed, 14 Sep 2016 18:37:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8EIbeeC058149; Wed, 14 Sep 2016 18:37:40 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EIbeSU058146; Wed, 14 Sep 2016 18:37:40 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201609141837.u8EIbeSU058146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 14 Sep 2016 18:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422149 - head/graphics/feh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 18:37:41 -0000 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