From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 20:51:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4005106567B; Tue, 14 Aug 2012 20:51:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 45E508FC20; Tue, 14 Aug 2012 20:51:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7EKovKk049131; Tue, 14 Aug 2012 20:50:57 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7EKovqD049128; Tue, 14 Aug 2012 20:50:57 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201208142050.q7EKovqD049128@svn.freebsd.org> From: Cy Schubert Date: Tue, 14 Aug 2012 20:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302533 - in head: . sysutils sysutils/cfengine sysutils/cfengine22 sysutils/cfengine3 sysutils/cfengine3-legacy sysutils/cfengine32 sysutils/cfengine33 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 20:51:12 -0000 Author: cy Date: Tue Aug 14 20:50:56 2012 New Revision: 302533 URL: http://svn.freebsd.org/changeset/ports/302533 Log: Move cfengine ports to standardize namaing. Submitted by: gjb Added: head/sysutils/cfengine22/ - copied from r302529, head/sysutils/cfengine/ head/sysutils/cfengine32/ - copied from r302529, head/sysutils/cfengine3-legacy/ head/sysutils/cfengine33/ - copied from r302529, head/sysutils/cfengine3/ Deleted: head/sysutils/cfengine/ head/sysutils/cfengine3/ head/sysutils/cfengine3-legacy/ Modified: head/MOVED head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Aug 14 20:47:37 2012 (r302532) +++ head/MOVED Tue Aug 14 20:50:56 2012 (r302533) @@ -3635,3 +3635,6 @@ deskutils/preferences.app|deskutils/pref www/trac-ctxtnavadd||2012-08-09|Functionality of this plugin merged into Trac itself - see trac.web.chrome.add_ctxtnav function net-p2p/qbittorrent-29|net-p2p/qbittorrent|2012-08-11|Moved to match port name net-p2p/qbittorrent-29-nox11|net-p2p/qbittorrent-nox11|2012-08-11|Moved to match port name +sysutils/cfengine|sysutils/cfengine22|2012-08-14|Standardize port naming +sysutils/cfengine-legacy|sysutils/cfengine32|2012-08-14|Standardize port naming +sysutils/cfengine3|sysutils/cfengine33|2012-08-14|Standardize port naming Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Aug 14 20:47:37 2012 (r302532) +++ head/sysutils/Makefile Tue Aug 14 20:50:56 2012 (r302533) @@ -106,9 +106,9 @@ SUBDIR += cdroot SUBDIR += cdrtools SUBDIR += cdrtools-devel - SUBDIR += cfengine - SUBDIR += cfengine3 - SUBDIR += cfengine3-legacy + SUBDIR += cfengine22 + SUBDIR += cfengine32 + SUBDIR += cfengine33 SUBDIR += chgrep SUBDIR += ciso SUBDIR += ck4up