From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 23:52:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 391A06B8; Tue, 22 Jul 2014 23:52:50 +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 266DA25FF; Tue, 22 Jul 2014 23:52:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MNqor3082425; Tue, 22 Jul 2014 23:52:50 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MNqo0k082424; Tue, 22 Jul 2014 23:52:50 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407222352.s6MNqo0k082424@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Jul 2014 23:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362610 - head/graphics/sane-backends 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: Tue, 22 Jul 2014 23:52:50 -0000 Author: amdmi3 Date: Tue Jul 22 23:52:49 2014 New Revision: 362610 URL: http://svnweb.freebsd.org/changeset/ports/362610 QAT: https://qat.redports.org/buildarchive/r362610/ Log: - Bump PORTREVISION after sysutils/libieee1284 .so version change - While here, fix spelling error Modified: head/graphics/sane-backends/Makefile Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Tue Jul 22 23:52:43 2014 (r362609) +++ head/graphics/sane-backends/Makefile Tue Jul 22 23:52:49 2014 (r362610) @@ -3,7 +3,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://alioth.debian.org/frs/download.php/3958/ \ http://fossies.org/linux/misc/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap OPTIONS_DEFINE= AVAHI CUPS DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB OPTIONS_DEFAULT= USB IPV6 OPTIONS_SUB= yes -IEEE1284_DESC= Pararell port support via libieee1284 +IEEE1284_DESC= Parallel port support via libieee1284 USB_DESC= USB support GNU_CONFIGURE= yes