aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdroot
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-02-21 07:29:50 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-02-21 07:29:50 +0000
commit4b57e7c1d0bca8c4849f1ea547fa540e5b0bb90f (patch)
tree314ee54f26cecca79b9fdc270c56b1c4d5c52460 /sysutils/cdroot
parentef4c8724602542b1d48965739f138047ce0ed64e (diff)
Notes
Diffstat (limited to 'sysutils/cdroot')
-rw-r--r--sysutils/cdroot/Makefile13
-rw-r--r--sysutils/cdroot/distinfo4
-rw-r--r--sysutils/cdroot/files/patch-Makefile13
-rw-r--r--sysutils/cdroot/pkg-descr14
4 files changed, 18 insertions, 26 deletions
diff --git a/sysutils/cdroot/Makefile b/sysutils/cdroot/Makefile
index 789576426d3b..5933808d7477 100644
--- a/sysutils/cdroot/Makefile
+++ b/sysutils/cdroot/Makefile
@@ -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>
diff --git a/sysutils/cdroot/distinfo b/sysutils/cdroot/distinfo
index 3e7c9f79949a..e6a1390fd40d 100644
--- a/sysutils/cdroot/distinfo
+++ b/sysutils/cdroot/distinfo
@@ -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
diff --git a/sysutils/cdroot/files/patch-Makefile b/sysutils/cdroot/files/patch-Makefile
deleted file mode 100644
index 506fcdef82bb..000000000000
--- a/sysutils/cdroot/files/patch-Makefile
+++ /dev/null
@@ -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
-
diff --git a/sysutils/cdroot/pkg-descr b/sysutils/cdroot/pkg-descr
index e0fdc0c2b779..b07a9ba23d4a 100644
--- a/sysutils/cdroot/pkg-descr
+++ b/sysutils/cdroot/pkg-descr
@@ -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/