Bug 17760 - md5 file uses incorrect pathnames
Summary: md5 file uses incorrect pathnames
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-03 00:30 UTC by David G. Paschich
Modified: 2000-04-03 18:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David G. Paschich 2000-04-03 00:30:01 UTC
The port fetches the gcc and gdb tarballs into /usr/ports/distfiles/{gcc,gdb}
but the md5 file doesn't have the path prefixes.

Fix: 

Or, just make makesum and commit--MCmUKbIG2qrqH31f1nZVe2dMPzRfqVraE6YOmopqv3kdRKCH
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- files/md5.orig      Sun Apr  2 15:20:39 2000
+++ files/md5   Sun Apr  2 15:20:47 2000
@@ -1,3 +1,3 @@
 MD5 (prc-tools-2.0.tar.gz) = cd22ec500ebb3ec90fd8a8da53c6e39a
-MD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473
-MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f
+MD5 (gdb/gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473
+MD5 (gcc/gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f
How-To-Repeat: 
cd /usr/ports/palm/prc-tools-gcc
make
Comment 1 Michael Haro freebsd_committer freebsd_triage 2000-04-03 18:04:58 UTC
State Changed
From-To: open->closed

Committed, thanks