[MacPorts] #13941: dcraw tarball checksums failed
MacPorts
trac at macosforge.org
Mon Feb 4 08:35:50 PST 2008
#13941: dcraw tarball checksums failed
-----------------------------------+----------------------------------------
Reporter: swordangel at gmail.com | Owner: ryandesign at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords: dcraw checksum
-----------------------------------+----------------------------------------
Changes (by ryandesign at macports.org):
* owner: macports-tickets at lists.macosforge.org =>
ryandesign at macports.org
Comment:
Looks like the developer did another stealth upgrade, as has already
happened once before; see r32125.
I was unable to find the old distfile online anywhere, so I
[http://lists.macosforge.org/pipermail/macports-
users/2008-February/008641.html asked on macports-users] and Harry Parker
was kind enough to send it to me.
diffing the old file with the new one currently available on the site, the
only difference is in the way a manpage is installed:
{{{
$ diff -ru 8.81_{1,2}/dcraw
diff -ru 8.81_1/dcraw/install 8.81_2/dcraw/install
--- 8.81_1/dcraw/install 2007-12-10 02:25:18.000000000 -0600
+++ 8.81_2/dcraw/install 2008-01-05 21:44:26.000000000 -0600
@@ -19,7 +19,7 @@
lang=`echo $langchar | cut -d. -f1`
char=`echo $langchar | cut -d. -f2-`
mkdir -p -m 755 $prefix/share/man/$lang/man1
- iconv -f utf-8 -t $char -o $prefix/share/man/$lang/man1/dcraw.1
dcraw_$lang.1
+ iconv -f utf-8 -t $char dcraw_$lang.1 >
$prefix/share/man/$lang/man1/dcraw.1
mkdir -p -m 755 $prefix/share/man/$lang.UTF-8/man1
cp dcraw_$lang.1 $prefix/share/man/$lang.UTF-8/man1/dcraw.1
mkdir -p -m 755 $prefix/share/locale/$lang/LC_MESSAGES
$
}}}
So this looks harmless, and in fact we probably don't need to increase the
port revision. Just change the checksums and the dist_subdir.
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13941#comment:1>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list