From owner-cvs-ports@FreeBSD.ORG Mon Jul 23 13:24:27 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E568916A419; Mon, 23 Jul 2007 13:24:27 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D443413C45D; Mon, 23 Jul 2007 13:24:27 +0000 (UTC) (envelope-from danfe@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 l6NDORbt063397; Mon, 23 Jul 2007 13:24:27 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6NDORj0063396; Mon, 23 Jul 2007 13:24:27 GMT (envelope-from danfe) Message-Id: <200707231324.l6NDORj0063396@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 23 Jul 2007 13:24:27 +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/x11 Makefile ports/x11/nvidia-driver Makefile pkg-plist ports/x11/nvidia-driver-7184 Makefile ports/x11/nvidia-driver-71xx Makefile ports/x11/nvidia-driver-9631 Makefile ports/x11/nvidia-driver-96xx Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 13:24:28 -0000 danfe 2007-07-23 13:24:27 UTC FreeBSD ports repository Modified files: x11 Makefile x11/nvidia-driver Makefile pkg-plist Added files: x11/nvidia-driver-71xx Makefile x11/nvidia-driver-96xx Makefile Removed files: x11/nvidia-driver-7184 Makefile x11/nvidia-driver-9631 Makefile Log: In sight of upcoming update, overhaul things slightly: - NVVERSION is no longer user settable. nVidia changed their versioning scheme, which made my life a bit harder. Since this is master port and cares about legacy version slaves as well, derive NVVERSION from DIST- VERSION as doing so required less intrusive changes. Update the comment accordingly. UPDATING note will be committed separately - Retire OSVERSION hack since it's no longer needed. PORTREVISION are now set in all three nvidia-driver ports independently. Previously it was not really safe because NVVERSION was user settable variable - Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because it's not always equal to NVVERSION these days - Mute MKDIR along the way For slave ports: - Rename port directory names to reflect future reality: their versions going to bump as well. No repo copy since there's no history to preserve Revision Changes Path 1.660 +2 -2 ports/x11/Makefile 1.2 +0 -12 ports/x11/nvidia-driver-7184/Makefile (dead) 1.1 +12 -0 ports/x11/nvidia-driver-71xx/Makefile (new) 1.2 +0 -12 ports/x11/nvidia-driver-9631/Makefile (dead) 1.1 +12 -0 ports/x11/nvidia-driver-96xx/Makefile (new) 1.61 +19 -27 ports/x11/nvidia-driver/Makefile 1.16 +6 -6 ports/x11/nvidia-driver/pkg-plist