From owner-cvs-all@FreeBSD.ORG Mon Mar 12 17:51:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BF0D16A400; Mon, 12 Mar 2007 17:51:54 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D96B13C483; Mon, 12 Mar 2007 17:51:54 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l2CHpstU056860; Mon, 12 Mar 2007 17:51:54 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l2CHpsN0056859; Mon, 12 Mar 2007 17:51:54 GMT (envelope-from tmclaugh) Message-Id: <200703121751.l2CHpsN0056859@repoman.freebsd.org> From: Tom McLaughlin Date: Mon, 12 Mar 2007 17:51:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/net/libdnet Makefile pkg-plist ports/net/py-libdnet Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 12 Mar 2007 17:51:54 -0000 tmclaugh 2007-03-12 17:51:53 UTC FreeBSD ports repository Modified files: . UPDATING net/libdnet Makefile pkg-plist net/py-libdnet Makefile Added files: net/py-libdnet pkg-descr pkg-plist Log: Fix py-libdnet. The py-libdnet port has been seperated out as a slave port to libdnet and is now dependent on libdnet. py-libdnet now only installs the libdnet python module. Since files previously owned by py-libdnet are now owned by its dependency, in order to upgrade correctly, py-libdnet must be deinstall and then reinstalled manually. PR: 109262 Submitted by: thierry and me Approved by: maintainer timeout Revision Changes Path 1.478 +11 -1 ports/UPDATING 1.27 +6 -31 ports/net/libdnet/Makefile 1.8 +25 -25 ports/net/libdnet/pkg-plist 1.7 +18 -6 ports/net/py-libdnet/Makefile 1.1 +8 -0 ports/net/py-libdnet/pkg-descr (new) 1.1 +1 -0 ports/net/py-libdnet/pkg-plist (new)