Date: Tue, 2 Oct 2012 02:54:18 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172240: graphics/sane-frontends: Update MASTER_SITES Message-ID: <20121002025418.8fc93c595353eceeac208e67@yahoo.com> Resent-Message-ID: <201210011810.q91IAB4f014438@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121002025418.8fc93c595353eceeac208e67>