[66816] trunk/dports/devel/libgphoto2

ryandesign at macports.org ryandesign at macports.org
Thu Apr 22 20:56:41 PDT 2010


Revision: 66816
          http://trac.macports.org/changeset/66816
Author:   ryandesign at macports.org
Date:     2010-04-22 20:56:40 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
libgphoto2: update to 2.4.9.1

Modified Paths:
--------------
    trunk/dports/devel/libgphoto2/Portfile

Removed Paths:
-------------
    trunk/dports/devel/libgphoto2/files/patch-usbscsi-autoconf.diff

Modified: trunk/dports/devel/libgphoto2/Portfile
===================================================================
--- trunk/dports/devel/libgphoto2/Portfile	2010-04-23 03:54:49 UTC (rev 66815)
+++ trunk/dports/devel/libgphoto2/Portfile	2010-04-23 03:56:40 UTC (rev 66816)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                libgphoto2
-version             2.4.9
+version             2.4.9.1
 categories          devel
 maintainers         nomaintainer
 description         The gphoto2 digital camera library
@@ -16,9 +16,9 @@
 master_sites        sourceforge:gphoto
 use_bzip2           yes
 
-checksums           md5     32b233189e3df7e5e67d2a81163682b8 \
-                    sha1    7d876fd650430e4f52fe10e53f378688e6026387 \
-                    rmd160  1af4e817281d6bfac1650a0b427a2903c997a9bb
+checksums           md5     7ad1c1bf906abed4d2799a6f6a3e4f75 \
+                    sha1    7a5fb35b9c050bae3ceac096245071ab1e699af5 \
+                    rmd160  6dc887332803776fb1a72707108ee87db4db86ad
 
 depends_build       port:pkgconfig
 depends_lib         port:dbus \
@@ -30,7 +30,7 @@
                     port:libtool
 
 patchfiles          patch-configure.diff patch-configure-nodoxygen.diff \
-                    patch-camlibs_Makefile.in.diff patch-usbscsi-autoconf.diff
+                    patch-camlibs_Makefile.in.diff
 
 configure.cflags-append   -I${prefix}/include -no-cpp-precomp
 configure.args      --mandir=${prefix}/share/man \

Deleted: trunk/dports/devel/libgphoto2/files/patch-usbscsi-autoconf.diff
===================================================================
--- trunk/dports/devel/libgphoto2/files/patch-usbscsi-autoconf.diff	2010-04-23 03:54:49 UTC (rev 66815)
+++ trunk/dports/devel/libgphoto2/files/patch-usbscsi-autoconf.diff	2010-04-23 03:56:40 UTC (rev 66816)
@@ -1,35 +0,0 @@
---- libgphoto2_port/usbscsi/linux.c	2010/03/29 09:39:26	12857
-+++ libgphoto2_port/usbscsi/linux.c	2010/04/11 19:01:46	12992
-@@ -27,8 +27,12 @@
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <sys/param.h>
--#include <sys/ioctl.h>
--#include <scsi/sg.h>
-+#ifdef HAVE_SYS_IOCTL_H
-+# include <sys/ioctl.h>
-+#endif
-+#ifdef HAVE_SCSI_SG_H
-+# include <scsi/sg.h>
-+#endif
- #ifdef HAVE_LOCKDEV
- #  include <lockdev.h>
- #endif
-@@ -297,6 +301,7 @@
- static int gp_port_usbscsi_send_scsi_cmd (GPPort *port, int to_dev, char *cmd,
- 	int cmd_size, char *sense, int sense_size, char *data, int data_size)
- {
-+#ifdef HAVE_SCSI_SG_H
- 	sg_io_hdr_t io_hdr;
- 
- 	if (!port)
-@@ -328,6 +333,9 @@
- 	}
- 
- 	return GP_OK;
-+#else
-+	return GP_ERROR_NOT_SUPPORTED;
-+#endif
- }
- 
- static int
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100422/4ccfaa0b/attachment.html>


More information about the macports-changes mailing list