From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 5 09:50:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF9B16A401 for ; Fri, 5 May 2006 09:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF09343D48 for ; Fri, 5 May 2006 09:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k459oFbo039979 for ; Fri, 5 May 2006 09:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k459oFgD039978; Fri, 5 May 2006 09:50:15 GMT (envelope-from gnats) Resent-Date: Fri, 5 May 2006 09:50:15 GMT Resent-Message-Id: <200605050950.k459oFgD039978@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, Andrew Pantyukhin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8A716A401 for ; Fri, 5 May 2006 09:41:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id E317643D48 for ; Fri, 5 May 2006 09:41:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so737059ugc for ; Fri, 05 May 2006 02:41:41 -0700 (PDT) Received: by 10.67.114.23 with SMTP id r23mr792362ugm; Fri, 05 May 2006 02:41:41 -0700 (PDT) Received: from localhost ( [193.233.78.130]) by mx.gmail.com with ESMTP id u1sm701301uge.2006.05.05.02.41.40; Fri, 05 May 2006 02:41:41 -0700 (PDT) Message-Id: <445b1dd5.1d32f20a.7fc1.ffffcda2@mx.gmail.com> Date: Fri, 05 May 2006 02:41:41 -0700 (PDT) From: Andrew Pantyukhin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96821: update graphics/gimp-ufraw to 0.8 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: Fri, 05 May 2006 09:50:16 -0000 >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 .if ${OSVERSION} < 504105 -BROKEN= "Needs memmem(3)" +BROKEN= Needs memmem(3) .endif .include 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: