aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2005-11-27 09:53:32 +0000
committerMark Murray <markm@FreeBSD.org>2005-11-27 09:53:32 +0000
commit108c3aacc8af35836442d28bac8794975355bcc1 (patch)
treeccd547286ac2705e6348599096e08d79098113ee /graphics/gimp-ufraw
parenta0322479d5a18a414ad86a5a10b422725f173a6a (diff)
downloadports-108c3aacc8af35836442d28bac8794975355bcc1.tar.gz
ports-108c3aacc8af35836442d28bac8794975355bcc1.zip
Notes
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r--graphics/gimp-ufraw/Makefile3
-rw-r--r--graphics/gimp-ufraw/distinfo5
-rw-r--r--graphics/gimp-ufraw/files/patch-dcraw.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 4a314212a94a..5977a99ed38c 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gimp-ufraw
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.6
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ufraw
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 65c9e0b69e75..55aee03a934c 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,2 +1,3 @@
-MD5 (ufraw-0.5.tar.gz) = ffb0ac06e226b8412afcbfa7f242d87b
-SIZE (ufraw-0.5.tar.gz) = 284234
+MD5 (ufraw-0.6.tar.gz) = 2074676b9437738630eee72b9fc6c50c
+SHA256 (ufraw-0.6.tar.gz) = 0d9557316c999e80a164ea942e08fc458177f82897039134df250d868add9540
+SIZE (ufraw-0.6.tar.gz) = 295528
diff --git a/graphics/gimp-ufraw/files/patch-dcraw.c b/graphics/gimp-ufraw/files/patch-dcraw.c
deleted file mode 100644
index 8d15431aca02..000000000000
--- a/graphics/gimp-ufraw/files/patch-dcraw.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dcraw.c.orig Thu Sep 15 19:24:38 2005
-+++ dcraw.c Thu Oct 27 21:16:01 2005
-@@ -188,7 +188,7 @@
- 3 G R G R G R 3 B G B G B G 3 R G R G R G 3 G B G B G B
- */
-
--#ifndef __GLIBC__
-+#if !defined(__GLIBC__) && !defined(__FreeBSD__)
- char *memmem (char *haystack, size_t haystacklen,
- char *needle, size_t needlelen)
- {