[62098] trunk/dports/graphics/ufraw/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 28 15:49:17 PST 2009


Revision: 62098
          http://trac.macports.org/changeset/62098
Author:   ryandesign at macports.org
Date:     2009-12-28 15:49:16 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
ufraw:

 * update to 0.16
 * depend on dcraw instead of conflicting with it (#16525)
 * also install documentation files

Modified Paths:
--------------
    trunk/dports/graphics/ufraw/Portfile

Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- trunk/dports/graphics/ufraw/Portfile	2009-12-28 23:47:18 UTC (rev 62097)
+++ trunk/dports/graphics/ufraw/Portfile	2009-12-28 23:49:16 UTC (rev 62098)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 
 name             ufraw
-version          0.15
+version          0.16
 categories       graphics
 maintainers      janusresearch.com:frank.mcpherson
 description      Unidentified Flying Raw (UFRaw)
@@ -19,13 +19,27 @@
 platforms        darwin
 master_sites     sourceforge
 
-checksums        md5     6d8f6c98a388c438784cd909dd82d540 \
-                 sha1    e8c7fa95bfb84e18ee538495861e52516ca8b3b8 \
-                 rmd160  d24e9076114c909e3b2bbf87a128c70f62885299
+checksums        md5     61e100e42f17e3a7fcfae64506eebd14 \
+                 sha1    ff91ec619d143bbb4698b1003d53c507aca010e5 \
+                 rmd160  fac67a4d88c006f701b0cce7cc2287d5db90bd72
 
-distname         ufraw-${version}
-depends_lib      lib:libgimp-2.0:gimp2 port:exiv2 port:gtkimageview
+depends_lib      port:dcraw port:gimp2 port:exiv2 port:gtkimageview port:cfitsio
 
-configure.args   --mandir=${prefix}/share/man --enable-extras --with-exiv2
+# gimp2 is not universal
+universal_variant no
 
+configure.args   --with-exiv2
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        ChangeLog \
+        MANIFEST \
+        README \
+        TODO \
+        ${docdir}
+}
+
 livecheck.regex  "<title>${name} ${name}-(\\d+(?:\\.\\d+)*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/6fac381b/attachment.html>


More information about the macports-changes mailing list