Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 May 2006 02:41:41 -0700 (PDT)
From:      Andrew Pantyukhin <infofarmer@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96821: update graphics/gimp-ufraw to 0.8
Message-ID:  <445b1dd5.1d32f20a.7fc1.ffffcda2@mx.gmail.com>
Resent-Message-ID: <200605050950.k459oFgD039978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96821
>Category:       ports
>Synopsis:       update graphics/gimp-ufraw to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 05 09:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD thror.intranet.gubkin.ru 6.1-RC FreeBSD 6.1-RC #8: Mon Apr 10 16:20:57 MSD 2006 sat@thror.intranet.gubkin.ru:/usr/obj/usr/src/sys/SATH i386


	
>Description:
o Update to 0.8
o Enable full exif support by default
o Move gimp- to pkgnameprefix and urge maintainer
  to consider renaming the whole thing to just ufraw
	
>How-To-Repeat:
	
>Fix:

	

--- gimp-ufraw.diff begins here ---
diff -urN /usr/ports/graphics/gimp-ufraw/Makefile gimp-ufraw/Makefile
--- /usr/ports/graphics/gimp-ufraw/Makefile	Tue Mar  7 20:16:31 2006
+++ gimp-ufraw/Makefile	Fri May  5 13:38:05 2006
@@ -1,15 +1,15 @@
-# New ports collection makefile for:    UFRaw gimp plugin
-# Date created:         		Sun 10 Apr 2005 14:44:15 BST
-# Whom:                 		markm@FreeBSD.org
+# New ports collection makefile for:	UFRaw gimp plugin
+# Date created:				Sun 10 Apr 2005 14:44:15 BST
+# Whom:					markm@FreeBSD.org
 #
 # $FreeBSD: ports/graphics/gimp-ufraw/Makefile,v 1.9 2006/03/07 17:16:31 kris Exp $
 
-PORTNAME=		gimp-ufraw
-PORTVERSION=		0.6
+PORTNAME=		ufraw
+PORTVERSION=		0.8
 CATEGORIES=		graphics gnome
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	ufraw
-DISTNAME=		ufraw-${PORTVERSION}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+PKGNAMEPREFIX=		gimp-
 
 MAINTAINER=		markm@FreeBSD.org
 COMMENT=		GIMP plug-in for raw digital camera image importing
@@ -17,6 +17,7 @@
 BUILD_DEPENDS=		gimp:${PORTSDIR}/graphics/gimp
 LIB_DEPENDS=		jpeg.9:${PORTSDIR}/graphics/jpeg \
 			tiff.4:${PORTSDIR}/graphics/tiff
+RUN_DEPENDS=		${BUILD_DEPENDS}
 
 GNU_CONFIGURE=		yes
 USE_X_PREFIX=		yes
@@ -27,12 +28,21 @@
 CONFIGURE_ENV=		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
 			CFLAGS="${CFLAGS} -I ${LOCALBASE}/include"
 
+.ifndef WITHOUT_EXIF
+LIB_DEPENDS+=		exif:${PORTSDIR}/graphics/libexif
+CONFIGURE_ARGS+=	--with-libexif
+.ifndef WITHOUT_EXIV2
+BUILD_DEPENDS+=		exiv2:${PORTSDIR}/graphics/exiv2
+CONFIGURE_ARGS+=	--with-exiv2
+.endif
+.endif
+
 MAN1=			ufraw.1
 
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 504105
-BROKEN=			"Needs memmem(3)"
+BROKEN=		Needs memmem(3)
 .endif
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/gimp-ufraw/distinfo gimp-ufraw/distinfo
--- /usr/ports/graphics/gimp-ufraw/distinfo	Sun Nov 27 12:53:32 2005
+++ gimp-ufraw/distinfo	Fri May  5 12:39:00 2006
@@ -1,3 +1,3 @@
-MD5 (ufraw-0.6.tar.gz) = 2074676b9437738630eee72b9fc6c50c
-SHA256 (ufraw-0.6.tar.gz) = 0d9557316c999e80a164ea942e08fc458177f82897039134df250d868add9540
-SIZE (ufraw-0.6.tar.gz) = 295528
+MD5 (ufraw-0.8.tar.gz) = 564e1f9124f2e711c3240a7d8d20e9f0
+SHA256 (ufraw-0.8.tar.gz) = 15985c962aa3d7ac28a76403faa09673490e7ffa8764e91a12a97da3f43d4b1e
+SIZE (ufraw-0.8.tar.gz) = 323178
--- gimp-ufraw.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445b1dd5.1d32f20a.7fc1.ffffcda2>