Index: cdroot/Makefile =================================================================== --- cdroot/Makefile (revision 373657) +++ cdroot/Makefile (working copy) @@ -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 Index: cdroot/distinfo =================================================================== --- cdroot/distinfo (revision 373657) +++ cdroot/distinfo (working copy) @@ -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 Index: cdroot/pkg-descr =================================================================== --- cdroot/pkg-descr (revision 373657) +++ cdroot/pkg-descr (working copy) @@ -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/