#12334 closed defect (fixed)
Frotz port fails due to source web site change
Reported by: | ascarter@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
The master site for Frotz has moved from http://www.cs.csubak.edu/~driffi/proj/frotz/ to http://frotz.homeunix.org/frotz.
I've attached a patch that worked for me to correct the Portfile.
patch:
11,12c11,12 < homepage http://www.cs.csubak.edu/~driffi/proj/frotz/ < master_sites http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-2.43.tar.gz --- > homepage http://frotz.homeunix.org/frotz/ > master_sites http://frotz.homeunix.org/frotz/files/
Attachments (1)
Change History (4)
Changed 17 years ago by ascarter@…
Attachment: | Portfile.patch added |
---|
comment:1 Changed 17 years ago by nox@…
Priority: | Blocker → Normal |
---|---|
Version: | 1.5.0 |
Seems to me that the project doesn't even exist anymore. Maybe we should delete this port?
comment:2 Changed 17 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks!
Note: See
TracTickets for help on using
tickets.
Patch to fix the portfile to work with new web location.