From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:29:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D466BDAB; Sat, 21 Feb 2015 07:29:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B5961EE6; Sat, 21 Feb 2015 07:29:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7Tp5Y081412; Sat, 21 Feb 2015 07:29:51 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7Toim081406; Sat, 21 Feb 2015 07:29:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502210729.t1L7Toim081406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Feb 2015 07:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379481 - in head/sysutils/cdroot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 21 Feb 2015 07:29:52 -0000 Author: riggs Date: Sat Feb 21 07:29:50 2015 New Revision: 379481 URL: https://svnweb.freebsd.org/changeset/ports/379481 QAT: https://qat.redports.org/buildarchive/r379481/ Log: - Update to upstream version 1.2.6 - New maintainer: Chris Hutchinson PR: 195520 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: koobs, riggs Deleted: head/sysutils/cdroot/files/ Modified: head/sysutils/cdroot/Makefile head/sysutils/cdroot/distinfo head/sysutils/cdroot/pkg-descr Modified: head/sysutils/cdroot/Makefile ============================================================================== --- head/sysutils/cdroot/Makefile Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/Makefile Sat Feb 21 07:29:50 2015 (r379481) @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= cdroot -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bsd +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cdroot/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system +MAINTAINER= portmaster@bsdforge.com +COMMENT= Scripts automating setup of a bootable CD-ROM based FreeBSD system + +LICENSE= BSD2CLAUSE + +USES= tar:xz .include Modified: head/sysutils/cdroot/distinfo ============================================================================== --- head/sysutils/cdroot/distinfo Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/distinfo Sat Feb 21 07:29:50 2015 (r379481) @@ -1,2 +1,2 @@ -SHA256 (cdroot-1.2.5.tar.gz) = ceaca4ce728f6d2a38b42620c7a8033b10a853449232acbdc8939f42b2bc5673 -SIZE (cdroot-1.2.5.tar.gz) = 19182 +SHA256 (cdroot-1.2.6.tar.xz) = a81788f6fdef43caa2305bd6cd5254894229f443b2125a46d6689d70be3369e3 +SIZE (cdroot-1.2.6.tar.xz) = 17528 Modified: head/sysutils/cdroot/pkg-descr ============================================================================== --- head/sysutils/cdroot/pkg-descr Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/pkg-descr Sat Feb 21 07:29:50 2015 (r379481) @@ -1,7 +1,9 @@ This port automates the creation of a bootable CD-ROM which contains a -full FreeBSD installation. Also included is a script for installing a -FreeBSD release, as built by 'make release'. If desired, a floppy -disk with a /etc directory may be provided to supply system /etc -overrides allowing one to use the same CD image to boot multiple -systems, where each system's hostname, IP address, etc is contained on -a separate floppy disk. See the README file for more information. +full FreeBSD installation. It also includes a script for installing a +FreeBSD release, as built by 'make release'. If desired, a floppy disk +with an /etc directory may be provided to supply system /etc overrides, +allowing one to use the same CD/DVD image to boot multiple systems, where +each system's hostname, IP address, etc is contained on a separate floppy +disk. See the README file for more information. + +WWW: http://BSDforge.com/projects/sysutils/cdroot/