From owner-svn-ports-head@freebsd.org Wed Oct 24 17:58:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BC66FFF7CF; Wed, 24 Oct 2018 17:58:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8B2272293; Wed, 24 Oct 2018 17:58:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC78B2DB38; Wed, 24 Oct 2018 17:58:38 +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 w9OHwcgT009400; Wed, 24 Oct 2018 17:58:38 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OHwcRJ009398; Wed, 24 Oct 2018 17:58:38 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201810241758.w9OHwcRJ009398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 24 Oct 2018 17:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482927 - head/graphics/feh X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/feh X-SVN-Commit-Revision: 482927 X-SVN-Commit-Repository: ports 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.29 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, 24 Oct 2018 17:58:41 -0000 Author: zeising Date: Wed Oct 24 17:58:38 2018 New Revision: 482927 URL: https://svnweb.freebsd.org/changeset/ports/482927 Log: graphics/feh: Update to 2.28 Update graphics/feh to 2.28. Add a runtime dependency (defaults to off) on dcraw, which can be used to reduce load time of RAW images by displaying the embedded jpeg. ChangeLog: https://feh.finalrewind.org/archive/2.28/ Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Wed Oct 24 17:58:22 2018 (r482926) +++ head/graphics/feh/Makefile Wed Oct 24 17:58:38 2018 (r482927) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.27.1 -PORTREVISION= 1 +PORTVERSION= 2.28 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -27,9 +26,10 @@ CPE_VENDOR= daniel_friesel MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 -OPTIONS_DEFINE= CAM DOCS EXAMPLES EXIF +OPTIONS_DEFINE= CAM DCRAW DOCS EXAMPLES EXIF CAM_DESC= Install feh-cam and related tools EXIF_DESC= Support EXIF tags +DCRAW_DESC= Use dcraw to display raw file previews OPTIONS_DEFAULT=CAM EXIF OPTIONS_SUB= yes @@ -37,6 +37,8 @@ CAM_MAKE_ENV= cam=1 EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_MAKE_ENV= exif=1 + +DCRAW_RUN_DEPENDS= dcraw:graphics/dcraw post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Wed Oct 24 17:58:22 2018 (r482926) +++ head/graphics/feh/distinfo Wed Oct 24 17:58:38 2018 (r482927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532028034 -SHA256 (feh-2.27.1.tar.bz2) = 6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383 -SIZE (feh-2.27.1.tar.bz2) = 2132123 +TIMESTAMP = 1540395156 +SHA256 (feh-2.28.tar.bz2) = 13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9 +SIZE (feh-2.28.tar.bz2) = 2132687