Update to gphoto-2.5.4.

This commit is contained in:
ajacoutot 2014-03-24 11:07:47 +00:00
parent ec69e4e5f1
commit 46354a900d
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2014/03/18 08:40:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2014/03/24 11:07:47 ajacoutot Exp $
COMMENT = digital camera command-line interface
CATEGORIES = graphics
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
VERSION = 2.5.3
VERSION = 2.5.4
DISTNAME = gphoto2-${VERSION}
PKGNAME = gphoto-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (gphoto2-2.5.3.tar.gz) = +A4yhftkQR7kAwytkPou7965crNxITCf4Re3RUy/fTo=
SIZE (gphoto2-2.5.3.tar.gz) = 1076224
SHA256 (gphoto2-2.5.4.tar.gz) = v5JCyHmUy5NWSrJ+hoYga7gkkEz4oO/sKxa5I0LZ39M=
SIZE (gphoto2-2.5.4.tar.gz) = 1075989

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-gphoto2_actions_c,v 1.3 2014/03/18 08:40:35 ajacoutot Exp $
--- gphoto2/actions.c.orig Fri Jan 10 22:04:09 2014
+++ gphoto2/actions.c Tue Mar 18 09:34:36 2014
$OpenBSD: patch-gphoto2_actions_c,v 1.4 2014/03/24 11:07:47 ajacoutot Exp $
--- gphoto2/actions.c.orig Sun Feb 23 13:53:52 2014
+++ gphoto2/actions.c Mon Mar 24 12:03:26 2014
@@ -18,7 +18,8 @@
* Boston, MA 02110-1301 USA
*/
@ -12,12 +12,12 @@ $OpenBSD: patch-gphoto2_actions_c,v 1.3 2014/03/18 08:40:35 ajacoutot Exp $
#define __EXTENSIONS__ /* for solaris to get back strdup and strcasecmp */
@@ -35,6 +36,9 @@
#include <time.h>
#include <sys/time.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
+
+/* basename(3) */
+#include <libgen.h>
#include <gphoto2/gphoto2-port-log.h>
#include <gphoto2/gphoto2-setting.h>
#include "actions.h"
#include "i18n.h"