Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 07:29:50 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379481 - in head/sysutils/cdroot: . files
Message-ID:  <201502210729.t1L7Toim081406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <portmaster@bsdforge.com>
  
  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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502210729.t1L7Toim081406>