Bug 172240 - graphics/sane-frontends: Update MASTER_SITES
Summary: graphics/sane-frontends: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 19:10 UTC by tkato432
Modified: 2013-05-24 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.62 KB, patch)
2012-10-01 19:10 UTC, tkato432
no flags Details | Diff
graphics_sane-frontends.diff (1.61 KB, patch)
2013-03-13 17:56 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-10-01 19:10:11 UTC
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Fix options for GIMP support
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-01 19:12:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2012-10-29 09:43:14 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Reassign to the heap miwi being overloaded for now
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2012-12-11 13:01:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 4 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:29:39 UTC
State Changed
From-To: open->feedback

Does not build. Check at: 
http://people.freebsd.org/~araujo/port/sane-frontends-1.0.14_8.log
Comment 5 tkato432 2013-01-18 17:55:39 UTC
That error doesn't seem to occur with recently updated
graphics/sane-backends port (1.0.23_1). Please recheck with newer
package set.
Comment 6 Marcelo Araujo freebsd_committer freebsd_triage 2013-02-27 07:21:36 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 7 tkato432 2013-03-13 17:56:37 UTC
Remake of the patch against current tree.
Comment 8 dfilter service freebsd_committer freebsd_triage 2013-05-24 09:47:46 UTC
Author: araujo
Date: Fri May 24 08:47:33 2013
New Revision: 318933
URL: http://svnweb.freebsd.org/changeset/ports/318933

Log:
  - Update MASTER_SITES.
  - Add LICENSE.
  - Add MAKE_JOBS_SAFE.
  - Fix options for GIMP support.
  
  PR:		ports/172240
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/graphics/sane-frontends/Makefile   (contents, props changed)

Modified: head/graphics/sane-frontends/Makefile
==============================================================================
--- head/graphics/sane-frontends/Makefile	Fri May 24 08:46:46 2013	(r318932)
+++ head/graphics/sane-frontends/Makefile	Fri May 24 08:47:33 2013	(r318933)
@@ -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$
-#
 
 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 @@ CONFIGURE_ARGS+=	--disable-gimp
 .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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 9 Marcelo Araujo freebsd_committer freebsd_triage 2013-05-24 09:47:51 UTC
State Changed
From-To: open->closed

Committed. Thansk! Sorry the delay.