[52143] trunk/dports/graphics/dcraw/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 10 22:08:38 PDT 2009


Revision: 52143
          http://trac.macports.org/changeset/52143
Author:   ryandesign at macports.org
Date:     2009-06-10 22:08:37 -0700 (Wed, 10 Jun 2009)
Log Message:
-----------
dcraw:

 * update to 8.95-20090610142700
 * the timestamp is now exposed in the port's version instead of being hidden behind the revision

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

Modified: trunk/dports/graphics/dcraw/Portfile
===================================================================
--- trunk/dports/graphics/dcraw/Portfile	2009-06-11 04:53:42 UTC (rev 52142)
+++ trunk/dports/graphics/dcraw/Portfile	2009-06-11 05:08:37 UTC (rev 52143)
@@ -3,16 +3,16 @@
 PortSystem              1.0
 
 name                    dcraw
-version                 8.94
-set distfile_date       20090527095000
-revision                1
+version                 8.95-20090610142700
+set version_number      [lindex [split ${version} -] 0]
 categories              graphics
 maintainers             ryandesign
 platforms               darwin
 homepage                http://www.cybercom.net/~dcoffin/dcraw/
 master_sites            ${homepage}archive/
+distname                ${name}-${version_number}
 worksrcdir              $name
-dist_subdir             ${name}/${version}-${distfile_date}
+dist_subdir             ${name}/${version}
 use_parallel_build      yes
 
 description \
@@ -22,9 +22,9 @@
     ${description}
 
 checksums \
-    md5     db75dde82c224128f91b7850b36d263c \
-    sha1    bbb97d15e1cc938440d985449a2aa892410604cf \
-    rmd160  ab5f6856ba100648cf018855105e0e7210a8d9a2
+    md5     d1188cf93f3fdd8d20efc4dd8dd7aad8 \
+    sha1    f79d566aa0260a36cb8187dfe8c70c8bac307f51 \
+    rmd160  3b15ae86f595814e5945b121048af42e15b78baf
 
 depends_lib \
     port:gettext \
@@ -66,7 +66,6 @@
     ui_msg "activate this port again."
 }
 
-livecheck.version       ${version}-${distfile_date}
 livecheck.check         regex
 livecheck.url           http://www.ryandesign.com/macports/version.php/${name}
 livecheck.regex         (.*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090610/2248e868/attachment.html>


More information about the macports-changes mailing list