From owner-cvs-all@FreeBSD.ORG Sat Feb 26 13:23:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7097616A4CE; Sat, 26 Feb 2005 13:23:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5612F43D58; Sat, 26 Feb 2005 13:23:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1QDN6MD087965; Sat, 26 Feb 2005 13:23:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1QDN6se087964; Sat, 26 Feb 2005 13:23:06 GMT (envelope-from pav) Message-Id: <200502261323.j1QDN6se087964@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 26 Feb 2005 13:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/py-graphviz Makefile distinfo pkg-plist ports/graphics/py-graphviz/files Makefile setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 13:23:06 -0000 pav 2005-02-26 13:23:06 UTC FreeBSD ports repository Modified files: graphics/py-graphviz Makefile distinfo pkg-plist Added files: graphics/py-graphviz/files Makefile Removed files: graphics/py-graphviz/files setup.py Log: - Remove files/setup.py - Add files/Makefile - Rather than build from port's own download of graphviz, depend on the graphviz port and use its shared objects. (Fixes fetch problem) PR: ports/78069 Submitted by: Sam Lawrance Revision Changes Path 1.7 +22 -15 ports/graphics/py-graphviz/Makefile 1.4 +0 -2 ports/graphics/py-graphviz/distinfo 1.1 +12 -0 ports/graphics/py-graphviz/files/Makefile (new) 1.2 +0 -27 ports/graphics/py-graphviz/files/setup.py (dead) 1.3 +3 -2 ports/graphics/py-graphviz/pkg-plist