From owner-svn-ports-head@freebsd.org Mon Nov 26 21:22:32 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 6CC261144DFE; Mon, 26 Nov 2018 21:22:32 +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 154766BB79; Mon, 26 Nov 2018 21:22:32 +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 EA725117C5; Mon, 26 Nov 2018 21:22:31 +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 wAQLMV68037674; Mon, 26 Nov 2018 21:22:31 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAQLMVT7037672; Mon, 26 Nov 2018 21:22:31 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201811262122.wAQLMVT7037672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 26 Nov 2018 21:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485967 - head/graphics/feh X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/feh X-SVN-Commit-Revision: 485967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 154766BB79 X-Spamd-Result: default: False [1.77 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.66)[0.661,0]; NEURAL_SPAM_MEDIUM(0.61)[0.607,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.506,0] X-Rspamd-Server: mx1.freebsd.org 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: Mon, 26 Nov 2018 21:22:32 -0000 Author: zeising Date: Mon Nov 26 21:22:31 2018 New Revision: 485967 URL: https://svnweb.freebsd.org/changeset/ports/485967 Log: graphics/feh: Update to 3.1 Update graphics/feh to 3.1. This brings with it some changes and removes some deprecated things, amongst those hte cam related scripts. Remove the CAM option because of this, and adjust depdenencies. See changelogs for further details: https://feh.finalrewind.org/archive/3.0/ https://feh.finalrewind.org/archive/3.1/ Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo head/graphics/feh/pkg-plist Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Mon Nov 26 21:20:37 2018 (r485966) +++ head/graphics/feh/Makefile Mon Nov 26 21:22:31 2018 (r485967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.28.1 +PORTVERSION= 3.1 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -18,22 +18,18 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png USES= compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \ - perl5 shebangfix tar:bzip2 -SHEBANG_FILES= cam/feh-cam + tar:bzip2 USE_XORG= x11 xt xinerama USE_PERL5= run CPE_VENDOR= daniel_friesel MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 -OPTIONS_DEFINE= CAM DCRAW DOCS EXAMPLES EXIF -CAM_DESC= Install feh-cam and related tools +OPTIONS_DEFINE= DCRAW DOCS EXAMPLES EXIF EXIF_DESC= Support EXIF tags DCRAW_DESC= Use dcraw to display raw file previews -OPTIONS_DEFAULT=CAM EXIF +OPTIONS_DEFAULT=EXIF OPTIONS_SUB= yes - -CAM_MAKE_ENV= cam=1 EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_MAKE_ENV= exif=1 Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Mon Nov 26 21:20:37 2018 (r485966) +++ head/graphics/feh/distinfo Mon Nov 26 21:22:31 2018 (r485967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540716632 -SHA256 (feh-2.28.1.tar.bz2) = 97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72 -SIZE (feh-2.28.1.tar.bz2) = 2132717 +TIMESTAMP = 1543265041 +SHA256 (feh-3.1.tar.bz2) = 67b56e76c4c49e29746368f33e1d0a54858a26271ea58cf1e67d869a00a03907 +SIZE (feh-3.1.tar.bz2) = 2109128 Modified: head/graphics/feh/pkg-plist ============================================================================== --- head/graphics/feh/pkg-plist Mon Nov 26 21:20:37 2018 (r485966) +++ head/graphics/feh/pkg-plist Mon Nov 26 21:22:31 2018 (r485967) @@ -1,9 +1,5 @@ bin/feh -%%CAM%%bin/feh-cam -%%CAM%%bin/gen-cam-menu -%%CAM%%man/man1/feh-cam.1.gz man/man1/feh.1.gz -%%CAM%%man/man1/gen-cam-menu.1.gz share/applications/feh.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -18,11 +14,6 @@ share/applications/feh.desktop %%DATADIR%%/fonts/yudit.ttf %%DATADIR%%/images/feh.png %%DATADIR%%/images/feh.svg -%%DATADIR%%/images/menubg_aluminium.png -%%DATADIR%%/images/menubg_aqua.png -%%DATADIR%%/images/menubg_black.png -%%DATADIR%%/images/menubg_brushed.png %%DATADIR%%/images/menubg_default.png -%%DATADIR%%/images/menubg_sky.png share/icons/hicolor/48x48/apps/feh.png share/icons/hicolor/scalable/apps/feh.svg