From ec0627613a03e39ff61eb737a936c076683618bc Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 16 May 2005 17:45:58 +0000 Subject: [PATCH] upgrade to version 2.1.5; from steven mestdagh regen the patches while I am here ok alek@ espie@ --- graphics/gphoto2/Makefile | 4 ++-- graphics/gphoto2/distinfo | 8 ++++---- graphics/gphoto2/patches/patch-configure_in | 8 ++++---- graphics/gphoto2/patches/patch-gphoto2_shell_c | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index c418847b1cc..4db10096162 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2004/11/30 01:06:35 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2005/05/16 17:45:58 robert Exp $ COMMENT= 'digital camera command-line interface' CATEGORIES= graphics MAINTAINER= Marc Espie , Arnaud Launay -VERSION= 2.1.4 +VERSION= 2.1.5 DISTNAME= gphoto2-${VERSION} PKGNAME= gphoto-${VERSION} diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 464a490b9eb..a5b3d56380f 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -1,4 +1,4 @@ -MD5 (gphoto2-2.1.4.tar.gz) = 40eb3bcf4bffbb99f9748a456d9d3f40 -RMD160 (gphoto2-2.1.4.tar.gz) = fd0ed254055cfcd18c8436a1a1cd7d51df8b17a1 -SHA1 (gphoto2-2.1.4.tar.gz) = 418482c722fb9e78b5f6b57676fe6c85f70c035c -SIZE (gphoto2-2.1.4.tar.gz) = 449148 +MD5 (gphoto2-2.1.5.tar.gz) = 9bd1a033389f9e4e6425dda4f6e603c9 +RMD160 (gphoto2-2.1.5.tar.gz) = b4c63fe0e7cb0bc4173a8b5d2c9957b056ebba51 +SHA1 (gphoto2-2.1.5.tar.gz) = 74a99135ed6d19d4296afe986b1b50244d67c5fc +SIZE (gphoto2-2.1.5.tar.gz) = 535490 diff --git a/graphics/gphoto2/patches/patch-configure_in b/graphics/gphoto2/patches/patch-configure_in index 2bfb50aabd1..31647392d54 100644 --- a/graphics/gphoto2/patches/patch-configure_in +++ b/graphics/gphoto2/patches/patch-configure_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure_in,v 1.1 2004/01/16 01:12:32 brad Exp $ ---- configure.in.orig 2003-10-19 13:10:01.000000000 -0400 -+++ configure.in 2003-12-29 00:20:36.000000000 -0500 -@@ -320,26 +320,41 @@ AC_ARG_WITH(readline, [ --without-readl +$OpenBSD: patch-configure_in,v 1.2 2005/05/16 17:45:58 robert Exp $ +--- configure.in.orig Wed Dec 15 23:08:31 2004 ++++ configure.in Mon May 16 18:15:07 2005 +@@ -333,26 +333,41 @@ AC_ARG_WITH(readline, [ --without-readl ) if $try_readline; then AC_CHECK_HEADER(readline/readline.h, [ diff --git a/graphics/gphoto2/patches/patch-gphoto2_shell_c b/graphics/gphoto2/patches/patch-gphoto2_shell_c index a49a87521e3..0a8bf61254b 100644 --- a/graphics/gphoto2/patches/patch-gphoto2_shell_c +++ b/graphics/gphoto2/patches/patch-gphoto2_shell_c @@ -1,7 +1,7 @@ -$OpenBSD: patch-gphoto2_shell_c,v 1.1 2004/01/16 01:12:32 brad Exp $ ---- gphoto2/shell.c.orig 2003-12-29 00:10:11.000000000 -0500 -+++ gphoto2/shell.c 2003-12-29 00:10:30.000000000 -0500 -@@ -362,7 +362,7 @@ shell_completion_function (const char *t +$OpenBSD: patch-gphoto2_shell_c,v 1.2 2005/05/16 17:45:58 robert Exp $ +--- gphoto2/shell.c.orig Thu Jul 1 12:27:58 2004 ++++ gphoto2/shell.c Mon May 16 18:14:52 2005 +@@ -366,7 +366,7 @@ shell_completion_function (const char *t if (!start) { /* Complete command */ @@ -10,7 +10,7 @@ $OpenBSD: patch-gphoto2_shell_c,v 1.1 2004/01/16 01:12:32 brad Exp $ } else { current = strdup (rl_copy_text (0, end)); -@@ -374,7 +374,7 @@ shell_completion_function (const char *t +@@ -378,7 +378,7 @@ shell_completion_function (const char *t free (current); /* Complete remote path */