View | Details | Raw Unified | Return to bug 195520 | Differences between
and this patch

Collapse All | Expand All

(-)cdroot/Makefile (-5 / +6 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cdroot
4
PORTNAME=	cdroot
5
PORTVERSION=	1.2.5
5
PORTVERSION=	1.2.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	${MASTER_SITE_LOCAL}
7
MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/cdroot/
8
MASTER_SITE_SUBDIR=	bsd
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	portmaster@bsdforge.com
11
COMMENT=	Scripts to automate setting up a bootable CD-ROM based FreeBSD system
10
COMMENT=	Scripts to automate the setup of a bootable CD-ROM based FreeBSD system
12
11
12
USES=	tar:xz
13
13
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)cdroot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cdroot-1.2.5.tar.gz) = ceaca4ce728f6d2a38b42620c7a8033b10a853449232acbdc8939f42b2bc5673
1
SHA256 (cdroot-1.2.6.tar.xz) = a81788f6fdef43caa2305bd6cd5254894229f443b2125a46d6689d70be3369e3
2
SIZE (cdroot-1.2.5.tar.gz) = 19182
2
SIZE (cdroot-1.2.6.tar.xz) = 17528
(-)cdroot/pkg-descr (-6 / +8 lines)
Lines 1-7 Link Here
1
This port automates the creation of a bootable CD-ROM which contains a
1
This port automates the creation of a bootable CD-ROM which contains a
2
full FreeBSD installation.  Also included is a script for installing a
2
full FreeBSD installation. It also includes a script for installing a
3
FreeBSD release, as built by 'make release'.  If desired, a floppy
3
FreeBSD release, as built by 'make release'. If desired, a floppy disk
4
disk with a /etc directory may be provided to supply system /etc
4
with an /etc directory may be provided to supply system /etc overrides,
5
overrides allowing one to use the same CD image to boot multiple
5
allowing one to use the same CD/DVD image to boot multiple systems, where
6
systems, where each system's hostname, IP address, etc is contained on
6
each system's hostname, IP address, etc is contained on a separate floppy
7
a separate floppy disk.  See the README file for more information.
7
disk. See the README file for more information.
8
9
WWW: http://BSDforge.com/projects/sysutils/cdroot/

Return to bug 195520