Opened 14 years ago

Closed 14 years ago

#22803 closed defect (fixed)

uif2iso upstream version change -> old hashes in portfile

Reported by: mail@… Owned by: billitch@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: uif2iso

Description (last modified by jmroot (Joshua Root))

Hello,

heres the prob:

sudo port -v install uif2iso
--->  Computing dependencies for uif2iso.
--->  Verifying checksum(s) for uif2iso
--->  Checksumming uif2iso.zip
Error: Checksum (md5) mismatch for uif2iso.zip
Portfile checksum: uif2iso.zip md5 94fc4991746cd64bc8b17d6a4b0a7a57
Distfile checksum: uif2iso.zip md5 2eb9797ec463c38253014d45591a7043
Error: Checksum (sha1) mismatch for uif2iso.zip
Portfile checksum: uif2iso.zip sha1 167e8dc768b239ba87230f8c2eef8743f315a6f1
Distfile checksum: uif2iso.zip sha1 30590093219119c0f1bff22898b38c64323c9387
Error: Checksum (rmd160) mismatch for uif2iso.zip
Portfile checksum: uif2iso.zip rmd160 32c9dc5a75918083eeee6f8d5b12c770f4d7ae2b
Distfile checksum: uif2iso.zip rmd160 f835113a86ef662a93289d08263a5040b4f87df9
The correct checksum line may be:
checksums           md5     2eb9797ec463c38253014d45591a7043 \
                    sha1    30590093219119c0f1bff22898b38c64323c9387 \
                    rmd160  f835113a86ef662a93289d08263a5040b4f87df9
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for uif2iso): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing

I think you just have to change the portfiles using the new hashes.

Change History (3)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: uif2iso upstream removed
Owner: changed from macports-tickets@… to billitch@…

Please remember to preview and use WikiFormatting, and to cc the maintainer.

Thomas, you should also set dist_subdir ${name}/${version} since this is an unversioned distfile.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

That should be ${name}/${version}_${revision} of course since the version did not change for this new distfile.

comment:3 Changed 14 years ago by billitch@…

Resolution: fixed
Status: newclosed

Fixed in r61351 and r61352

Note: See TracTickets for help on using tickets.