upgrade to version 2.1.5;

from steven mestdagh <steven.mestdagh@esat.kuleuven.ac.be>
regen the patches while I am here

ok alek@ espie@
This commit is contained in:
robert 2005-05-16 17:45:58 +00:00
parent 16f99ee908
commit ec0627613a
4 changed files with 15 additions and 15 deletions

View File

@ -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 <espie@openbsd.org>, Arnaud Launay <asl@launay.org>
VERSION= 2.1.4
VERSION= 2.1.5
DISTNAME= gphoto2-${VERSION}
PKGNAME= gphoto-${VERSION}

View File

@ -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

View File

@ -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, [

View File

@ -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 */