Bug 43192

Summary: ports: x11-toolkit/py-gtk will not fetch
Product: Ports & Packages Reporter: Bob Fleck <bob>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.