From owner-svn-ports-head@FreeBSD.ORG Mon Jun 16 21:20:26 2014 Return-Path: Delivered-To: svn-ports-head@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 03897CB8; Mon, 16 Jun 2014 21:20:26 +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 CA68D2FB2; Mon, 16 Jun 2014 21:20:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GLKPU0034323; Mon, 16 Jun 2014 21:20:25 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GLKPQW034321; Mon, 16 Jun 2014 21:20:25 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201406162120.s5GLKPQW034321@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Jun 2014 21:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358054 - head/graphics/sane-frontends 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.18 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, 16 Jun 2014 21:20:26 -0000 Author: madpilot Date: Mon Jun 16 21:20:24 2014 New Revision: 358054 URL: http://svnweb.freebsd.org/changeset/ports/358054 QAT: https://qat.redports.org/buildarchive/r358054/ Log: - Stagify - Convert to new LIB_DEPENDS format Modified: head/graphics/sane-frontends/Makefile head/graphics/sane-frontends/pkg-plist Modified: head/graphics/sane-frontends/Makefile ============================================================================== --- head/graphics/sane-frontends/Makefile Mon Jun 16 21:03:57 2014 (r358053) +++ head/graphics/sane-frontends/Makefile Mon Jun 16 21:20:24 2014 (r358054) @@ -13,7 +13,7 @@ COMMENT= Tools for access to scanners, d LICENSE= GPLv2 # (or later) -LIB_DEPENDS= sane:${PORTSDIR}/graphics/sane-backends +LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends USES= gmake pkgconfig GNU_CONFIGURE= yes @@ -21,14 +21,12 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= scanadf.1 xcam.1 xscanimage.1 SUB_FILES= pkg-message OPTIONS_DEFINE= GTK1 GIMP GTK1_DESC= GTK1 support (Default is GTK2) GIMP_DESC= also build xscanimage as a GIMP plug-in -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK1} @@ -38,14 +36,11 @@ CONFIGURE_ARGS+= --disable-gimp .else USE_GNOME+= gtk20 .if ${PORT_OPTIONS:MGIMP} -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app CONFIGURE_ARGS+= --enable-gimp .else CONFIGURE_ARGS+= --disable-gimp .endif .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/graphics/sane-frontends/pkg-plist ============================================================================== --- head/graphics/sane-frontends/pkg-plist Mon Jun 16 21:03:57 2014 (r358053) +++ head/graphics/sane-frontends/pkg-plist Mon Jun 16 21:20:24 2014 (r358054) @@ -1,5 +1,8 @@ bin/scanadf bin/xcam bin/xscanimage +man/man1/scanadf.1.gz +man/man1/xcam.1.gz +man/man1/xscanimage.1.gz share/sane/sane-style.rc @dirrmtry share/sane