[79671] trunk/dports/graphics/xv/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 22 20:12:08 PDT 2011


Revision: 79671
          http://trac.macports.org/changeset/79671
Author:   ryandesign at macports.org
Date:     2011-06-22 20:12:07 -0700 (Wed, 22 Jun 2011)
Log Message:
-----------
xv: fix checksum mismatch due to upstream stealth update; see #29910

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

Modified: trunk/dports/graphics/xv/Portfile
===================================================================
--- trunk/dports/graphics/xv/Portfile	2011-06-23 02:23:25 UTC (rev 79670)
+++ trunk/dports/graphics/xv/Portfile	2011-06-23 03:12:07 UTC (rev 79671)
@@ -6,6 +6,8 @@
 version                 3.10a
 set jumbo_version       20070520
 revision                7
+# 3.10a was stealth-updated (with no consequential changes); remove this line when updating to next proper version
+dist_subdir             ${name}/${version}_1
 categories              graphics x11
 maintainers             nomaintainer
 
@@ -31,10 +33,16 @@
                         sourceforge:png-mng:xv-jumbo
 distfiles               ${distname}${extract.suffix}:xv \
                         ${distname}-jumbo-patches-${jumbo_version}${extract.suffix}:xv-jumbo
+
 checksums               ${distname}${extract.suffix} \
-                        md5 2d4fbeec1561304362781cc8e2f7f72d \
+                        md5     6dca521372685ff89e1e49dc9089ceca \
+                        sha1    092f8eb100f16d6b91c88b126c2b2b998eb09b99 \
+                        rmd160  d977a403e6118cf72b78bc9aa572b7bba2f6e453 \
                         ${distname}-jumbo-patches-${jumbo_version}${extract.suffix} \
-                        md5 9fb2d0ec320498105cafeba38a588472
+                        md5     9fb2d0ec320498105cafeba38a588472 \
+                        sha1    d00308c1687d9d803d26ef40c73d19a0f593c626 \
+                        rmd160  23bc07030416ebaca5ce4d223921e33094c37b93
+
 depends_lib             port:xorg-libX11 \
                         port:jpeg \
                         port:tiff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110622/fefec43f/attachment.html>


More information about the macports-changes mailing list