From owner-cvs-all@FreeBSD.ORG Fri Jun 27 23:26:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B72106564A; Fri, 27 Jun 2008 23:26:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0417D8FC17; Fri, 27 Jun 2008 23:26:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5RNQhWt013212; Fri, 27 Jun 2008 23:26:43 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5RNQhSp013211; Fri, 27 Jun 2008 23:26:43 GMT (envelope-from jkim) Message-Id: <200806272326.m5RNQhSp013211@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 27 Jun 2008 23:26:43 +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/x11-drivers Makefile ports/x11-drivers/xf86-video-ati Makefile distinfo pkg-plist ports/x11-drivers/xf86-video-mach64 Makefile distinfo pkg-descr pkg-plist ports/x11-drivers/xf86-video-r128 Makefile distinfo ... 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: Fri, 27 Jun 2008 23:26:44 -0000 jkim 2008-06-27 23:26:43 UTC FreeBSD ports repository Modified files: . UPDATING x11-drivers Makefile x11-drivers/xf86-video-ati Makefile distinfo pkg-plist x11-drivers/xorg-drivers Makefile Added files: x11-drivers/xf86-video-mach64 Makefile distinfo pkg-descr pkg-plist x11-drivers/xf86-video-r128 Makefile distinfo pkg-descr pkg-plist Log: Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128 drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively. Revision Changes Path 1.653 +15 -1 ports/UPDATING 1.8 +2 -0 ports/x11-drivers/Makefile 1.11 +2 -3 ports/x11-drivers/xf86-video-ati/Makefile 1.9 +3 -3 ports/x11-drivers/xf86-video-ati/distinfo 1.3 +0 -4 ports/x11-drivers/xf86-video-ati/pkg-plist 1.1 +20 -0 ports/x11-drivers/xf86-video-mach64/Makefile (new) 1.1 +3 -0 ports/x11-drivers/xf86-video-mach64/distinfo (new) 1.1 +4 -0 ports/x11-drivers/xf86-video-mach64/pkg-descr (new) 1.1 +5 -0 ports/x11-drivers/xf86-video-mach64/pkg-plist (new) 1.1 +21 -0 ports/x11-drivers/xf86-video-r128/Makefile (new) 1.1 +3 -0 ports/x11-drivers/xf86-video-r128/distinfo (new) 1.1 +4 -0 ports/x11-drivers/xf86-video-r128/pkg-descr (new) 1.1 +5 -0 ports/x11-drivers/xf86-video-r128/pkg-plist (new) 1.12 +3 -1 ports/x11-drivers/xorg-drivers/Makefile