From owner-svn-ports-all@freebsd.org Tue Apr 3 09:33:31 2018 Return-Path: Delivered-To: svn-ports-all@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 3B842F704A7; Tue, 3 Apr 2018 09:33:31 +0000 (UTC) (envelope-from amdmi3@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 D5EDB710B6; Tue, 3 Apr 2018 09:33:30 +0000 (UTC) (envelope-from amdmi3@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 0466122A1F; Tue, 3 Apr 2018 09:33:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w339XTgR053747; Tue, 3 Apr 2018 09:33:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w339XT3D053743; Tue, 3 Apr 2018 09:33:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201804030933.w339XT3D053743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Apr 2018 09:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466292 - head/graphics/feh X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/feh X-SVN-Commit-Revision: 466292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 09:33:31 -0000 Author: amdmi3 Date: Tue Apr 3 09:33:29 2018 New Revision: 466292 URL: https://svnweb.freebsd.org/changeset/ports/466292 Log: - Switch to USES=localbase - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/graphics/feh/Makefile head/graphics/feh/pkg-descr Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Tue Apr 3 09:28:54 2018 (r466291) +++ head/graphics/feh/Makefile Tue Apr 3 09:33:29 2018 (r466292) @@ -17,13 +17,13 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png +USES= cpe desktop-file-utils gmake localbase:ldflags \ + perl5 shebangfix tar:bzip2 +SHEBANG_FILES= cam/feh-cam USE_XORG= x11 xt xinerama -USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2 -CPE_VENDOR= daniel_friesel USE_PERL5= run +CPE_VENDOR= daniel_friesel -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 OPTIONS_DEFINE= CAM DOCS EXAMPLES EXIF @@ -32,18 +32,10 @@ EXIF_DESC= Support EXIF tags OPTIONS_DEFAULT=CAM EXIF OPTIONS_SUB= yes -EXIF_LIB_DEPENDS= libexif.so:graphics/libexif +CAM_MAKE_ENV= cam=1 -.include - -.if ${PORT_OPTIONS:MCAM} -MAKE_ENV+= cam=1 -SHEBANG_FILES= ${WRKSRC}/cam/feh-cam -.endif - -.if ${PORT_OPTIONS:MEXIF} -MAKE_ENV+= exif=1 -.endif +EXIF_LIB_DEPENDS= libexif.so:graphics/libexif +EXIF_MAKE_ENV= exif=1 post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ Modified: head/graphics/feh/pkg-descr ============================================================================== --- head/graphics/feh/pkg-descr Tue Apr 3 09:28:54 2018 (r466291) +++ head/graphics/feh/pkg-descr Tue Apr 3 09:33:29 2018 (r466292) @@ -4,4 +4,4 @@ from simple single file viewing, to multiple file mode a slideshow or multiple windows. feh supports the creation of montages as index prints with many user-configurable options. -WWW: http://feh.finalrewind.org/ +WWW: https://feh.finalrewind.org/