Bug 43192 - ports: x11-toolkit/py-gtk will not fetch
Summary: ports: x11-toolkit/py-gtk will not fetch
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: 2002-09-21 21:00 UTC by Bob Fleck
Modified: 2002-09-21 21:11 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 Bob Fleck 2002-09-21 21:00:23 UTC
The changeover to the new gnome directory hier broke the
fetch for the py-gtk package.  The version number used
for the py-gtk subdir should be the version number of
gnome-python, not py-gtk.  (This is because py-gtk builds
out of gnome-python's tarball.)

Fix: 

The Makefile needs to be changed as follows:
- MASTER_SITE_SUBDIR=     sources/gnome-python/0.6
+ MASTER_SITE_SUBDIR=     sources/gnome-python/1.4
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-21 21:11:02 UTC
State Changed
From-To: open->closed

Committed, thanks.