Opened 13 years ago
Closed 13 years ago
#29649 closed update (fixed)
yaws: update to 1.90
Reported by: | ci42 | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch maintainer | Cc: | |
Port: | yaws |
Description
update to the latest upstream version
Attachments (2)
Change History (8)
comment:1 follow-up: 2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 13 years ago by ci42
comment:2 Changed 13 years ago by ci42
Replying to ryandesign@…:
This diff makes too many unrelated changes, including reverting previous changes made in #29187. Please submit a diff that *only* updates to the latest version.
Ooops, made the diff against the wrong portfile. Please have a look at the updated diff.
comment:3 follow-up: 4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Thanks, that patch looks better. But the checksums do not match:
---> Attempting to fetch yaws-1.90.tar.gz from http://yaws.hyber.org/download/
---> Checksumming yaws-1.90.tar.gz Error: Checksum (sha1) mismatch for yaws-1.90.tar.gz Portfile checksum: yaws-1.90.tar.gz sha1 85ce8a738e9691dfc2b9280e313458eafe441bdc Distfile checksum: yaws-1.90.tar.gz sha1 95b34ae990be90f7bb337cd16f9cfab112b3a1be Error: Checksum (rmd160) mismatch for yaws-1.90.tar.gz Portfile checksum: yaws-1.90.tar.gz rmd160 92d7ed2fdec826cbca3084dd18816f6bb329ef37 Distfile checksum: yaws-1.90.tar.gz rmd160 138fb0e2fa2623e8d97a657adc7d48a6c0170552 The correct checksum line may be: checksums md5 c2aae5a4e01ad47d44955551c9a67333 \ sha1 95b34ae990be90f7bb337cd16f9cfab112b3a1be \ rmd160 138fb0e2fa2623e8d97a657adc7d48a6c0170552 Error: Target org.macports.checksum returned: Unable to verify file checksums
Can you check what the differences are between the yaws-1.90.tar.gz on your system and the one that's currently available for download?
comment:4 Changed 13 years ago by ci42
Replying to ryandesign@…:
Can you check what the differences are between the yaws-1.90.tar.gz on your system and the one that's currently available for download?
The yaws-1.90.tar.gz file on my system indeed differs from the file currently available for download:
$ openssl sha1 /opt/local/var/macports/distfiles/yaws/yaws-1.90.tar.gz SHA1(/opt/local/var/macports/distfiles/yaws/yaws-1.90.tar.gz)= 85ce8a738e9691dfc2b9280e313458eafe441bdc $ openssl rmd160 /opt/local/var/macports/distfiles/yaws/yaws-1.90.tar.gz RIPEMD160(/opt/local/var/macports/distfiles/yaws/yaws-1.90.tar.gz)= 92d7ed2fdec826cbca3084dd18816f6bb329ef37
See the attached diff file. The differences are mostly cosmetic changes, there is only one minor code change.
Changed 13 years ago by ci42
Attachment: | changes.diff added |
---|
comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ok, I committed it with the new checksums in r79092. I also removed a reinplace that was no longer necessary.
This diff makes too many unrelated changes, including reverting previous changes made in #29187. Please submit a diff that *only* updates to the latest version.