From owner-svn-src-projects@freebsd.org Mon Feb 8 18:44:27 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D547AA1EB8 for ; Mon, 8 Feb 2016 18:44:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 603FABE4; Mon, 8 Feb 2016 18:44:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u18IiQq3092021; Mon, 8 Feb 2016 18:44:26 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u18IiQD5092020; Mon, 8 Feb 2016 18:44:26 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201602081844.u18IiQD5092020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 8 Feb 2016 18:44:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r295405 - projects/release-pkg/release/packages X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 18:44:27 -0000 Author: gjb Date: Mon Feb 8 18:44:26 2016 New Revision: 295405 URL: https://svnweb.freebsd.org/changeset/base/295405 Log: Add comment/description for clibs, rescue, and sendmail packages. Sponsored by: The FreeBSD Foundation Modified: projects/release-pkg/release/packages/Makefile.package Modified: projects/release-pkg/release/packages/Makefile.package ============================================================================== --- projects/release-pkg/release/packages/Makefile.package Mon Feb 8 18:42:33 2016 (r295404) +++ projects/release-pkg/release/packages/Makefile.package Mon Feb 8 18:44:26 2016 (r295405) @@ -24,6 +24,8 @@ bsnmp_COMMENT= BSNMP Utilities bsnmp_DESC= BSNMP Utilities clang_COMMENT= Clang Utilities clang_DESC= Clang Utilities +clibs_COMMENT= Core C Libraries +clibs_DESC= Core C Libraries debug_COMMENT= FreeBSD Base System (Debugging Symbols) debug_DESC= FreeBSD Base System (Debugging Symbols) development_COMMENT= FreeBSD Base System (Development Files) @@ -50,8 +52,12 @@ profile_COMMENT= FreeBSD Base System (P profile_DESC= FreeBSD Base System (Profiling Libraries) rcmds_COMMENT= Remote Command Utilities rcmds_DESC= Remote Command Utilities +rescue_COMMENT= Rescue Utilities +rescue_DESC= Rescue Utilities runtime_COMMENT= FreeBSD Base System runtime_DESC= FreeBSD Base System +sendmail_COMMENT= Sendmail Utilities +sendmail_DESC= Sendmail Utilities ssh_COMMENT= Secure Shell Utilities ssh_DESC= Secure Shell Utilities svn_COMMENT= Subversion Version Control System