diff options
author | markm <markm@FreeBSD.org> | 2005-11-27 17:53:32 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2005-11-27 17:53:32 +0800 |
commit | f97d017f7c516bcb3fe26c6305a69e2c5b04a172 (patch) | |
tree | 99e2af53045b094e204846ed494ef946674134ee | |
parent | 55752eb2778cebdece4a68d4e71ee54ee27cd17c (diff) | |
download | freebsd-ports-gnome-f97d017f7c516bcb3fe26c6305a69e2c5b04a172.tar.gz freebsd-ports-gnome-f97d017f7c516bcb3fe26c6305a69e2c5b04a172.tar.zst freebsd-ports-gnome-f97d017f7c516bcb3fe26c6305a69e2c5b04a172.zip |
Upgrade to v 0.6.
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/files/patch-dcraw.c | 11 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 3 | ||||
-rw-r--r-- | graphics/ufraw/distinfo | 5 | ||||
-rw-r--r-- | graphics/ufraw/files/patch-dcraw.c | 11 |
6 files changed, 8 insertions, 30 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) - { diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 4a314212a94a..5977a99ed38c 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/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/ufraw/distinfo b/graphics/ufraw/distinfo index 65c9e0b69e75..55aee03a934c 100644 --- a/graphics/ufraw/distinfo +++ b/graphics/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/ufraw/files/patch-dcraw.c b/graphics/ufraw/files/patch-dcraw.c deleted file mode 100644 index 8d15431aca02..000000000000 --- a/graphics/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) - { |