Bug 128257

Summary: [Patch]net/py-zsi:revise the deinstall error
Product: Ports & Packages Reporter: wenheping <wenheping>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description wenheping 2008-10-21 02:40:00 UTC
 I encountered this same error when "make deinstall" net/py-zsi as Dominic Fandrey said in the freebsd-ports maillist:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=281568+0+archive/2008/freebsd-ports/20081019.freebsd-ports

so I submitt this patch which use easy_install to avoid the bug.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-21 02:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-29 17:11:01 UTC
mnag        2008-10-29 17:10:52 UTC

  FreeBSD ports repository

  Modified files:
    net/py-zsi           Makefile pkg-plist 
  Log:
  - Use easy_install to avoid deinstall errors
  
  PR:             128257
  Submitted by:   Wen Heping <wenheping___gmail.com>
  
  Revision  Changes    Path
  1.13      +1 -1      ports/net/py-zsi/Makefile
  1.6       +1 -127    ports/net/py-zsi/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2008-10-29 17:11:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!