[29245] trunk/dports/graphics/libexif/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 18 10:22:16 PDT 2007


Revision: 29245
          http://trac.macosforge.org/projects/macports/changeset/29245
Author:   nox at macports.org
Date:     2007-09-18 10:22:16 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
libexif:
 * Whitespace changes.
 * Added sha1 and rmd160 checksums.

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

Modified: trunk/dports/graphics/libexif/Portfile
===================================================================
--- trunk/dports/graphics/libexif/Portfile	2007-09-18 17:16:55 UTC (rev 29244)
+++ trunk/dports/graphics/libexif/Portfile	2007-09-18 17:22:16 UTC (rev 29245)
@@ -1,28 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-name             libexif
-version          0.6.16
-categories       graphics
-maintainers      nomaintainer at macports.org
-description      EXIF parsing library
+PortSystem      1.0
+
+name            libexif
+version         0.6.16
+categories      graphics
+maintainers     nomaintainer
+description     EXIF parsing library
+
 long_description \
     Most digital cameras produce EXIF files, which are JPEG files \
     with extra tags that contain information about the image. The \
     EXIF library allows you to parse an EXIF file and read the \
     data from those tags.
-homepage         http://libexif.sourceforge.net/
-platforms        darwin
-master_sites     sourceforge
-checksums        md5 deee153b1ded5a944ea05d041d959eca
-use_bzip2        yes
 
-depends_lib      port:gettext \
-                 port:libiconv
+homepage        http://libexif.sourceforge.net/
+platforms       darwin
+master_sites    sourceforge
+use_bzip2       yes
 
-test.run         yes
-test.target      check
+checksums       md5 deee153b1ded5a944ea05d041d959eca \
+                sha1 4fea28a05496b3c7075ca5f619439340be534a3f \
+                rmd160 3754861ad0550f9d77b0aa745dcb3d394ec658ed
 
+depends_lib     port:gettext \
+                port:libiconv
+
+test.run        yes
+test.target     check
+
 variant with_doxygen {
-	depends_build		port:doxygen
+    depends_build   port:doxygen
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070918/96f98b94/attachment.html


More information about the macports-changes mailing list