- 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
This commit is contained in:
Thomas Zander 2015-02-21 07:29:50 +00:00
parent ef4c872460
commit 4b57e7c1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379481
4 changed files with 18 additions and 26 deletions

View file

@ -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>

View file

@ -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

View file

@ -1,13 +0,0 @@
--- Makefile.orig 2002-08-09 22:29:24.000000000 +0800
+++ Makefile 2013-11-08 21:22:16.000000000 +0800
@@ -1,8 +1,8 @@
# $Id: Makefile,v 1.15 2002/08/09 14:29:24 bsd Exp $
PREFIX ?= /usr/local
-BINDIR = ${PREFIX}/bin
-LIBDIR = ${PREFIX}/share/cdroot
+BINDIR = ${DESTDIR}${PREFIX}/bin
+LIBDIR = ${DESTDIR}${PREFIX}/share/cdroot
all : mkcdroot.inst

View file

@ -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/