[48614] trunk/dports/devel/libgphoto2/Portfile

blb at macports.org blb at macports.org
Thu Mar 26 00:39:43 PDT 2009


Revision: 48614
          http://trac.macports.org/changeset/48614
Author:   blb at macports.org
Date:     2009-03-26 00:39:43 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
devel/libgphoto2 - version update to 2.4.4, describe variants, remove darwin 6

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

Modified: trunk/dports/devel/libgphoto2/Portfile
===================================================================
--- trunk/dports/devel/libgphoto2/Portfile	2009-03-26 07:32:41 UTC (rev 48613)
+++ trunk/dports/devel/libgphoto2/Portfile	2009-03-26 07:39:43 UTC (rev 48614)
@@ -2,8 +2,7 @@
 
 PortSystem          1.0
 name                libgphoto2
-version             2.3.1
-revision            1
+version             2.4.4
 categories          devel
 maintainers         nomaintainer
 description         The gphoto2 digital camera library 
@@ -17,7 +16,9 @@
 master_sites        sourceforge:gphoto
 use_bzip2           yes
 
-checksums           md5 37f85e34e5b6031ddf6cac8b8782ac4f
+checksums           md5     8aff5ac4ca72cba17de633078cf1612e \
+                    sha1    a1d881e27231037bb860b952560cec36ce6a8988 \
+                    rmd160  bdb26313f1b5b2b425a7ed13bfe10a3f04488209
 
 depends_build       port:pkgconfig
 depends_lib         port:dbus \
@@ -25,7 +26,8 @@
                     port:jpeg \
                     port:libexif \
                     port:libiconv \
-                    port:libusb
+                    port:libusb \
+                    port:libtool
 
 patchfiles          patch-configure
 
@@ -33,24 +35,14 @@
 configure.args      --mandir=${prefix}/share/man \
                     --with-drivers=all --with-libexif=auto
 
-variant without_libexif {
+variant without_libexif description {Disable libexif support} {
    depends_lib-delete      port:libexif
    configure.args-delete   --with-libexif=auto
    configure.args-append   --with-libexif=no
 }
 
-variant with_doxygen {
+variant with_doxygen description {Use doxygen to generate API docs} {
    depends_build-append   port:doxygen
    patchfiles-delete      patch-configure
 }
 
-platform darwin 6 {
-   depends_lib-append port:dlcompat
-   post-configure {
-      reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
-         ${worksrcpath}/config.h
-      reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
-         ${worksrcpath}/libgphoto2_port/config.h
-   }
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/570cb1ae/attachment.html>


More information about the macports-changes mailing list