diff options
author | bsd <bsd@FreeBSD.org> | 2002-08-09 23:01:56 +0000 |
---|---|---|
committer | bsd <bsd@FreeBSD.org> | 2002-08-09 23:01:56 +0000 |
commit | aa83d3b9fb48a19eb954f95bb6d77b7eb18d1b62 (patch) | |
tree | 2443fde20f811d721672c2a91200cfc163c4a5df /sysutils/cdroot | |
parent | 2d806ebc2735f44622a73cf245dc8edeb1230b96 (diff) | |
download | FreeBSD-ports-aa83d3b9fb48a19eb954f95bb6d77b7eb18d1b62.zip FreeBSD-ports-aa83d3b9fb48a19eb954f95bb6d77b7eb18d1b62.tar.gz |
Fix a typo in pkg_descr (pointed out by olgeni) and update to version
1.2.4.
Diffstat (limited to 'sysutils/cdroot')
-rw-r--r-- | sysutils/cdroot/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cdroot/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cdroot/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdroot/Makefile b/sysutils/cdroot/Makefile index 6814af7..f829007 100644 --- a/sysutils/cdroot/Makefile +++ b/sysutils/cdroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cdroot -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bsd diff --git a/sysutils/cdroot/distinfo b/sysutils/cdroot/distinfo index 68103cb..06dae61 100644 --- a/sysutils/cdroot/distinfo +++ b/sysutils/cdroot/distinfo @@ -1 +1 @@ -MD5 (cdroot-1.2.3.tar.gz) = 60be2f6eb56c515f31a1ab88f7f1ecc2 +MD5 (cdroot-1.2.4.tar.gz) = 747d0a780421ccd4c014d024b1a0f935 diff --git a/sysutils/cdroot/pkg-descr b/sysutils/cdroot/pkg-descr index 035cb16..e0fdc0c 100644 --- a/sysutils/cdroot/pkg-descr +++ b/sysutils/cdroot/pkg-descr @@ -4,4 +4,4 @@ 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 seperate floppy disk. See the README file for more information. +a separate floppy disk. See the README file for more information. |