From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 10:26:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DD64787; Sun, 15 Jun 2014 10:26:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E34DD2798; Sun, 15 Jun 2014 10:26:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FAQkAH059077; Sun, 15 Jun 2014 10:26:46 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FAQkqH059074; Sun, 15 Jun 2014 10:26:46 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201406151026.s5FAQkqH059074@svn.freebsd.org> From: Niclas Zeising Date: Sun, 15 Jun 2014 10:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357864 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 15 Jun 2014 10:26:47 -0000 Author: zeising Date: Sun Jun 15 10:26:46 2014 New Revision: 357864 URL: http://svnweb.freebsd.org/changeset/ports/357864 QAT: https://qat.redports.org/buildarchive/r357864/ Log: Update to 2.12 [1] Add CAM option, controlling the install of feh-cam and gen-cam-menu, on by default. Changelog: http://feh.finalrewind.org/archive/2.12/ PR: 190618 [1] Submitted by: [1] Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo head/graphics/feh/pkg-plist Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Sun Jun 15 10:03:38 2014 (r357863) +++ head/graphics/feh/Makefile Sun Jun 15 10:26:46 2014 (r357864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.10 +PORTVERSION= 2.12 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ ${MASTER_SITE_LOCAL} @@ -13,20 +13,33 @@ COMMENT= Image viewer that utilizes Imli LICENSE= MIT -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libgiblib.so:${PORTSDIR}/graphics/giblib +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_XORG= x11 xt xinerama USES= gmake perl5 tar:bzip2 shebangfix desktop-file-utils +USE_EFL= imlib2 USE_PERL5= run -SHEBANG_FILES= ${WRKSRC}/cam/feh-cam CPPFLAGS+= -I${LOCALBASE}/include -std=c99 LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" +OPTIONS_DEFINE= CAM +CAM_DESC= Install feh-cam and related tools +OPTIONS_DEFAULT=CAM + +.include + +.if ${PORT_OPTIONS:MCAM} +MAKE_ENV+= cam=1 +SHEBANG_FILES= ${WRKSRC}/cam/feh-cam +PLIST_SUB= CAM="" +.else +MAKE_ENV+= cam=0 +PLIST_SUB= CAM="@comment " +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/feh - .include Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Sun Jun 15 10:03:38 2014 (r357863) +++ head/graphics/feh/distinfo Sun Jun 15 10:26:46 2014 (r357864) @@ -1,2 +1,2 @@ -SHA256 (feh-2.10.tar.bz2) = bc782a884eedd7a73284804d8145238f140fa59fed8d483102d1d25e8144ca83 -SIZE (feh-2.10.tar.bz2) = 2082905 +SHA256 (feh-2.12.tar.bz2) = 60e07a0f545f6fb7af7b6c0d2ce1ba6bacfa65380e83cbbc2c54e8aa6b8b7032 +SIZE (feh-2.12.tar.bz2) = 2090538 Modified: head/graphics/feh/pkg-plist ============================================================================== --- head/graphics/feh/pkg-plist Sun Jun 15 10:03:38 2014 (r357863) +++ head/graphics/feh/pkg-plist Sun Jun 15 10:26:46 2014 (r357864) @@ -1,10 +1,10 @@ bin/feh -bin/feh-cam -bin/gen-cam-menu +%%CAM%%bin/feh-cam +%%CAM%%bin/gen-cam-menu share/applications/feh.desktop -man/man1/feh-cam.1.gz +%%CAM%%man/man1/feh-cam.1.gz man/man1/feh.1.gz -man/man1/gen-cam-menu.1.gz +%%CAM%%man/man1/gen-cam-menu.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/find-lowres %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttons %%PORTEXAMPLES%%%%EXAMPLESDIR%%/keys