svn commit: r379481 - in head/sysutils/cdroot: . files
Thomas Zander
riggs at FreeBSD.org
Sat Feb 21 07:29:52 UTC 2015
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 at bsdforge.com>
PR: 195520
Submitted by: portmaster at 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 at FreeBSD.org
-COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system
+MAINTAINER= portmaster at 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/
More information about the svn-ports-all
mailing list