From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 1 18:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 367A61065772 for ; Mon, 1 Oct 2012 18:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 128AE8FC21 for ; Mon, 1 Oct 2012 18:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q91IABs0014444 for ; Mon, 1 Oct 2012 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q91IAB4f014438; Mon, 1 Oct 2012 18:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 1 Oct 2012 18:10:11 GMT Resent-Message-Id: <201210011810.q91IAB4f014438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4E681065670 for ; Mon, 1 Oct 2012 18:02:14 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 93F488FC18 for ; Mon, 1 Oct 2012 18:02:14 +0000 (UTC) Received: from localhost.localdomain (ZT037251.ppp.dion.ne.jp [59.128.37.251]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id D8D9E2BC03B for ; Tue, 2 Oct 2012 03:02:12 +0900 (JST) Message-Id: <20121002025418.8fc93c595353eceeac208e67@yahoo.com> Date: Tue, 2 Oct 2012 02:54:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172240: graphics/sane-frontends: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 18:10:12 -0000 >Number: 172240 >Category: ports >Synopsis: graphics/sane-frontends: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 18:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE - Fix options for GIMP support >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-frontends/Makefile graphics/sane-frontends/Makefile --- /usr/ports/graphics/sane-frontends/Makefile 2012-06-13 06:42:32.000000000 +0900 +++ graphics/sane-frontends/Makefile 2012-10-02 01:37:38.000000000 +0900 @@ -1,30 +1,24 @@ -# New ports collection makefile for: sane-frontends -# Date created: Sat Jul 19 16:23:10 MET DST 1997 -# Whom: gary@hotlava.com -# +# Created by: gary@hotlava.com # $FreeBSD: ports/graphics/sane-frontends/Makefile,v 1.69 2012/06/12 21:42:32 bapt Exp $ -# PORTNAME= sane-frontends PORTVERSION= 1.0.14 PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://alioth.debian.org/frs/download.php/1140/ \ - ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ - http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} + ftp://ftp2.sane-project.org/pub/sane/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc -LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends +LICENSE= GPLv2 # (or later) + +LIB_DEPENDS= sane:${PORTSDIR}/graphics/sane-backends USE_GMAKE= yes -WANT_GNOME= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -44,7 +38,7 @@ .else USE_GNOME+= gtk20 .if ${PORT_OPTIONS:MGIMP} -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app CONFIGURE_ARGS+= --enable-gimp .else CONFIGURE_ARGS+= --disable-gimp >Release-Note: >Audit-Trail: >Unformatted: